19 class DtModelDefinition;
20 class DtOsgArticulatedModel;
21 class DtTextureAtlasIndexParser;
90 ,
const unsigned int nodeTypeIndex);
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
std::string myAtlasFile
The path to the atlas file in the .meta file.
Definition: DtTextureAtlasMapper.h:67
static DtTextureAtlasIndexParser * theTextureAtlasIndexParser
Definition: DtTextureAtlasMapper.h:69
static const char * theTextureSkinningFeatureName
Strings to get the different parts of the meta file Use these instead of hardcoded strings...
Definition: DtTextureAtlasMapper.h:45
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
Definition: DtTextureAtlasIndexParser.h:33
std::string myFeatureName
The name of the feature in the .meta file.
Definition: DtTextureAtlasMapper.h:64
An articulated model manipulator for controlling an articulated model. Supports indirect rendering of...
Definition: DtOsgArticulatedModel.h:67
DtUniqueID DtElementID
The ElementID is a specific type of unique ID used to represent VR-Vantage uniquely defined elements...
Definition: DtUniqueID.h:23
static const char * theTagAtlasFile
Strings to get the different parts of the meta file Use these instead of hardcoded strings...
Definition: DtTextureAtlasMapper.h:46
Contains makVrv::DtVirtualBaseClass class.
IMGUI_API void Value(const char *prefix, bool b)
DtDe & myDe
Definition: DtTextureAtlasMapper.h:61
static const char * thePattern
Strings to get the different parts of the meta file Use these instead of hardcoded strings...
Definition: DtTextureAtlasMapper.h:48
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
static std::mutex theTextureAtlasIndexParserMutex
Definition: DtTextureAtlasMapper.h:70
static const char * theTagColor
Strings to get the different parts of the meta file Use these instead of hardcoded strings...
Definition: DtTextureAtlasMapper.h:47
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
DtTextureAtlasMapperCreator class.
Definition: DtTextureAtlasMapper.h:76
The DtTextureAtlasMapper class is responsible calculating and setting the UV offets of a texture atla...
Definition: DtTextureAtlasMapper.h:27