V-Gears 0
Free Final Fantasy VII engine.
VGears::ModelListFile::ModelDescription Struct Reference

A model. More...

#include <FF7ModelListFile.h>

Collaboration diagram for VGears::ModelListFile::ModelDescription:

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...
 

Detailed Description

A model.

Member Data Documentation

◆ animations

AnimationList VGears::ModelListFile::ModelDescription::animations

List of animations assigned to the model.

◆ hrc_name

String VGears::ModelListFile::ModelDescription::hrc_name

HRC file name.

HRC files describe bone hierarchy.

◆ light_colors

Ogre::ColourValue VGears::ModelListFile::ModelDescription::light_colors[10]

◆ name

String VGears::ModelListFile::ModelDescription::name

The model name.

◆ scale

String VGears::ModelListFile::ModelDescription::scale

Scale for the model.

◆ type

ModelType VGears::ModelListFile::ModelDescription::type

The model type.


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