Away3D Documentation
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Octree
Properties
|
Methods
Package
away3d.core.partition
Class
public class Octree
Inheritance
Octree
Partition3D
Object
Public Properties
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined By
showDebugBounds
: Boolean
Partition3D
Protected Properties
Hide Inherited Protected Properties
Show Inherited Protected Properties
Property
Defined By
_rootNode
:
NodeBase
Partition3D
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined By
Octree
(maxDepth:int, size:Number)
Octree
traverse
(traverser:
PartitionTraverser
):void
Sends a traverser through the partition tree.
Partition3D
Constructor Detail
Octree
()
Constructor
public function Octree(maxDepth:int, size:Number)
Parameters
maxDepth
:int
size
:Number
Thu Nov 15 2012, 12:08 PM Z