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  
a — Property in class sandy.core.data.Plane
a — Property in class sandy.core.data.Polygon
AAttributes — Class in package sandy.materials.attributes
ABSTRACT CLASS - super class for attributes that do not need to implement all manager hooks.
aConstants — Property in class sandy.view.Frustum
aCorners — Property in class sandy.bounds.BBox
add(p_oUV:sandy.core.data:UVCoord) — Method in class sandy.core.data.UVCoord
Add the UVCoord passed as parameter with the current UVCoord.
add(v:sandy.core.data:Vector) — Method in class sandy.core.data.Vector
Adds a specified vector to this vector.
add(v:sandy.core.data:Vertex) — Method in class sandy.core.data.Vertex
Adds a specified vertex to this vertex.
add(p_sName, p_oParser:sandy.parser:IParser) — Method in class sandy.parser.ParserStack
Add a parser to the list.
add(p_sID, p_oURLRequest) — Method in class sandy.util.LoaderQueue
Adds a new request to this loader queue.
addArguments(... rest) — Method in class sandy.commands.Delegate
addArgumentsArray(a) — Method in class sandy.commands.Delegate
addArrayToDisplayList(p_aShapeArray) — Method in class sandy.core.scenegraph.Camera3D
Adds a displayable array of object to the display list.
addChild(p_oChild:sandy.core.scenegraph:Node) — Method in class sandy.core.scenegraph.Node
Adds a new child to this node.
addChild(child:sandy.events:BubbleEventBroadcaster) — Method in class sandy.events.BubbleEventBroadcaster
Starts receiving bubble events from specified child.
addEventListener(p_sEvent, oL) — Method in class sandy.core.data.Polygon
Adds a listener for specifical event.
addEventListener(p_sEvt, p_oL) — Method in class sandy.core.scenegraph.Node
Adds a listener for the specified event.
addEventListener(type, listener, ... rest) — Method in class sandy.events.EventBroadcaster
Adds a listener to the event broadcaster.
addMatrix(m2:sandy.core.data:Matrix4) — Method in class sandy.core.data.Matrix4
Adds this matrix to a passed in matrix.
addMatrix4(m1:sandy.core.data:Matrix4, m2:sandy.core.data:Matrix4) — Static method in class sandy.math.Matrix4Math
Computes the addition of two Matrix4 matrices.
addPoint(p_nX, p_nY, p_nZ) — Method in class sandy.core.data.BezierPath
Adds a 3D point to this path.
addPolygon(p_oPolyId) — Method in class sandy.core.data.PrimitiveFace
addToDisplayList(p_oShape:sandy.core.scenegraph:IDisplayable) — Method in class sandy.core.scenegraph.Camera3D
Adds a displayable object to the display list.
addVector(p_oV:sandy.core.data:Vector, p_oW:sandy.core.data:Vector) — Static method in class sandy.math.VectorMath
Adds two 3D vectors.
addVertex(p_oV:sandy.core.data:Vertex, p_oW:sandy.core.data:Vertex) — Static method in class sandy.math.VertexMath
Adds the two vertices.
aEdges — Property in class sandy.core.data.Polygon
[READ-ONLY] property.
aEdges — Property in class sandy.core.scenegraph.Geometry3D
aFaceEdges — Property in class sandy.core.scenegraph.Geometry3D
aFaces — Property in class sandy.core.data.Vertex
An array of faces.
aFacesNormals — Property in class sandy.core.scenegraph.Geometry3D
Array ov normals
aFacesUVCoordsID — Property in class sandy.core.scenegraph.Geometry3D
aFacesVertexID — Property in class sandy.core.scenegraph.Geometry3D
Array of faces composed from vertices
ALightAttributes — Class in package sandy.materials.attributes
ABSTRACT CLASS - super class for all light attributes.
alpha — Property in class sandy.materials.BitmapMaterial
Indicates the alpha transparency value of the material.
alpha — Property in class sandy.materials.ColorMaterial
Indicates the alpha transparency value of the material.
alpha — Property in interface sandy.materials.IAlphaMaterial
Indicates the alpha transparency value of the material.
alpha — Property in class sandy.materials.attributes.LineAttributes
Indicates the alpha transparency value of the line.
alpha — Property in class sandy.materials.attributes.OutlineAttributes
Indicates the alpha transparency value of the outline.
alphas — Property in class sandy.materials.attributes.PhongAttributesLightMap
An array of an array which contains the alphas of the strata.
ambient — Property in class sandy.materials.attributes.ALightAttributes
Ambient reflection factor.
aNeighboors — Property in class sandy.core.data.Polygon
[READ-ONLY] property Array of polygons that share an edge with the current polygon.
aNormals — Property in class sandy.view.Frustum
AParser — Class in package sandy.parser
ABSTRACT CLASS - super class for all parser objects.
AParser(p_sFile, p_nScale) — Constructor in class sandy.parser.AParser
Creates a parser object.
aPlanes — Property in class sandy.view.Frustum
An array of planes representing the frustum.
aPoints — Property in class sandy.view.Frustum
An array of points representing the frustum.
aPolygons — Property in class sandy.core.data.PrimitiveFace
The array containing the polygon instances own by this primitive face
aPolygons — Property in class sandy.core.scenegraph.Shape3D
The array of polygons building this object.
appearance — Property in class sandy.core.data.Polygon
The appearance of this polygon.
appearance — Property in class sandy.core.data.PrimitiveFace
The appearance of this face.
appearance — Property in class sandy.core.scenegraph.Node
Set that appearance to all the children of that node
appearance — Property in class sandy.core.scenegraph.Shape3D
The appearance of this object.
Appearance — Class in package sandy.materials
Represents the appearance property of the visible objects.
Appearance(p_oFront:sandy.materials:Material, p_oBack:sandy.materials:Material) — Constructor in class sandy.materials.Appearance
Creates an appearance with front and back materials.
applyAlpha(c, a) — Static method in class sandy.math.ColorMath
Returns the color with altered alpha value.
areEqual(p_nN, p_nM) — Static method in class sandy.util.NumberUtil
Compares two numbers and determines if they are equal.
ASE — Constant static property in class sandy.parser.Parser
Specifies that the ASE (ASCII Scene Export) parser should be used.
ASEParser — Final class in package sandy.parser
Transforms an ASE file into Sandy geometries.
ASEParser(p_sUrl, p_nScale) — Constructor in class sandy.parser.ASEParser
Creates a new ASEParser instance
aTCorners — Property in class sandy.bounds.BBox
ATransformable — Class in package sandy.core.scenegraph
ABSTRACT CLASS - super class for all movable objects in the object tree.
ATransformable(p_sName) — Constructor in class sandy.core.scenegraph.ATransformable
Creates a transformable node in the object tree of the world.
attributes — Property in class sandy.materials.Material
The attributes of this material.
attributes — Property in class sandy.materials.attributes.MaterialAttributes
List of attributes.
autoCenter — Property in class sandy.core.scenegraph.Sprite2D
When enabled, the sprite will be displayed at its graphical center.
aUVCoord — Property in class sandy.core.data.Polygon
[READ-ONLY] property.
aUVCoords — Property in class sandy.core.scenegraph.Geometry3D
UV Coords for faces
aVertex — Property in class sandy.core.scenegraph.Geometry3D
Array of vertices
aVertexNormals — Property in class sandy.core.scenegraph.Geometry3D
axisRotation(u, v, w, angle) — Method in class sandy.core.data.Matrix4
Compute a Rotation around an axis{
axisRotation(u, v, w, angle) — Static method in class sandy.math.Matrix4Math
Computes a rotation Matrix4 matrix for a general axis of rotation.
axisRotationVector(v:sandy.core.data:Vector, angle) — Method in class sandy.core.data.Matrix4
Makes this matrix a rotation matrix for a rotation around a given axis.
axisRotationVector(v:sandy.core.data:Vector, angle) — Static method in class sandy.math.Matrix4Math
Computes a rotation Matrix4 matrix for a general axis of rotation.
axisRotationWithReference(axis:sandy.core.data:Vector, ref:sandy.core.data:Vector, pAngle) — Method in class sandy.core.data.Matrix4
Realize a rotation around a specific axis through a specified point.
axisRotationWithReference(axis:sandy.core.data:Vector, ref:sandy.core.data:Vector, pAngle) — Static method in class sandy.math.Matrix4Math
Computes a Matrix4 matrix for a rotation around a specific axis through a specific point.
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