![]() |
VR-Forces 4.3.1 Class Documentation
|
Interface that will read in a 3DS Max ASE file and convert the data to movement rows. More...

Public Member Functions | |
| DtASEMovementFileLoader () | |
| CTOR. | |
| virtual | ~DtASEMovementFileLoader () |
| DTOR. | |
| virtual DtMovementFileData | loadMovementFileData (const DtFilename &, const std::string &nodeToAnimate, int loadRows=-1) const |
| Returns the movement file data for this file laid out in an expected configuration format. | |
| virtual DtScriptedMovementFileConfiguration | currentFileConfiguration () const |
| Returns the file configuration that matches the loaded data. | |
| virtual DtScriptedMovementFileConfiguration | defaultFileConfiguration () const |
| Returns a default file configuration for this loader interface. | |
| virtual std::vector< std::string > | formatsForFile (const DtFilename &) const |
| Returns a list of all available animation nodes in the file. | |
Static Public Member Functions | |
| static DtMovementFileLoaderInterface * | creator () |
Additional Inherited Members | |
Private Member Functions inherited from DtMovementFileLoaderInterface | |
| virtual DtMovementFileData | loadMovementFileData (const DtFilename &, const std::string &configuration, int loadRows=-1) const =0 |
| Returns the movement file data for this file laid out in an expected configuration format. | |
| virtual DtScriptedMovementFileConfiguration | currentFileConfiguration () const =0 |
| Returns the file configuration that matches the loaded data. | |
| virtual DtScriptedMovementFileConfiguration | defaultFileConfiguration () const =0 |
| Returns a default file configuration for this loader interface. | |
| virtual std::vector< std::string > | formatsForFile (const DtFilename &) const =0 |
| If there are formats that can be applied to the loaded file, returns them. | |
Interface that will read in a 3DS Max ASE file and convert the data to movement rows.
| DtASEMovementFileLoader::DtASEMovementFileLoader | ( | ) |
CTOR.
|
virtual |
DTOR.
|
static |
|
virtual |
Returns the movement file data for this file laid out in an expected configuration format.
Starts loading at the given row in the configuration returns the data loaded. -1 for loadRows means load all rows. If the node to animate does not exist will not load any data
|
virtual |
Returns the file configuration that matches the loaded data.
|
virtual |
Returns a default file configuration for this loader interface.
|
virtual |
Returns a list of all available animation nodes in the file.