Changes between Version 1 and Version 2 of OpenSceneGraph/NodeVisitor
- Timestamp:
- 07/11/07 14:58:57 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenSceneGraph/NodeVisitor
v1 v2 1 = !NodeVistor = 2 [[TracNav(TracNav/CommunityTOC)]] 3 1 4 A !NodeVisitor is a kind of function which automatically traverses a scenegraph, calling a function 2 5 for each node in the tree. Usually this function will perform some operation on at least one node, such as:
