Assimp  v3.1.1 (June 2014)
Assimp::MDL::SimpleFrame Struct Reference

Data structure for a simple frame. More...

Public Attributes

Vertex bboxmax
 Maximum vertex of the bounding box. More...
 
Vertex bboxmin
 Minimum vertex of the bounding box. More...
 
char name [16]
 Name of the frame. More...
 
Vertexverts
 Vertex list of the frame. More...
 

Detailed Description

Data structure for a simple frame.

Member Data Documentation

Vertex Assimp::MDL::SimpleFrame::bboxmax

Maximum vertex of the bounding box.

Vertex Assimp::MDL::SimpleFrame::bboxmin

Minimum vertex of the bounding box.

char Assimp::MDL::SimpleFrame::name[16]

Name of the frame.

Vertex* Assimp::MDL::SimpleFrame::verts

Vertex list of the frame.


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