![]() |
VR-Forces 4.3 Class Documentation
|
Go to the source code of this file.
Classes | |
| struct | DtDebugDrawerGeometryMemoryColor |
| Struct that defines the color of a geometry. More... | |
| class | DtDebugDrawerGeometryMemory |
Namespaces | |
| namespace | DtBufferSerialize |
| This namespace contains a set of utility functions for encoding and decoding various data types to/from a byte array. | |
Functions | |
| DT_DLL_simTerrainDrawer int | DtBufferSerialize::getSize (const DtDebugDrawerGeometryMemoryColor &val) |
| DT_DLL_simTerrainDrawer char * | DtBufferSerialize::encode (const DtDebugDrawerGeometryMemoryColor &val, char *buffer) |
| DT_DLL_simTerrainDrawer const char * | DtBufferSerialize::decode (DtDebugDrawerGeometryMemoryColor &val, const char *buffer) |
Variables | |
| const int | DtDebugDrawerGeometryMemorySphereType = 1 |
| Generic geometric shape to be stored in shared memory. | |
| const int | DtDebugDrawerGeometryMemoryLineType = 2 |
| const int | DtDebugDrawerGeometryMemoryTriangleType = 3 |
| const int | DtDebugDrawerGeometryMemoryTextType = 4 |
| const int | DtDebugDrawerGeometryMemoryMaxType = 5 |
| const int DtDebugDrawerGeometryMemorySphereType = 1 |
Generic geometric shape to be stored in shared memory.
| const int DtDebugDrawerGeometryMemoryLineType = 2 |
| const int DtDebugDrawerGeometryMemoryTriangleType = 3 |
| const int DtDebugDrawerGeometryMemoryTextType = 4 |
| const int DtDebugDrawerGeometryMemoryMaxType = 5 |