![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
Database of model animations. More...
#include <ModelsAndAnimationsDb.h>
Public Member Functions | |
std::string | NormalizeAnimationName (const std::string &name) |
Normalizes an animation name. More... | |
std::set< std::string > & | ModelAnimations (const std::string model) |
std::string | ModelMetaDataName (const std::string &model_name) |
Retrieves the metadata file name associated to a model. More... | |
Public Attributes | |
ModelAnimationMap | map |
Map of models and animations. More... | |
Database of model animations.
std::set< std::string > & ModelsAndAnimationsDb::ModelAnimations | ( | const std::string | model | ) |
std::string ModelsAndAnimationsDb::ModelMetaDataName | ( | const std::string & | model_name | ) |
Retrieves the metadata file name associated to a model.
[in] | model_name | The model name. |
std::string ModelsAndAnimationsDb::NormalizeAnimationName | ( | const std::string & | name | ) |
Normalizes an animation name.
Generates a normalized file name, without path, lowercase, and an '.a' extension.
[in] | name | Current name. |
ModelAnimationMap ModelsAndAnimationsDb::map |
Map of models and animations.