Changes between Version 4 and Version 5 of Support/ProgrammingGuide/AnalysingAScenegraph
- Timestamp:
- 07/13/07 13:11:03 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Support/ProgrammingGuide/AnalysingAScenegraph
v4 v5 1 1 = Analysing A Scenegraph = 2 [[TracNav(TracNav/SupportTOC)]] 2 3 3 4 Once a scenegraph is loaded you may wish to analyse the in memory tree of nodes. Ideally you would use a nodevisitor, but here is a simple piece of C code that works:
