Open richardolsson opened 12 years ago
That'd be imo a most useful feature.
I'd suggest this be designed using the visitor pattern, that makes it most easy to get a decent core functionality as an early milestone
Btw - at away3D team: 4.1 Alpha is an impressive piece of software!
I like it a lot with some bg in OpenGL and OSG programming one can often correctly guess where which functionality or interface is located and what it is called - highly intuitive.
Create utilities to simplify scene-graph traversal, e.g. by creating an iterator that handles the recursion behind the scenes, and some way of searching for objects by name.