![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
A model. More...
#include <FF7ModelListFile.h>
Public Attributes | |
String | name |
The model name. More... | |
ModelType | type |
The model type. More... | |
String | hrc_name |
HRC file name. More... | |
String | scale |
Scale for the model. More... | |
Ogre::ColourValue | light_colors [10] |
AnimationList | animations |
List of animations assigned to the model. More... | |
A model.
AnimationList VGears::ModelListFile::ModelDescription::animations |
List of animations assigned to the model.
String VGears::ModelListFile::ModelDescription::hrc_name |
HRC file name.
HRC files describe bone hierarchy.
Ogre::ColourValue VGears::ModelListFile::ModelDescription::light_colors[10] |
String VGears::ModelListFile::ModelDescription::name |
The model name.
String VGears::ModelListFile::ModelDescription::scale |
Scale for the model.
ModelType VGears::ModelListFile::ModelDescription::type |
The model type.