![]() |
VR-Forces Developer's Guide
|
The DtTextureAtlasMapper class is responsible calculating and setting the UV offets of a texture atlas based on the "COLOUR" and "COLPAT" tags of a model definition.

Public Member Functions | |
| DtTextureAtlasMapper (DtDe &de) | |
| virtual | ~DtTextureAtlasMapper () |
| virtual void | configure (DtOsgArticulatedModel *osgArticulatedModel, const rapidjson::Value &jsonData) |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| virtual | ~DtVirtualBaseClass () |
Static Public Attributes | |
| static const char * | theTextureSkinningFeatureName |
| static const char * | theTagAtlasFile |
| static const char * | theTagColor |
| static const char * | thePattern |
Protected Attributes | |
| DtDe & | myDe |
| std::string | myFeatureName |
| std::string | myAtlasFile |
Static Protected Attributes | |
| static DtTextureAtlasIndexParser * | theTextureAtlasIndexParser |
| static std::mutex | theTextureAtlasIndexParserMutex |
Private Member Functions | |
| DtTextureAtlasMapper () | |
| DtTextureAtlasMapper (const DtTextureAtlasMapper &orig) | |
| DtTextureAtlasMapper & | operator= (const DtTextureAtlasMapper) |
| makVrv::DtTextureAtlasMapper::DtTextureAtlasMapper | ( | DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
|
private |
Default CTOR (unimplemented)
|
private |
brief Copy CTOR (unimplemented)
|
virtual |
Configure node based on json data, modifies the UV offset of the osgArticulatedModel.
|
private |
brief Assignment operator (unimplemented)
|
static |
Strings to get the different parts of the meta file Use these instead of hardcoded strings.
|
static |
Strings to get the different parts of the meta file Use these instead of hardcoded strings.
|
static |
Strings to get the different parts of the meta file Use these instead of hardcoded strings.
|
static |
Strings to get the different parts of the meta file Use these instead of hardcoded strings.
|
protected |
|
protected |
The name of the feature in the .meta file.
|
protected |
The path to the atlas file in the .meta file.
|
staticprotected |
|
staticprotected |