| Package | away3d.core.partition |
| Class | public class InvertedOctreeNode |
| Inheritance | InvertedOctreeNode NodeBase Object |
| Method | Defined By | ||
|---|---|---|---|
InvertedOctreeNode(minBounds:Vector3D, maxBounds:Vector3D) | InvertedOctreeNode | ||
acceptTraverser(traverser:PartitionTraverser):void [override] | InvertedOctreeNode | ||
![]() |
Finds the partition that contains (or should contain) the given entity. | NodeBase | |
isInFrustum(planes:Vector.<Plane3D>, numPlanes:int):Boolean [override] | InvertedOctreeNode | ||
![]() | isIntersectingRay(rayPosition:Vector3D, rayDirection:Vector3D):Boolean
Tests if the current node is intersecting with a ray. | NodeBase | |
| Method | Defined By | ||
|---|---|---|---|
[override] | InvertedOctreeNode | ||
![]() | updateNumEntities(value:int):void | NodeBase | |
| InvertedOctreeNode | () | Constructor |
public function InvertedOctreeNode(minBounds:Vector3D, maxBounds:Vector3D)minBounds:Vector3D | |
maxBounds:Vector3D |
| acceptTraverser | () | method |
override public function acceptTraverser(traverser:PartitionTraverser):voidParameters
traverser:PartitionTraverser |
| createDebugBounds | () | method |
| isInFrustum | () | method |
override public function isInFrustum(planes:Vector.<Plane3D>, numPlanes:int):BooleanParameters
planes:Vector.<Plane3D> | |
numPlanes:int |
Boolean |
| setParent | () | method |