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  
d — Property in class sandy.core.data.Plane
DashedLineAttributes — Class in package sandy.materials.attributes
Holds all dashed line attributes data for a material.
DashedLineAttributes(p_nThickness, p_nColor, p_nAlpha, p_length, p_gap) — Constructor in class sandy.materials.attributes.DashedLineAttributes
Creates a new DashedLineAttributes object.
data — Property in class sandy.util.LoaderQueue
A list of all resources indexed by their names.
DEFAULT_APPEARANCE — Static property in class sandy.core.scenegraph.Shape3D
Default appearance for Shape3D instances.
DEFAULT_FILL_COLOR — Constant static property in class sandy.materials.MovieMaterial
Default color used to draw the bitmapdata content.
DEFAULT_FILL_COLOR — Constant static property in class sandy.materials.VideoMaterial
Default color used to draw the bitmapdata content.
DEFAULT_HEIGHT — Constant static property in class sandy.primitive.Cylinder
The default height for a cylinder.
DEFAULT_LARGE_RADIUS — Constant static property in class sandy.primitive.Torus
The default large radius for a sphere.
DEFAULT_MATERIAL — Static property in class sandy.core.scenegraph.Shape3D
Default material for the DEFAULT_APPEARANCE object
DEFAULT_RADIUS — Constant static property in class sandy.primitive.Cylinder
The default radius for a cylinder.
DEFAULT_RADIUS — Constant static property in class sandy.primitive.Sphere
The default radius for a sphere.
DEFAULT_SCALE — Constant static property in class sandy.primitive.Cylinder
The default scale for a cylinder texture.
DEFAULT_SCALE — Constant static property in class sandy.primitive.Sphere
The default scale for a sphere texture.
DEFAULT_SCALE — Constant static property in class sandy.primitive.Torus
The default scale for a torus texture.
DEFAULT_SEGMENTSH — Constant static property in class sandy.primitive.Cylinder
The default number of vertical segments for a cylinder.
DEFAULT_SEGMENTSH — Constant static property in class sandy.primitive.Sphere
The default number of vertical segments for a sphere.
DEFAULT_SEGMENTSH — Constant static property in class sandy.primitive.Torus
The default number of vertical segments for a torus.
DEFAULT_SEGMENTSW — Constant static property in class sandy.primitive.Cylinder
The default number of horizontal segments for a cylinder.
DEFAULT_SEGMENTSW — Constant static property in class sandy.primitive.Sphere
The default number of horizontal segments for a sphere.
DEFAULT_SEGMENTSW — Constant static property in class sandy.primitive.Torus
The default number of horizontal segments for a torus.
DEFAULT_SMALL_RADIUS — Constant static property in class sandy.primitive.Torus
The default small radius for a sphere.
Delegate — Class in package sandy.commands
Delegate(f, ... rest) — Constructor in class sandy.commands.Delegate
depth — Property in class sandy.core.data.Polygon
depth — Property in interface sandy.core.scenegraph.IDisplayable
depth — Property in class sandy.core.scenegraph.Shape3D
The depth of this object.
depth — Property in class sandy.core.scenegraph.Sprite2D
The depth to draw this sprite at.
depth — Property in class sandy.core.scenegraph.StarField
The depth to draw the starfield at.
depthIndex — Property in class sandy.core.scenegraph.StarField
An index in stars array; if set to valid value, depth returns distance to that star.
depthSorter — Property in class sandy.core.data.Polygon
depthSorter — Property in class sandy.core.scenegraph.Shape3D
Apply a new depth sorter to all the polygons.
deserialize(convertFrom) — Method in class sandy.core.data.Vertex
Sets the elements of this vertex from a string representation.
destroy() — Method in class sandy.core.data.Polygon
Destroys the sprite attache to this polygon.
destroy() — Method in class sandy.core.light.Light3D
Not in use...
destroy() — Method in class sandy.core.scenegraph.Camera3D
Delete the camera node and clear its displaylist.
destroy() — Method in class sandy.core.scenegraph.Node
Delete this node and all its child nodes.
destroy() — Method in class sandy.core.scenegraph.Shape3D
Destroy this object and all its faces container object is removed, and graphics cleared.
det() — Method in class sandy.core.data.Matrix4
Returns the determinant of this 4x4 matrix.
det(m:sandy.core.data:Matrix4) — Static method in class sandy.math.Matrix4Math
Computes the determinant of a Matrix4 matrix.
det3x3() — Method in class sandy.core.data.Matrix4
Returns the determinant of the upper left 3x3 sub matrix of this matrix.
det3x3(m:sandy.core.data:Matrix4) — Static method in class sandy.math.Matrix4Math
Computes the 3x3 determinant of a Matrix4 matrix.
diffuse — Property in class sandy.materials.attributes.ALightAttributes
Diffuse reflection factor.
disable — Property in class sandy.core.scenegraph.ATransformable
Disable the local transformations applied to this Node if set to false.
DISABLED — Constant static property in class sandy.parser.Parser3DSChunkTypes
display(p_oScene:sandy.core:Scene3D, p_oContainer) — Method in class sandy.core.data.Polygon
Displays this polygon on its container if visible.
display(p_oScene:sandy.core:Scene3D, p_oContainer) — Method in interface sandy.core.scenegraph.IDisplayable
display(p_oScene:sandy.core:Scene3D, p_oContainer) — Method in class sandy.core.scenegraph.Shape3D
Performs a z-sorting and renders the objects visible polygons.
display(p_oScene:sandy.core:Scene3D, p_oContainer) — Method in class sandy.core.scenegraph.Sprite2D
Displays this sprite.
display(p_oScene:sandy.core:Scene3D, p_oContainer) — Method in class sandy.core.scenegraph.StarField
Displays the starfield.
dispose() — Method in class sandy.core.Scene3D
Dispose all the resources of this given scene.
dispose() — Method in class sandy.core.scenegraph.Geometry3D
Dispose all the geometry ressources.
distance(p_oPoint:sandy.core.data:Vector) — Method in class sandy.bounds.BSphere
Returns the distance of a point from the surface.
distanceToPoint(p_oPlane:sandy.core.data:Plane, p_oVector:sandy.core.data:Vector) — Static method in class sandy.math.PlaneMath
Computes the distance between a plane and a vector.
dot(w:sandy.core.data:Vector) — Method in class sandy.core.data.Vector
Computes and returns the dot product between this vector and the specified vector.
dot(w:sandy.core.data:Vertex) — Method in class sandy.core.data.Vertex
Returns the dot product between this vertex and a specified vertex.
dot(p_oV:sandy.core.data:Vector, p_oW:sandy.core.data:Vector) — Static method in class sandy.math.VectorMath
Computes the dot product the two 3D vectors.
dot(p_oV:sandy.core.data:Vertex, p_oW:sandy.core.data:Vertex) — Static method in class sandy.math.VertexMath
Computes the dot product of the two vertices.
draw(p_oGraphics, p_oPolygon:sandy.core.data:Polygon, p_oMaterial:sandy.materials:Material, p_oScene:sandy.core:Scene3D) — Method in class sandy.materials.attributes.AAttributes
Draws attribute to the graphics object.
draw(p_oGraphics, p_oPolygon:sandy.core.data:Polygon, p_oMaterial:sandy.materials:Material, p_oScene:sandy.core:Scene3D) — Method in class sandy.materials.attributes.ALightAttributes
Draws light on shape.
draw(p_oGraphics, p_oPolygon:sandy.core.data:Polygon, p_oMaterial:sandy.materials:Material, p_oScene:sandy.core:Scene3D) — Method in class sandy.materials.attributes.MaterialAttributes
Draws all attributes to the graphics object.
drawOnSprite(p_oSprite:sandy.core.scenegraph:Sprite2D, p_oMaterial:sandy.materials:Material, p_oScene:sandy.core:Scene3D) — Method in class sandy.materials.attributes.AAttributes
Applies attribute to a sprite.
drawOnSprite(p_oSprite:sandy.core.scenegraph:Sprite2D, p_oMaterial:sandy.materials:Material, p_oScene:sandy.core:Scene3D) — Method in class sandy.materials.attributes.ALightAttributes
Draws light on sprite.
drawOnSprite(p_oSprite:sandy.core.scenegraph:Sprite2D, p_oMaterial:sandy.materials:Material, p_oScene:sandy.core:Scene3D) — Method in class sandy.materials.attributes.MaterialAttributes
Applies attributes to a sprite.
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