A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
radius — Property in class sandy.bounds.BSphere
ratio — Property in class sandy.view.ViewPort
The width/height ratio of the view port.
ratios — Property in class sandy.materials.attributes.PhongAttributesLightMap
An array of an array which contains the ratios (length) of each strata.
rectClipping — Property in class sandy.core.Scene3D
Enable this property (default value is true!) to perfectly clip your 3D scene to the viewport dimension.
register(p_oMaterial:sandy.materials:Material) — Method in class sandy.materials.MaterialManager
registerScene(key, o:sandy.core:Scene3D) — Method in class sandy.core.SceneLocator
Registers a scene.
RELATIVE_TEXTURE_PATH — Property in class sandy.parser.ColladaParser
Default path for COLLADA images.
remove() — Method in class sandy.core.scenegraph.Node
Removes this node from the node tree, saving its child nodes.
remove() — Method in class sandy.core.scenegraph.Sprite2D
Provide the classical remove behaviour, plus remove the container to the display list.
remove() — Method in class sandy.core.scenegraph.StarField
Provide the classical remove behaviour, plus remove the container to the display list.
removeChild(child:sandy.events:BubbleEventBroadcaster) — Method in class sandy.events.BubbleEventBroadcaster
Stops receiving bubble events from specified child.
removeChildByName(p_sName) — Method in class sandy.core.scenegraph.Node
Removes the child node with the specified name.
removeEventListener(p_sEvent, oL) — Method in class sandy.core.data.Polygon
Removes a listener for specifical event.
removeEventListener(p_sEvt, p_oL) — Method in class sandy.core.scenegraph.Node
Removes a listener for the specified event.
removeEventListener(type, listener) — Method in class sandy.events.EventBroadcaster
Removes a listener from the event broadcaster.
removeListenerCollection(type) — Method in class sandy.events.EventBroadcaster
Removes listeners from the event broadcaster of the given type.
render(p_oEvt:sandy.events:SandyEvent) — Method in class sandy.core.Scene3D
Renders this scene into its display object container.
render(p_oScene:sandy.core:Scene3D, p_oCamera:sandy.core.scenegraph:Camera3D) — Method in class sandy.core.scenegraph.Camera3D
Nothing is done here - the camera is not rendered
render(p_oScene:sandy.core:Scene3D, p_oCamera:sandy.core.scenegraph:Camera3D) — Method in class sandy.core.scenegraph.Group
Renders all children of this group.
render(p_oScene:sandy.core:Scene3D, p_oCamera:sandy.core.scenegraph:Camera3D) — Method in class sandy.core.scenegraph.Node
Renders this node.
render(p_oScene:sandy.core:Scene3D, p_oCamera:sandy.core.scenegraph:Camera3D) — Method in class sandy.core.scenegraph.Shape3D
Renders this 3D object.
render(p_oScene:sandy.core:Scene3D, p_oCamera:sandy.core.scenegraph:Camera3D) — Method in class sandy.core.scenegraph.Sprite2D
Renders this 2D sprite
render(p_oScene:sandy.core:Scene3D, p_oCamera:sandy.core.scenegraph:Camera3D) — Method in class sandy.core.scenegraph.Sprite3D
Renders this 3D sprite
render(p_oScene:sandy.core:Scene3D, p_oCamera:sandy.core.scenegraph:Camera3D) — Method in class sandy.core.scenegraph.StarField
Renders the starfield
render(p_oScene:sandy.core:Scene3D, p_oCamera:sandy.core.scenegraph:Camera3D) — Method in class sandy.core.scenegraph.TransformGroup
Renders all children of this transformgroup.
renderDisplayList(p_oScene:sandy.core:Scene3D) — Method in class sandy.core.scenegraph.Camera3D
Process the rendering of the scene.
renderPolygon(p_oScene:sandy.core:Scene3D, p_oPolygon:sandy.core.data:Polygon, p_mcContainer) — Method in class sandy.materials.Material
Renders the polygon dress in this material.
renderSprite(p_oSprite:sandy.core.scenegraph:Sprite2D, p_oMaterial:sandy.materials:Material, p_oScene:sandy.core:Scene3D) — Method in class sandy.materials.Material
Renders the sprite dress in this material.
repeat — Property in class sandy.materials.Material
The repeat property.
replace(p_sStr, p_sOld, p_sNew) — Static method in class sandy.util.StringUtil
Replaces a sub string with another in the target string.
reset(px, py, pz) — Method in class sandy.core.data.Vector
Reset the vector components to 0 after calling this method, x, y and z will be set to 0
reset() — Method in class sandy.util.RotationUtil
Resets object (useful to call after tweening).
resetToNegativeInfinity() — Method in class sandy.core.data.Vector
Reset the vector components to the minimal value Flash can handle after calling this method, x, y and z will be set to Number.NEGATIVE_INFINITY;
resetToPositiveInfinity() — Method in class sandy.core.data.Vector
Reset the vector components to the maximal value Flash can handle after calling this method, x, y and z will be set to Number.POSITIVE_INFINITY;
rgb2hex(r, g, b) — Static method in class sandy.math.ColorMath
Converts color component values ( RGB ) to one hexadecimal value.
right — Property in class sandy.primitive.SkyBox
The right plane of the SkyBox.
RIGHT — Constant static property in class sandy.parser.Parser3DSChunkTypes
RIGHT — Constant static property in class sandy.view.Frustum
Specifies the index of the right plane of the frustum in the aPlanes array.
roll — Property in class sandy.core.scenegraph.ATransformable
Rolls this object around the local z axis.
roll0 — Property in class sandy.util.RotationUtil
Initial roll angle.
roll1 — Property in class sandy.util.RotationUtil
Final roll angle.
root — Property in class sandy.core.Scene3D
The root of the scene graph for this scene.
rotateAxis(p_nX, p_nY, p_nZ, p_nAngle) — Method in class sandy.core.scenegraph.ATransformable
Rotate this object around the specified axis in the parent frame by the specified angle.
rotateX — Property in class sandy.core.scenegraph.ATransformable
Rotates this object around an axis parallel to the parents x axis.
rotateY — Property in class sandy.core.scenegraph.ATransformable
Rotates this object around an axis parallel to the parents y axis.
rotateZ — Property in class sandy.core.scenegraph.ATransformable
Rotates this object around an axis paralell to the parents z axis.
RotationUtil — Class in package sandy.util
Utility class for tweening ATransformale rotaions.
rotationX(angle) — Method in class sandy.core.data.Matrix4
Makes this matrix a rotation matrix for the given angle of rotation.
rotationX(angle) — Static method in class sandy.math.Matrix4Math
Computes a rotation Matrix4 matrix for an x axis rotation.
rotationY(angle) — Method in class sandy.core.data.Matrix4
Makes this matrix a rotation matrix for the given angle of rotation.
rotationY(angle) — Static method in class sandy.math.Matrix4Math
Computes a rotation Matrix4 matrix for an y axis rotation.
rotationZ(angle) — Method in class sandy.core.data.Matrix4
Makes this matrix a rotation matrix for the given angle of rotation.
rotationZ(angle) — Static method in class sandy.math.Matrix4Math
Computes a rotation Matrix4 matrix for an z axis rotation.
ROT_TRACK_TAG — Constant static property in class sandy.parser.Parser3DSChunkTypes
roundTo(p_nN, p_nRoundToInterval) — Static method in class sandy.util.NumberUtil
Rounds a number to specified accuracy.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z