Contains makVrf::DtDebugDrawCommonLogic class. This class contain the common function for DtDebugDraw[XXX]Logic classes.
|
| virtual bool | frustumCoordinates (DtVector &topLeftCorner, DtVector &topRightCorner, DtVector &bottomLeftCorner, DtVector &bottomRightCorner) |
| |
| virtual void | frustumVectors (DtVector &topLeft, DtVector &topRight, DtVector &bottomLeft, DtVector &bottomRight, DtVector ¢erPoint, double &farClipPlane, osg::Vec3d &rht_out, osg::Vec3d &newForward_out) |
| |
| makVrf::DtDebugDrawCommonLogic::DtDebugDrawCommonLogic |
( |
makVrv::DtDe & |
de | ) |
|
| virtual makVrf::DtDebugDrawCommonLogic::~DtDebugDrawCommonLogic |
( |
| ) |
|
|
virtual |
| virtual double makVrf::DtDebugDrawCommonLogic::maxQueryDistance |
( |
| ) |
const |
|
virtual |
Set/Get MaxQueryDistance.
| virtual void makVrf::DtDebugDrawCommonLogic::setMaxQueryDistance |
( |
double |
value | ) |
|
|
virtual |
| virtual bool makVrf::DtDebugDrawCommonLogic::frustumCoordinates |
( |
DtVector & |
topLeftCorner, |
|
|
DtVector & |
topRightCorner, |
|
|
DtVector & |
bottomLeftCorner, |
|
|
DtVector & |
bottomRightCorner |
|
) |
| |
|
protectedvirtual |
Get the frustum corners position (call function frustumVectors)
| virtual void makVrf::DtDebugDrawCommonLogic::frustumVectors |
( |
DtVector & |
topLeft, |
|
|
DtVector & |
topRight, |
|
|
DtVector & |
bottomLeft, |
|
|
DtVector & |
bottomRight, |
|
|
DtVector & |
centerPoint, |
|
|
double & |
farClipPlane, |
|
|
osg::Vec3d & |
rht_out, |
|
|
osg::Vec3d & |
newForward_out |
|
) |
| |
|
protectedvirtual |
Get the frustum corners vector.
| double makVrf::DtDebugDrawCommonLogic::myMaxQueryDistance |
|
protected |
Max distance of the query (in meters) to limit the number of polygons.
The documentation for this class was generated from the following file: