SkyBoxNode is a space partitioning leaf node that contains a SkyBox object.

Constructor

new(skyBox:SkyBox)

Creates a new SkyBoxNode object.

Parameters:

skyBox

The SkyBox to be contained in the node.

Methods

acceptTraverser(traverser:PartitionTraverser):Void

@inheritDoc

Inherited Variables

Defined by EntityNode

read onlyentity:Entity

Defined by NodeBase

Inherited Methods

Defined by EntityNode

isIntersectingRay(rayPosition:Vector3D, rayDirection:Vector3D):Bool

@inheritDoc

removeFromParent():Void

Detaches the node from its parent.

Defined by NodeBase

findPartitionForEntity(entity:Entity):NodeBase

Finds the partition that contains (or should contain) the given entity.