Coppercube API Documentation
Class SkyBoxSceneNode
A class rendering a sky box around the whole scene.
Extends
MeshSceneNode.
Class Overview
SkyBoxSceneNode()
A class rendering a sky box around the whole scene. It is a cube with 6 faces and six textures, which
can be accessed using SceneNode.getMaterial().
Method Attributes | Method Name and Description |
---|---|
getType()
Returns the type string of the scene node.
|
- Methods borrowed from class MeshSceneNode:
- createClone, getBoundingBox, getMesh, setMesh
- Methods borrowed from class SceneNode:
- addAnimator, addChild, getAbsolutePosition, getAbsoluteTransformation, getAnimatorOfType, getAnimators, getMaterial, getMaterialCount, getParent, getRelativeTransformation, getTransformedBoundingBox, init, OnAnimate, OnRegisterSceneNode, removeAnimator, removeChild, render, updateAbsolutePosition
Method Detail
{String}
getType()
Returns the type string of the scene node.
Returns 'sky' for the mesh scene node.
- Returns:
- {String} type name of the scene node.