Package | away3d.core.partition |
Class | public class NullNode |
Inheritance | NullNode NodeBase Object |
Method | Defined By | ||
---|---|---|---|
NullNode()
Creates a new NullNode object. | NullNode | ||
acceptTraverser(traverser:PartitionTraverser):void
Allows the traverser to visit the current node. | NodeBase | ||
Adds a node to the tree. | NodeBase | ||
Finds the partition that contains (or should contain) the given entity. | NodeBase | ||
isInFrustum(camera:Camera3D):Boolean
Tests if the current node is at least partly inside the frustum. | NodeBase | ||
removeNode(node:NodeBase):void
Removes a child node from the tree. | NodeBase |