View source
class PartitionTraverser
package away3d.core.traverse
extended by EntityCollector
Available on all platforms
IPartitionTraverser is a hierarchical visitor pattern that traverses through a Partition3D data structure.
See also:
away3d.partition.Partition3D
Constructor
Variables
Methods
applyRenderable(renderable:IRenderable):Void
Passes an IRenderable object to be processed by the traverser.