Assimp  v3.1.1 (June 2014)
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...
 
float radius
 radius of bounding sphere More...
 

Detailed Description

Data structure for the frame header.

Member Data Documentation

aiVector3D Assimp::MD3::Frame::max

maximum bounds

aiVector3D Assimp::MD3::Frame::min

minimum bounds

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

name of frame

aiVector3D Assimp::MD3::Frame::origin

local origin for this frame

float Assimp::MD3::Frame::radius

radius of bounding sphere


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