VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes
makVrf::DtDebugDrawCommonLogic Class Reference

Contains makVrf::DtDebugDrawCommonLogic class. This class contain the common function for DtDebugDraw[XXX]Logic classes.

Inheritance diagram for makVrf::DtDebugDrawCommonLogic:
Inheritance graph
[legend]

Public Member Functions

 DtDebugDrawCommonLogic (makVrv::DtDe &de)
 
virtual ~DtDebugDrawCommonLogic ()
 
virtual double maxQueryDistance () const
 
virtual void setMaxQueryDistance (double value)
 

Protected Member Functions

virtual bool frustumCoordinates (DtVector &topLeftCorner, DtVector &topRightCorner, DtVector &bottomLeftCorner, DtVector &bottomRightCorner)
 
virtual void frustumVectors (DtVector &topLeft, DtVector &topRight, DtVector &bottomLeft, DtVector &bottomRight, DtVector &centerPoint, double &farClipPlane, osg::Vec3d &rht_out, osg::Vec3d &newForward_out)
 

Protected Attributes

makVrv::DtDemyDe
 
double myMaxQueryDistance
 

Constructor & Destructor Documentation

makVrf::DtDebugDrawCommonLogic::DtDebugDrawCommonLogic ( makVrv::DtDe de)
virtual makVrf::DtDebugDrawCommonLogic::~DtDebugDrawCommonLogic ( )
virtual

Member Function Documentation

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.

Member Data Documentation

makVrv::DtDe& makVrf::DtDebugDrawCommonLogic::myDe
protected
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:

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)