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

DtOsgItersectorExclusions is a list of osg nodes from the scene graph and a list of element IDs to exclude from an intersect query. The renderer independent API provides a list of element IDs; the OSG-specific intersectors take these instead, which look up the nodes in the scene graph for the element ids provided for non-instanced elements; and maintain the element ids for use by the instance manager. Users of the OSG-specific interface may provide osg::nodes to exclude that are not for a specific element.

Public Attributes

std::list< DtUniqueIDmyExcludeIds
 
std::list< osg::Node * > myExcludeNodes
 

Member Data Documentation

std::list<DtUniqueID> makVrv::DtOsgItersectorExclusions::myExcludeIds
std::list<osg::Node*> makVrv::DtOsgItersectorExclusions::myExcludeNodes

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)