away3d / away3d-core-fp11

Away3D engine for Flash Player 11
http://www.away3d.com
Other
639 stars 275 forks source link

Scene-graph traversal utilities #280

Open richardolsson opened 12 years ago

richardolsson commented 12 years ago

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.

dungeoneerxx commented 11 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.