![]() |
VR-Forces Developer's Guide
|
A static class used to read (and then access) an old Stealth 6.2-style mtl model map file.
Classes | |
| struct | MtlModelMapping |
Public Types | |
| typedef std::vector < MtlModelMapping > | MtlModelMappings |
Static Public Member Functions | |
| static bool | carAsFixnum (DtlObjPtr lst, int &fixnumOut, DtlObjPtr &cdrOut) |
| static bool | carAsString (DtlObjPtr lst, std::string &strOut, DtlObjPtr &cdrOut) |
| static bool | listToEntityType (DtlObjPtr lst, DtEntityType &typeOut) |
| static DtlObjPtr | DtlModelMap (const DtlObjPtr &args, const DtlObjPtr &env) |
| static MtlModelMappings & | mtlModelMappings () |
| static std::set< std::string > & | stealthModelSet () |
Static Protected Attributes | |
| static MtlModelMappings | theMtlModelMappings |
| static std::set< std::string > | theStealthModelSet |
| typedef std::vector<MtlModelMapping> makVrv::DtMtlModelMapReader::MtlModelMappings |
Vector of model mappings.
|
static |
Get the car of a list as a fixnum, returning the num and cdr of the list through output parameters (fixnumOut and cdrOut).
|
static |
Get the car of a list as a c string, returning the string and cdr of the list through output parameters (strOut and cdrOut).
|
static |
Interpret a list of 7 fixnums as a DIS entity type, returning the result through an output parameter (typeOut)
|
static |
Callback to interpret a model-map function call in an mtl file. Creates an MtlModelMapping and adds it to the global list.
|
static |
Accessor for the imported model mappings.
|
static |
|
staticprotected |
|
staticprotected |