A B C D E F G H I L M N O P R S T V W X Y Z

A

addCamera - method in class de.mirell.m3d.CScene
addLight - method in class de.mirell.m3d.CScene
addObject - method in class de.mirell.m3d.CModel
addObject - method in class de.mirell.m3d.CScene
addStyle - method in class de.mirell.m3d.CScene
addVertex - method in class de.mirell.m3d.C3DObject
Adds the specified vertex to the end of the vertexlist

B

Black - Static read-only property in class de.mirell.m3d.CColor
Blue - Static read-only property in class de.mirell.m3d.CColor

C

C3DEngine - class de.mirell.m3d.C3DEngine
Core Class for the 3D Engine.
C3DObject - class de.mirell.m3d.C3DObject
Base class for any object in 3D space
C3DObject - constructor in class de.mirell.m3d.C3DObject
Constructs a new C3DObject instance
calculateNormal - method in class de.mirell.m3d.CPolygon
CCamera - class de.mirell.m3d.CCamera
A camera with various functions which makes use of Quaternions
CCamera - constructor in class de.mirell.m3d.CCamera
Constructs a new Camera instance
CColor - class de.mirell.m3d.CColor
Represents a RGB color
CColor - constructor in class de.mirell.m3d.CColor
Constructs a new color object
CControlVertex - class de.mirell.m3d.CControlVertex
CControlVertex - constructor in class de.mirell.m3d.CControlVertex
CCoordinate - class de.mirell.m3d.CCoordinate
CCoordinate - constructor in class de.mirell.m3d.CCoordinate
CCube - class de.mirell.m3d.primitives.CCube
CCube - constructor in class de.mirell.m3d.primitives.CCube
CCurve - class de.mirell.m3d.CCurve
CCurve - constructor in class de.mirell.m3d.CCurve
changePitchYawRoll - method in class de.mirell.m3d.CCamera
Set the camera rotation using euler angles
CLight - class de.mirell.m3d.CLight
CLight - constructor in class de.mirell.m3d.CLight
Creates an ambient light
CLine - class de.mirell.m3d.CLine
CLine - constructor in class de.mirell.m3d.CLine
clone - method in class de.mirell.math.CQuaternion
clone - method in class de.mirell.m3d.CColor
Returns an excact copy of this color
clone - method in class de.mirell.m3d.CCoordinate
clone - method in class de.mirell.m3d.CStyle
clone - method in class de.mirell.m3d.CTexture
clone - method in interface de.mirell.system.ICloneable
Makes an exact copy of the object
CModel - class de.mirell.m3d.CModel
CModel - constructor in class de.mirell.m3d.CModel
concat - method in class de.mirell.m3d.CCoordinate
CPointLight - class de.mirell.m3d.CPointLight
CPointLight - constructor in class de.mirell.m3d.CPointLight
CPointSprite - class de.mirell.m3d.CPointSprite
CPointSprite - constructor in class de.mirell.m3d.CPointSprite
CPolygon - class de.mirell.m3d.CPolygon
CPolygon - constructor in class de.mirell.m3d.CPolygon
CPyramid - class de.mirell.m3d.primitives.CPyramid
CPyramid - constructor in class de.mirell.m3d.primitives.CPyramid
CQuaternion - class de.mirell.math.CQuaternion
CQuaternion - constructor in class de.mirell.math.CQuaternion
createMatrix - method in class de.mirell.math.CQuaternion
createMovieClip - method in class de.mirell.m3d.C3DObject
Trigger creation of the object's movieclip
createMovieClip - method in class de.mirell.m3d.CModel
Trigger creation of the object's movieclip
createMovieClip - method in class de.mirell.m3d.CPolygon
Trigger creation of the object's movieclip
createMovieClip - method in class de.mirell.m3d.CSprite
Trigger creation of the object's movieclip
CRendererFactory - class de.mirell.m3d.CRendererFactory
crossProduct - method in class de.mirell.m3d.CCoordinate
CScene - class de.mirell.m3d.CScene
Definition of a 3D scene with lights, styles, objects and used cameras
CScene - constructor in class de.mirell.m3d.CScene
CSphere - class de.mirell.m3d.primitives.CSphere
CSphere - constructor in class de.mirell.m3d.primitives.CSphere
CSprite - class de.mirell.m3d.CSprite
CSprite - constructor in class de.mirell.m3d.CSprite
CSpriteSphere - class de.mirell.m3d.primitives.CSpriteSphere
CSpriteSphere - constructor in class de.mirell.m3d.primitives.CSpriteSphere
CStyle - class de.mirell.m3d.CStyle
CStyle - constructor in class de.mirell.m3d.CStyle
CTexture - class de.mirell.m3d.CTexture
CTexture - constructor in class de.mirell.m3d.CTexture
CVertex - class de.mirell.m3d.CVertex
Standard Vertex representation.
CVertex - constructor in class de.mirell.m3d.CVertex
Create a new CVertex using the supplied position as a base
Cyan - Static read-only property in class de.mirell.m3d.CColor

D

destroyMovieClip - method in class de.mirell.m3d.C3DObject
Trigger removal of the object's movieclip
destroyMovieClip - method in class de.mirell.m3d.CModel
Trigger removal of the object's movieclip
destroyMovieClip - method in class de.mirell.m3d.CPolygon
Trigger removal of the object's movieclip
destroyMovieClip - method in class de.mirell.m3d.CSprite
Trigger removal of the object's movieclip
distance - method in class de.mirell.m3d.CCoordinate
dotProduct - method in class de.mirell.m3d.CCoordinate
draw - method in class de.mirell.m3d.C3DObject
Draws the object
draw - method in class de.mirell.m3d.CCurve
Draws the object
draw - method in class de.mirell.m3d.CLine
Draws the object
draw - method in class de.mirell.m3d.CModel
Draws the object
draw - method in class de.mirell.m3d.CPointSprite
Draws the object
draw - method in class de.mirell.m3d.CPolygon
Draws the object
draw - method in interface de.mirell.m3d.IDrawable
Draws the object
drawArc - Static method in class de.mirell.drawing.ShapeDrawer
Draw a variable arc within an movie.
drawCircle - Static method in class de.mirell.drawing.ShapeDrawer
Draws a circle within a movie.
drawRectangle - Static method in class de.mirell.drawing.ShapeDrawer
Draws a rectangle within a movie.
drawStar - Static method in class de.mirell.drawing.ShapeDrawer
Draw a star within an movie.

E

equals - method in class de.mirell.m3d.CCoordinate

F

frameskip - Static field in class de.mirell.m3d.C3DEngine
Number of frames to skip
fromAxisAngle - method in class de.mirell.math.CQuaternion
fromEulerAngles - method in class de.mirell.math.CQuaternion
fromPoint - method in class de.mirell.math.CQuaternion
fromXML - method in class de.mirell.math.CQuaternion
Unserializes XML into the object
fromXML - method in interface de.mirell.xml.serialization.IXMLSerializable
Unserializes XML into the object
fromXML - method in class de.mirell.m3d.C3DObject
Unserializes XML into the object
fromXML - method in class de.mirell.m3d.CCamera
Unserializes XML into the object
fromXML - method in class de.mirell.m3d.CColor
Unserializes XML into the object
fromXML - method in class de.mirell.m3d.CControlVertex
Unserializes XML into the object
fromXML - method in class de.mirell.m3d.CCoordinate
Unserializes XML into the object
fromXML - method in class de.mirell.m3d.CLight
Unserializes XML into the object
fromXML - method in class de.mirell.m3d.CLine
Unserializes XML into the object
fromXML - method in class de.mirell.m3d.CModel
Unserializes XML into the object
fromXML - method in class de.mirell.m3d.CPointLight
Unserializes XML into the object
fromXML - method in class de.mirell.m3d.CPointSprite
Unserializes XML into the object
fromXML - method in class de.mirell.m3d.CPolygon
Unserializes XML into the object
fromXML - method in class de.mirell.m3d.CScene
Unserializes XML into the object
fromXML - method in class de.mirell.m3d.CSprite
Unserializes XML into the object
fromXML - method in class de.mirell.m3d.CStyle
Unserializes XML into the object
fromXML - method in class de.mirell.m3d.CTexture
Unserializes XML into the object
fromXML - method in class de.mirell.m3d.CVertex
Unserializes XML into the object

G

getActiveCamera - method in class de.mirell.m3d.CScene
getAlpha - method in class de.mirell.m3d.CStyle
getAmbientColor - method in class de.mirell.m3d.CLight
getAxisAngle - method in class de.mirell.math.CQuaternion
getBlue - method in class de.mirell.m3d.CColor
Retrives the amount of red in the color
getCameras - method in class de.mirell.m3d.CScene
getCenter - method in class de.mirell.m3d.CPolygon
getColor - method in class de.mirell.m3d.CColor
Returns a new color instance of this color
getColor - method in class de.mirell.m3d.CStyle
getColorValue - method in class de.mirell.m3d.CColor
Return the color as decimal value
getDefaultStyle - Static method in class de.mirell.m3d.CStyle
getDiffuseColor - method in class de.mirell.m3d.CLight
getDirection - method in class de.mirell.m3d.CCamera
Retrieves the current direction vector
getDisplay - method in class de.mirell.m3d.C3DObject
Retrieve the movieclip the object draws itself on
getEulerAngles - method in class de.mirell.math.CQuaternion
getFaces - method in class de.mirell.m3d.CModel
getFaces - method in class de.mirell.m3d.CPolygon
getGreen - method in class de.mirell.m3d.CColor
Retrives the amount of green in the color
getLights - method in class de.mirell.m3d.CScene
getLineAlpha - method in class de.mirell.m3d.CStyle
getLineColor - method in class de.mirell.m3d.CStyle
getLineThickness - method in class de.mirell.m3d.CStyle
getMovieClip - method in class de.mirell.m3d.C3DObject
Retrieve the object's movieclip
getName - method in class de.mirell.m3d.CCamera
Retrives the name identifier for this camera
getName - method in class de.mirell.m3d.CLight
getName - method in class de.mirell.m3d.CModel
getName - method in class de.mirell.m3d.CStyle
getNormal - method in class de.mirell.m3d.CPolygon
getObject - method in class de.mirell.m3d.CScene
getObjectByName - method in class de.mirell.m3d.CScene
getObjects - method in class de.mirell.m3d.CScene
getObjectSpaceCoordinates - method in class de.mirell.m3d.CVertex
getParent - method in class de.mirell.m3d.C3DObject
Retrieves the object associated as the parent of the object
getPerspective - method in class de.mirell.m3d.CCamera
Retrieves the currently set perspective of this camera
getPosition - method in class de.mirell.m3d.C3DObject
Retrieves the current center point of the object
getPosition - method in class de.mirell.m3d.CCamera
Retrieves the current center point of the object
getPosition - method in class de.mirell.m3d.CLight
Retrieves the current center point of the object
getPosition - method in class de.mirell.m3d.CVertex
Retrieves the current center point of the object
getPosition - method in interface de.mirell.m3d.IPositionable
Retrieves the current center point of the object
getRed - method in class de.mirell.m3d.CColor
Retrieves the amount of red in the color
getRenderer - method in class de.mirell.m3d.CRendererFactory
getRotation - method in class de.mirell.m3d.C3DObject
Retrieves the current rotation of the object
getRotation - method in class de.mirell.m3d.CCamera
Retrieves the current rotation of the object
getRotation - method in interface de.mirell.m3d.IRotateable
Retrieves the current rotation of the object
getRotationTo - method in class de.mirell.m3d.CCoordinate
getScreenCoordinates - method in class de.mirell.m3d.CVertex
getSize - method in class de.mirell.m3d.primitives.CCube
getSize - method in class de.mirell.m3d.primitives.CSpriteSphere
getSource - method in class de.mirell.m3d.CSprite
getSource - method in class de.mirell.m3d.CTexture
getStyle - method in class de.mirell.m3d.CLine
getStyle - method in class de.mirell.m3d.CModel
getStyle - method in class de.mirell.m3d.CPolygon
getStyle - method in class de.mirell.m3d.CSprite
getTexture - method in class de.mirell.m3d.CStyle
getTextureHeight - method in class de.mirell.m3d.CStyle
getTextureWidth - method in class de.mirell.m3d.CStyle
getType - method in class de.mirell.m3d.C3DObject
Retrieve the type of the object
getVertices - method in class de.mirell.m3d.C3DObject
Retrieve the vertices of the object
getViewSpaceCoordinates - method in class de.mirell.m3d.CVertex
getW - method in class de.mirell.math.CQuaternion
getWorldSpaceCoordinates - method in class de.mirell.m3d.CVertex
getX - method in class de.mirell.math.CQuaternion
getY - method in class de.mirell.math.CQuaternion
getZ - method in class de.mirell.math.CQuaternion
Green - Static read-only property in class de.mirell.m3d.CColor

H

hasFaces - method in class de.mirell.m3d.C3DObject
Determine if object has faces
hasFaces - method in class de.mirell.m3d.CModel
Determine if object has faces
hasFaces - method in class de.mirell.m3d.CPolygon
Determine if object has faces
hasLine - method in class de.mirell.m3d.CStyle
hasTexture - method in class de.mirell.m3d.CStyle
hasVertices - method in class de.mirell.m3d.C3DObject
Determine if object has vertices
HIGH - Static field in class de.mirell.m3d.CRendererFactory

I

ICloneable - interface de.mirell.system.ICloneable
IDrawable - interface de.mirell.m3d.IDrawable
IMoveable - interface de.mirell.m3d.IMoveable
invert - method in class de.mirell.math.CQuaternion
invert - method in class de.mirell.m3d.CCoordinate
IPositionable - interface de.mirell.m3d.IPositionable
IRotateable - interface de.mirell.m3d.IRotateable
IScaleable - interface de.mirell.m3d.IScaleable
isChanged - method in class de.mirell.m3d.C3DObject
Determines if object needs to be redrawn
isChanged - method in class de.mirell.m3d.CCamera
Determines if objectstate has changed
isChanged - method in class de.mirell.m3d.CVertex
isDoubleSided - method in class de.mirell.m3d.CPolygon
isIdentity - method in class de.mirell.math.CQuaternion
isLoaded - field in class de.mirell.m3d.CTexture
isOrigin - method in class de.mirell.m3d.CCoordinate
ITranslateable - interface de.mirell.m3d.ITranslateable
IXMLSerializable - interface de.mirell.xml.serialization.IXMLSerializable

L

length - read-only property in class de.mirell.math.CQuaternion
length - read-only property in class de.mirell.m3d.CCoordinate
lightning - Static field in class de.mirell.m3d.C3DEngine
Enable/Disable Lightning
loadFromFile - method in class de.mirell.m3d.CModel
loadFromFile - method in class de.mirell.m3d.CScene
Loads a scene from the specified filename.
logo - Static field in class de.mirell.m3d.C3DEngine
The Mirell 3D ASCII logo
lookAt - method in class de.mirell.m3d.CCamera
Rotates camera to point to a coordinate in space
LOW - Static field in class de.mirell.m3d.CRendererFactory
LOWEST - Static field in class de.mirell.m3d.CRendererFactory

M

Magenta - Static read-only property in class de.mirell.m3d.CColor
MEDIUM - Static field in class de.mirell.m3d.CRendererFactory
merge - method in class de.mirell.m3d.CStyle
moveBy - method in interface de.mirell.m3d.IMoveable
moveRelative - method in class de.mirell.m3d.CCamera
Moves this camera relative to it's current view vector
multiply - method in class de.mirell.math.CQuaternion
multiply - method in class de.mirell.m3d.CCoordinate

N

name - Static field in class de.mirell.m3d.C3DEngine
Engine name
normal_translated - field in class de.mirell.m3d.CPolygon
normalize - method in class de.mirell.math.CQuaternion
normalize - method in class de.mirell.m3d.CCoordinate

O

onFileLoaded - field in class de.mirell.m3d.CModel
onFileLoaded - field in class de.mirell.m3d.CScene
onPress - read,write property in class de.mirell.m3d.C3DObject
Set the event method associated with this standard movieclip event
onPress - read,write property in class de.mirell.m3d.CModel
Set the event method associated with this standard movieclip event
onRender - field in class de.mirell.m3d.CCamera
A function to be called every rendercycle
onRender - field in class de.mirell.m3d.CPointSprite
onRender - field in class de.mirell.m3d.CScene
onRender - field in class de.mirell.m3d.CSprite
onRollOut - read,write property in class de.mirell.m3d.C3DObject
Set the event method associated with this standard movieclip event
onRollOut - read,write property in class de.mirell.m3d.CModel
Set the event method associated with this standard movieclip event
onRollOver - read,write property in class de.mirell.m3d.C3DObject
Set the event method associated with this standard movieclip event
onRollOver - read,write property in class de.mirell.m3d.CModel
Set the event method associated with this standard movieclip event
onRotated - field in class de.mirell.m3d.CLine
onRotated - field in class de.mirell.m3d.CVertex

P

pitch - method in class de.mirell.m3d.CCamera
Set the pitch of this camera

R

Red - Static read-only property in class de.mirell.m3d.CColor
removeCamera - method in class de.mirell.m3d.CScene
removeLight - method in class de.mirell.m3d.CScene
removeObject - method in class de.mirell.m3d.CModel
removeObject - method in class de.mirell.m3d.CScene
removeObjects - method in class de.mirell.m3d.CModel
removeStyle - method in class de.mirell.m3d.CScene
removeVertex - method in class de.mirell.m3d.C3DObject
Removes the specified vertex from the vertexlist
render - Static method in class de.mirell.m3d.C3DEngine
Renders a frame of the specified scene
roll - method in class de.mirell.m3d.CCamera
Set the roll of this camera
rotate - method in class de.mirell.m3d.C3DObject
Rotate the object using a quaternion
rotate - method in class de.mirell.m3d.CCamera
Rotate the object using a quaternion
rotate - method in class de.mirell.m3d.CModel
Rotate the object using a quaternion
rotate - method in class de.mirell.m3d.CPolygon
Rotate the object using a quaternion
rotate - method in class de.mirell.m3d.CVertex
rotate - method in interface de.mirell.m3d.IRotateable
Rotate the object using a quaternion
rotateNormal - method in class de.mirell.m3d.CPolygon
rotationArc - method in class de.mirell.m3d.CCoordinate

S

scale - method in class de.mirell.math.CQuaternion
scale - method in class de.mirell.m3d.C3DObject
Scale the object in space
scale - method in class de.mirell.m3d.CCoordinate
scale - method in class de.mirell.m3d.CVertex
Scale the object in space
scale - method in interface de.mirell.m3d.IScaleable
Scale the object in space
setActiveCamera - method in class de.mirell.m3d.CScene
setAlpha - method in class de.mirell.m3d.CStyle
setAmbientColor - method in class de.mirell.m3d.CLight
setBlue - method in class de.mirell.m3d.CColor
Sets the amount of blue in the color
setColor - method in class de.mirell.m3d.CColor
Sets this color's RGB amounts
setColor - method in class de.mirell.m3d.CStyle
setColorValue - method in class de.mirell.m3d.CColor
Sets this color's RGB values using a decimal value
setDiffuseColor - method in class de.mirell.m3d.CLight
setDirection - method in class de.mirell.m3d.CCamera
Set the current direction vector
setDisplay - method in class de.mirell.m3d.C3DObject
Set the movieclip to draw the object on
setDoubleSides - method in class de.mirell.m3d.CPolygon
setGreen - method in class de.mirell.m3d.CColor
Sets the amount of green in the color
setLineAlpha - method in class de.mirell.m3d.CStyle
setLineColor - method in class de.mirell.m3d.CStyle
setLineThickness - method in class de.mirell.m3d.CStyle
setName - method in class de.mirell.m3d.CCamera
Retrives the name identifier for this camera
setName - method in class de.mirell.m3d.CLight
setName - method in class de.mirell.m3d.CModel
setName - method in class de.mirell.m3d.CStyle
setNormal - method in class de.mirell.m3d.CPolygon
setObjectSpaceCoordinates - method in class de.mirell.m3d.CVertex
setParent - method in class de.mirell.m3d.C3DObject
Associates an object as the parent of this
setPerspective - method in class de.mirell.m3d.CCamera
Sets perspective of this camera
setPosition - method in class de.mirell.m3d.C3DObject
Sets the center point of the object
setPosition - method in class de.mirell.m3d.CCamera
Sets the center point of the object
setPosition - method in class de.mirell.m3d.CLight
Sets the center point of the object
setPosition - method in class de.mirell.m3d.CVertex
Sets initial position of the vertex
setPosition - method in interface de.mirell.m3d.IPositionable
Sets the center point of the object
setRed - method in class de.mirell.m3d.CColor
Sets the amount of red in the color
setRenderer - Static method in class de.mirell.m3d.C3DEngine
Assigns a renderer to use
setRotation - method in class de.mirell.m3d.C3DObject
Set the current rotation of the object
setRotation - method in class de.mirell.m3d.CCamera
Set the current rotation of the object
setRotation - method in interface de.mirell.m3d.IRotateable
Set the current rotation of the object
setScreenCoordinates - method in class de.mirell.m3d.CVertex
setSize - method in class de.mirell.m3d.primitives.CCube
setSource - method in class de.mirell.m3d.CSprite
setSource - method in class de.mirell.m3d.CTexture
setStyle - method in class de.mirell.m3d.CLine
setStyle - method in class de.mirell.m3d.CModel
setStyle - method in class de.mirell.m3d.CPolygon
setStyle - method in class de.mirell.m3d.CSprite
setTexture - method in class de.mirell.m3d.CStyle
setTextureHeight - method in class de.mirell.m3d.CStyle
setTextureWidth - method in class de.mirell.m3d.CStyle
setViewport - method in class de.mirell.m3d.CScene
Sets the movie to render this scene on.
setViewportPosition - method in class de.mirell.m3d.CScene
Sets the position of the movie the scene is renderen on.
setViewportSize - method in class de.mirell.m3d.CScene
Sets the boundries of the viewport.
setViewSpaceCoordinates - method in class de.mirell.m3d.CVertex
setWorldSpaceCoordinates - method in class de.mirell.m3d.CVertex
ShapeDrawer - class de.mirell.drawing.ShapeDrawer
Provides functions to draw shapes on MovieClips using standard Drawing API.
substract - method in class de.mirell.m3d.CCoordinate

T

textures - Static field in class de.mirell.m3d.C3DEngine
Enable/Disable Textures
toAxes - method in class de.mirell.math.CQuaternion
toString - method in class de.mirell.math.CQuaternion
Converts the specified object to a string and returns it.
toString - method in class de.mirell.m3d.CColor
Converts the specified object to a string and returns it.
toString - method in class de.mirell.m3d.CCoordinate
Converts the specified object to a string and returns it.
toString - method in class de.mirell.m3d.CStyle
Converts the specified object to a string and returns it.
toString - method in class de.mirell.m3d.CVertex
Converts the specified object to a string and returns it.
toXML - method in class de.mirell.math.CQuaternion
Serializes the object into XML
toXML - method in interface de.mirell.xml.serialization.IXMLSerializable
Serializes the object into XML
toXML - method in class de.mirell.m3d.C3DObject
Serializes the object into XML
toXML - method in class de.mirell.m3d.CCamera
Serializes the object into XML
toXML - method in class de.mirell.m3d.CColor
Serializes the object into XML
toXML - method in class de.mirell.m3d.CControlVertex
Serializes the object into XML
toXML - method in class de.mirell.m3d.CCoordinate
Serializes the object into XML
toXML - method in class de.mirell.m3d.CLight
Serializes the object into XML
toXML - method in class de.mirell.m3d.CLine
Serializes the object into XML
toXML - method in class de.mirell.m3d.CModel
Serializes the object into XML
toXML - method in class de.mirell.m3d.CPointLight
Serializes the object into XML
toXML - method in class de.mirell.m3d.CPointSprite
Serializes the object into XML
toXML - method in class de.mirell.m3d.CPolygon
Serializes the object into XML
toXML - method in class de.mirell.m3d.CScene
Serializes the object into XML
toXML - method in class de.mirell.m3d.CSprite
Serializes the object into XML
toXML - method in class de.mirell.m3d.CStyle
Serializes the object into XML
toXML - method in class de.mirell.m3d.CTexture
Serializes the object into XML
toXML - method in class de.mirell.m3d.CVertex
Serializes the object into XML
translate - method in class de.mirell.m3d.C3DObject
Translate the position of the object
translate - method in class de.mirell.m3d.CCamera
Translate the position of the object
translate - method in class de.mirell.m3d.CLight
Translate the position of the object
translate - method in class de.mirell.m3d.CVertex
Translate the position of the object
translate - method in interface de.mirell.m3d.ITranslateable
Translate the position of the object

V

version - Static field in class de.mirell.m3d.C3DEngine
Engine version

W

White - Static read-only property in class de.mirell.m3d.CColor

X

x - field in class de.mirell.m3d.CCoordinate

Y

y - field in class de.mirell.m3d.CCoordinate
yaw - method in class de.mirell.m3d.CCamera
Set the yaw of this camera
Yellow - Static read-only property in class de.mirell.m3d.CColor

Z

z - field in class de.mirell.m3d.CCoordinate