View source
class RenderableNode
package away3d.core.partition
extends EntityNode › NodeBase
Available on all platforms
RenderableNode is a space partitioning leaf node that contains any Entity that is itself a IRenderable object. This excludes Mesh (since the renderable objects are its SubMesh children).
Constructor
new(renderable:IRenderable)
Creates a new RenderableNode object.
Parameters:
mesh | The mesh to be contained in the node. |
|---|