Assimp  v4.1. (December 2018)
Assimp::MD3::Frame Struct Reference

Data structure for the frame header. More...

Public Attributes

aiVector3D max
 maximum bounds More...
 
aiVector3D min
 minimum bounds More...
 
char name [AI_MD3_MAXFRAME]
 name of frame More...
 
aiVector3D origin
 local origin for this frame More...
 
ai_real radius
 radius of bounding sphere More...
 

Detailed Description

Data structure for the frame header.

Member Data Documentation

◆ max

aiVector3D Assimp::MD3::Frame::max

maximum bounds

◆ min

aiVector3D Assimp::MD3::Frame::min

minimum bounds

◆ name

char Assimp::MD3::Frame::name[AI_MD3_MAXFRAME]

name of frame

◆ origin

aiVector3D Assimp::MD3::Frame::origin

local origin for this frame

◆ radius

ai_real Assimp::MD3::Frame::radius

radius of bounding sphere


The documentation for this struct was generated from the following file: