![]() |
VR-Forces 5.0.2 Developer's Guide
|
Message used to send draw/delete message from GUI to debugDrawManager.

Public Member Functions | |
| DtIfDebugDrawNavMesh () | |
| virtual | ~DtIfDebugDrawNavMesh () |
| DtIfDebugDrawNavMesh (const DtIfDebugDrawNavMesh &orig) | |
| DtIfDebugDrawNavMesh & | operator= (const DtIfDebugDrawNavMesh &orig) |
| virtual int | type () const |
| virtual DtSimInterfaceContent * | clone () const |
| virtual void | setBoundingBox (DtVector &topLeftCorner, DtVector &topRightCorner, DtVector &bottomLeftCorner, DtVector &bottomRightCorner) |
| virtual void | boundingBox (DtVector &topLeftCorner, DtVector &topRightCorner, DtVector &bottomLeftCorner, DtVector &bottomRightCorner) const |
| virtual void | setDrawNavMesh (bool value) |
| virtual bool | drawNavMesh () const |
| virtual void | setQueryRadius (double value) |
| virtual double | queryRadius () const |
| virtual void | setDeleteNavMesh (bool value) |
| virtual bool | deleteNavMesh () const |
| virtual void | setProfileString (const DtString &value) |
| virtual DtString | profileString () const |
| virtual void | setNavMeshColor (bool value) |
| virtual bool | navMeshColor () const |
| virtual void | setNavMeshColorAlpha (float value) |
| virtual float | navMeshColorAlpha () const |
| virtual void | setNavMeshOffset (float value) |
| virtual float | navMeshOfsset () const |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
Public Member Functions inherited from DtSimInterfaceContent | |
| virtual | ~DtSimInterfaceContent () |
| virtual bool | update (const DtSimInterfaceContent *data) |
| virtual char * | netRep () |
| virtual void | printContentType (DtString &str) |
| virtual void | setUseSessionId (bool yesNo) |
| virtual bool | useSessionId () const |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Static Public Member Functions inherited from DtSimInterfaceContent | |
| static DtSimInterfaceContent * | createInterfaceContent (int type) |
| static void | addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn) |
| static void | setFactory (DtInterfaceContentFactory *factory) |
| static DtInterfaceContentFactory * | factory () |
| static void | registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn) |
Protected Attributes | |
| bool | myDrawNavMesh |
| bool | myDeleteNavMesh |
| DtVector | myTopLeftCorner |
| DtVector | myTopRightCorner |
| DtVector | myBottomLeftCorner |
| DtVector | myBottomRightCorner |
| DtString | myProfileString |
| double | myQueryRadius |
| bool | myNavMeshColor |
| double | myNavMeshColorAlpha |
| double | myNavMeshOffset |
Protected Attributes inherited from DtSimInterfaceContent | |
| char * | myNetRep |
| bool | myUseSessionId |
Additional Inherited Members | |
Protected Member Functions inherited from DtSimInterfaceContent | |
| DtSimInterfaceContent () | |
| DtSimInterfaceContent (const DtSimInterfaceContent &orig) | |
| const DtSimInterfaceContent & | operator= (const DtSimInterfaceContent &orig) |
| virtual char * | createNetworkBuffer () |
Static Protected Attributes inherited from DtSimInterfaceContent | |
| static DtInterfaceContentFactory * | myFactory |
| static DtSimInterfaceContentTypePrinterFcn | theContentTypePrinterFcn |
| DtIfDebugDrawNavMesh::DtIfDebugDrawNavMesh | ( | ) |
|
virtual |
| DtIfDebugDrawNavMesh::DtIfDebugDrawNavMesh | ( | const DtIfDebugDrawNavMesh & | orig | ) |
| DtIfDebugDrawNavMesh& DtIfDebugDrawNavMesh::operator= | ( | const DtIfDebugDrawNavMesh & | orig | ) |
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Set/Get the terrain bounding box (frustum view)
|
virtual |
|
virtual |
Set/Get draw Nav Mesh.
|
virtual |
|
virtual |
Set/get nav mesh query radius in meters.
|
virtual |
|
virtual |
Set/Get delete Nav Mesh.
|
virtual |
|
virtual |
Set/Get Nav Mesh Profile string.
|
virtual |
|
virtual |
Set/Get nav mesh color on/off.
|
virtual |
|
virtual |
Set/Get nav mesh color alpha value.
|
virtual |
|
virtual |
Set/Get nav mesh offset value (meter)
|
virtual |
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |