Documentation

Classes

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().

Fields borrowed from class SceneNode:
Id, Name, Pos, Rot, Scale, Selector, Visible
Method Summary
Method Attributes Method Name and Description
 
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.

© 2010 N.Gebhardt, Ambiera
Documentation generated by JsDoc Toolkit