VR-Forces 4.8 Class Documentation
 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. More...

Public Attributes

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

Detailed Description

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

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 Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)