Inheritance diagram for osgUtil::PickVisitor:
Public Member Functions | |
PickVisitor (const osg::Viewport *viewport, const osg::Matrixd &proj, const osg::Matrixd &view, float mx, float my) | |
void | runNestedPickVisitor (osg::Node &node, const osg::Viewport *viewport, const osg::Matrix &proj, const osg::Matrix &view, float mx, float my) |
void | apply (osg::Projection &projection) |
void | apply (osg::CameraNode &camera) |
Protected Attributes | |
float | _mx |
float | _my |
osg::ref_ptr< const osg::Viewport > | _lastViewport |
osg::Matrixd | _lastProjectionMatrix |
osg::Matrixd | _lastViewMatrix |
|
|
|
Reimplemented from osg::NodeVisitor. |
|
Reimplemented from osg::NodeVisitor. |
|
|
|
|
|
|
|
|
|
|
|
|