![]() |
VR-Forces 4.10 Class Documentation
|
DtBaseProcess is the base class for all messages processes that can be sent between the server and the client. More...

Public Member Functions | |
| DtBaseProcess (makVrv::DtDe &de) | |
| CTOR/DTOR. More... | |
| virtual | ~DtBaseProcess () |
| virtual void | tick (DtDebugDrawRendererDriver *driver)=0 |
| Tick needs to be called every frame to advance the capture process. More... | |
| virtual bool | isDone ()=0 |
| virtual DtBaseMessage * | response () |
| return the response for the process More... | |
Protected Member Functions | |
| virtual void | roughnessSoilTypeColor (DtRoughnessSoilType type, float &r, float &g, float &b, float &a) |
| return the roughness soil type color More... | |
| virtual void | soilTypeColor (DtSoilType type, float &r, float &g, float &b, float &a) |
| return the soil type color More... | |
| virtual void | navMeshTypeColor (DtString type, float &r, float &g, float &b, float &a) |
| return the navmesh type color More... | |
| virtual void | error (float &r, float &g, float &b, float &a) |
| error reading the colors More... | |
Protected Attributes | |
| DtDebugDrawColors * | myDebugDrawColors |
| Colors from the csv file. More... | |
| makVrv::DtDe & | myDe |
| DtBaseMessage * | myResponse |
Static Protected Attributes | |
| static DtFilename | theDebugDrawColorsFilename |
DtBaseProcess is the base class for all messages processes that can be sent between the server and the client.
| makVrf::DtBaseProcess::DtBaseProcess | ( | makVrv::DtDe & | de | ) |
CTOR/DTOR.
|
virtual |
|
pure virtual |
Tick needs to be called every frame to advance the capture process.
Implemented in makVrf::DtNavMeshProcess, makVrf::DtFeatureProcess, and makVrf::DtTerrainAreaProcess.
|
pure virtual |
Implemented in makVrf::DtNavMeshProcess, makVrf::DtFeatureProcess, and makVrf::DtTerrainAreaProcess.
|
virtual |
return the response for the process
|
protectedvirtual |
return the roughness soil type color
|
protectedvirtual |
return the soil type color
|
protectedvirtual |
return the navmesh type color
|
protectedvirtual |
error reading the colors
|
staticprotected |
|
protected |
Colors from the csv file.
|
protected |
|
protected |