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  
MAIN3DS — Constant static property in class sandy.parser.Parser3DSChunkTypes
map — Property in class sandy.materials.BitmapMaterial
Material — Class in package sandy.materials
ABSTRACT CLASS - base class for all materials.
Material(p_oAttr:sandy.materials.attributes:MaterialAttributes) — Constructor in class sandy.materials.Material
Creates a matrial.
MaterialAttributes — Class in package sandy.materials.attributes
MaterialAttributes(... rest) — Constructor in class sandy.materials.attributes.MaterialAttributes
MaterialType — Class in package sandy.materials
Represents the material types used in Sandy.
MaterialType(p_sType) — Constructor in class sandy.materials.MaterialType
matrix — Property in class sandy.core.scenegraph.ATransformable
matrix — Property in class sandy.materials.BitmapMaterial
matrix — Property in class sandy.materials.ZShaderMaterial
matrix — Property in class sandy.materials.attributes.GouraudAttributes
Matrix4 — Final class in package sandy.core.data
A 4x4 matrix for transformations in 3D space.
Matrix4(pn11, pn12, pn13, pn14, pn21, pn22, pn23, pn24, pn31, pn32, pn33, pn34, pn41, pn42, pn43, pn44) — Constructor in class sandy.core.data.Matrix4
Creates a new Matrix4 matrix.
Matrix4Math — Class in package sandy.math
Math functions for Matrix4 calculations.
max — Property in class sandy.bounds.BBox
Max vector, representing the upper point of the cube volume
MAX_3DS — Constant static property in class sandy.parser.Parser
Parameter that is used to specify that the 3DS (3D Studio) Parser should be used
maxBounds — Property in class sandy.core.data.Polygon
[READ-ONLY] property.
MAX_POWER — Static property in class sandy.core.light.Light3D
Maximum value accepted.
m_bModified — Property in class sandy.materials.Material
m_bUseSingleContainer — Property in class sandy.core.scenegraph.Shape3D
meanBounds — Property in class sandy.core.data.Polygon
[READ-ONLY] property.
m_eProgress — Static property in class sandy.parser.AParser
min — Property in class sandy.bounds.BBox
Min vector, representing the lower point of the cube volume.
minBounds — Property in class sandy.core.data.Polygon
[READ-ONLY] property.
MIN_SEGMENTSH — Static property in class sandy.primitive.Cylinder
Minimum value for number of segments hoizontally
MIN_SEGMENTSH — Static property in class sandy.primitive.Sphere
Minimum value for number of segments vertically
MIN_SEGMENTSH — Static property in class sandy.primitive.Torus
Minimum value for number of segments vertically
MIN_SEGMENTSW — Static property in class sandy.primitive.Cylinder
Minimum value for number of segments horizontally
MIN_SEGMENTSW — Static property in class sandy.primitive.Sphere
Minimum value for number of segments horizontally
MIN_SEGMENTSW — Static property in class sandy.primitive.Torus
Minimum value for number of segments horizontally
m_nDepth — Property in class sandy.core.scenegraph.Shape3D
m_nScale — Property in class sandy.parser.AParser
m_oCmf — Property in class sandy.materials.BitmapMaterial
m_oContainer — Property in class sandy.core.data.Polygon
m_oContainer — Property in class sandy.core.scenegraph.Shape3D
modelMatrix — Property in class sandy.core.scenegraph.Node
Cached matrix corresponding to the transformation to the 0,0,0 frame system
modified — Property in class sandy.materials.Material
The modified state of this material.
modified — Property in class sandy.materials.attributes.LightAttributes
modified — Property in class sandy.materials.attributes.LineAttributes
modified — Property in class sandy.materials.attributes.OutlineAttributes
m_oEB — Property in class sandy.core.data.Polygon
m_oEB — Property in class sandy.core.scenegraph.Node
m_oFile — Property in class sandy.parser.AParser
m_oFileLoader — Property in class sandy.parser.AParser
m_oGeomCenter — Property in class sandy.core.scenegraph.Shape3D
m_oGroup — Property in class sandy.parser.AParser
m_oLoader — Constant property in class sandy.parser.AParser
m_oPoint — Property in class sandy.materials.BitmapMaterial
m_oPolygonMatrixMap — Property in class sandy.materials.BitmapMaterial
m_oPreviousOffsetRotation — Property in class sandy.core.scenegraph.ATransformable
m_orgTexture — Property in class sandy.materials.BitmapMaterial
m_oStandardAppearance — Property in class sandy.parser.AParser
m_oTexture — Property in class sandy.materials.BitmapMaterial
m_oType — Property in class sandy.materials.Material
moveForward(p_nD) — Method in class sandy.core.scenegraph.ATransformable
Translates this object along its forward vector ( local z ) in the parent frame.
moveHorizontally(p_nD) — Method in class sandy.core.scenegraph.ATransformable
Translates this object parallel to its parent zx plane and in its forward direction.
moveLateraly(p_nD) — Method in class sandy.core.scenegraph.ATransformable
Translates this object laterally in its parent frame.
moveSideways(p_nD) — Method in class sandy.core.scenegraph.ATransformable
Translates this object along its side vector ( local x ) in the parent frame.
moveUpwards(p_nD) — Method in class sandy.core.scenegraph.ATransformable
Translates this object along its up vector ( local y ) in the parent frame.
moveVertically(p_nD) — Method in class sandy.core.scenegraph.ATransformable
Translates this object vertically in ots parent frame.
movie — Property in class sandy.materials.MovieMaterial
Get the movieclip used for the material
MOVIE — Constant static property in class sandy.materials.MaterialType
Constant value representing the MovieMaterial
MovieMaterial — Class in package sandy.materials
Displays a MovieClip on the faces of a 3D shape.
MovieMaterial(p_oMovie, p_nUpdateMS, p_oAttr:sandy.materials.attributes:MaterialAttributes, p_bRemoveTransparentBorder, p_nHeight, p_nWidth) — Constructor in class sandy.materials.MovieMaterial
Creates a new MovieMaterial.
movieToBitmap(p_oSprite, p_bTransparent, p_nColor) — Static method in class sandy.util.BitmapUtil
Converts a sprite to a bitmap respecting the sprite position.
m_oVisibilityRef — Property in class sandy.core.data.Polygon
m_sDataFormat — Property in class sandy.parser.AParser
m_sName — Property in class sandy.core.Scene3D
m_tmpMt — Property in class sandy.core.scenegraph.ATransformable
multiply(m2:sandy.core.data:Matrix4) — Method in class sandy.core.data.Matrix4
Multiplies this matrix by a passed in matrix.
multiply(m1:sandy.core.data:Matrix4, m2:sandy.core.data:Matrix4) — Static method in class sandy.math.Matrix4Math
Computes the multiplication of two Matrix4 matrices.
multiply(q:sandy.core.data:Quaternion, q2:sandy.core.data:Quaternion) — Static method in class sandy.math.QuaternionMath
multiply3x3(m2:sandy.core.data:Matrix4) — Method in class sandy.core.data.Matrix4
Multiplies this matrix by a passed in as if they were 3x3 matrices.
multiply3x3(m1:sandy.core.data:Matrix4, m2:sandy.core.data:Matrix4) — Static method in class sandy.math.Matrix4Math
Computes the multiplication of two Matrix4 matrices, as if they were 3x3.
multiply4x3(m2:sandy.core.data:Matrix4) — Method in class sandy.core.data.Matrix4
Multiplies the upper left 3x3 sub matrix of this matrix by a passed in matrix.
multiply4x3(m1:sandy.core.data:Matrix4, m2:sandy.core.data:Matrix4) — Static method in class sandy.math.Matrix4Math
Computes the multiplication of two Matrix4 matrices.
multiplyByVector(q:sandy.core.data:Quaternion, v:sandy.core.data:Vector) — Static method in class sandy.math.QuaternionMath
multiplyVector(q:sandy.core.data:Quaternion, v:sandy.core.data:Vector) — Static method in class sandy.math.QuaternionMath
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