Intersection Visitor used for picking.
More...
Public Member Functions |
| | DtPickIntersectionVisitor (osg::Camera *camera, osgUtil::Intersector *i=0, ReadCallback *rc=0) |
| | CTOR.
|
| virtual | ~DtPickIntersectionVisitor () |
| | DTOR.
|
| void | apply (osg::Billboard &billboard) |
| | Special intersection handling for billboards.
|
| void | apply (osg::Transform &transform) |
| | Intersect handling for picking while using scaled models.
|
| osg::Camera * | camera () const |
Detailed Description
Intersection Visitor used for picking.
Includes special support for model scaling
Constructor & Destructor Documentation
| makVrv::DtPickIntersectionVisitor::DtPickIntersectionVisitor |
( |
osg::Camera * |
camera, |
|
|
osgUtil::Intersector * |
i = 0, |
|
|
ReadCallback * |
rc = 0 |
|
) |
| |
| virtual makVrv::DtPickIntersectionVisitor::~DtPickIntersectionVisitor |
( |
| ) |
|
|
virtual |
Member Function Documentation
| void makVrv::DtPickIntersectionVisitor::apply |
( |
osg::Billboard & |
billboard | ) |
|
Special intersection handling for billboards.
| void makVrv::DtPickIntersectionVisitor::apply |
( |
osg::Transform & |
transform | ) |
|
Intersect handling for picking while using scaled models.
| osg::Camera* makVrv::DtPickIntersectionVisitor::camera |
( |
| ) |
const |
Member Data Documentation
| osg::Vec3 makVrv::DtPickIntersectionVisitor::myEye |
|
protected |
| osg::Camera* makVrv::DtPickIntersectionVisitor::myCamera |
|
protected |
The documentation for this class was generated from the following file: