Changes between Version 1 and Version 2 of Support/Tutorials/NodeMaskDemo
- Timestamp:
- 08/24/07 21:45:38 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Support/Tutorials/NodeMaskDemo
v1 v2 1 1 = Node masks = 2 [[TracNav(TracNav/SupportTOC)]] 3 '''(Wiki editing note: Code needs conversion to osgViewer)'''[[BR]] 4 '''(Wiki editing note: Add link to complete source code at bottom)''' 2 5 3 6 Node masks allow you to selectively traverse sub-graphs within your scene. For example if you wanted to toggle the visibility of a model on/off you could adjust the node mask used for the cull traversal. Node masks would also be useful for showing different representations of scene objects for different camera views or for changing how a node is rendered.
