![]() |
VR-Forces Developer's Guide
|
Intersection Visitor used for picking. Includes special support for model scaling.

Public Member Functions | |
| DtPickIntersectionVisitor (const osg::Camera *camera, osgUtil::Intersector *i=0, ReadCallback *rc=0) | |
| virtual | ~DtPickIntersectionVisitor () |
| void | apply (osg::Billboard &billboard) override |
| void | apply (osg::Transform &transform) override |
| virtual const osg::Camera * | camera () const |
Protected Attributes | |
| osg::Vec3 | myEye |
| DtOsgCullVisitorParameters | myInfo |
| const osg::Camera * | myCamera |
| makVrv::DtPickIntersectionVisitor::DtPickIntersectionVisitor | ( | const osg::Camera * | camera, |
| osgUtil::Intersector * | i = 0, |
||
| ReadCallback * | rc = 0 |
||
| ) |
CTOR.
|
virtual |
DTOR.
|
override |
Special intersection handling for billboards osg override.
|
override |
Intersect handling for picking while using scaled models osg override.
|
virtual |
access the camera
|
protected |
|
protected |
|
protected |