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  
material — Property, class away3dlite.core.base.Face
Material of the face.
material — Property, class away3dlite.core.base.Mesh
Determines the global material used on the faces in the mesh.
material(data:any) — Static Method , class away3dlite.core.utils.Cast
Casts the given data value as a material object.
material — Property, class away3dlite.events.MaterialEvent
A reference to the material object that is relevant to the event.
material — Property, class away3dlite.events.MouseEvent3D
The material of the 3d element inside which the event took place.
material — Property, class away3dlite.loaders.AbstractParser
Overrides all materials in the model.
material — Property, class away3dlite.loaders.data.MaterialData
defines the material object of the resulting material.
material — Property, class away3dlite.loaders.data.MeshData
material — Property, class away3dlite.sprites.Sprite3D
Determines the material used on the sprite.
Material — class, package away3dlite.materials
Base material class.
Material() — Constructor, class away3dlite.materials.Material
Creates a new Material object.
materialActivated — Event, class away3dlite.materials.Material
Dispatched when the material becomes visible in a view.
MATERIAL_ACTIVATED — Constant Static Property, class away3dlite.events.MaterialEvent
Defines the value of the type property of a materialActivated event object.
MATERIAL_CHANGED — Constant Static Property, class away3dlite.events.MaterialEvent
Defines the value of the type property of a materialChanged event object.
materialData — Property, class away3dlite.loaders.data.FaceData
Holds teh material data for the face.
MaterialData — class, package away3dlite.loaders.data
Data class for the material data of a face.
materialDeactivated — Event, class away3dlite.materials.Material
Dispatched when the material becomes invisible in a view.
MATERIAL_DEACTIVATED — Constant Static Property, class away3dlite.events.MaterialEvent
Defines the value of the type property of a materialDeactivated event object.
MaterialEvent — class, package away3dlite.events
Passed as a parameter when a material event occurs
MaterialEvent(type:String, material:away3dlite.materials:Material) — Constructor, class away3dlite.events.MaterialEvent
Creates a new MaterialEvent object.
materialLibrary — Property, class away3dlite.core.base.Object3D
Used in loaders to store all parsed materials contained in the model.
materialLibrary — Property, class away3dlite.loaders.AbstractParser
Retuns a materialLibrary object used for storing the parsed material objects.
MaterialLibrary — Dynamic Class, package away3dlite.loaders.utils
Store for all materials associated with an externally loaded file.
materials — Property, class away3dlite.loaders.AbstractParser
Overides materials in the model using name:value pairs.
materials — Property, class away3dlite.loaders.data.GeometryData
Optional assigned materials to the geometry.
materialType — Property, class away3dlite.loaders.data.MaterialData
String representing the material type.
MATERIAL_UPDATED — Constant Static Property, class away3dlite.events.MaterialEvent
Defines the value of the type property of a materialUpdated event object.
Max3DS — class, package away3dlite.loaders
File loader for the 3DS file format.
Max3DS() — Constructor, class away3dlite.loaders.Max3DS
Creates a new Max3DS object.
maxTiltAngle — Property, class away3dlite.cameras.HoverCamera3D
Maximum bounds for the tiltAngle.
_maxX — Property, class away3dlite.core.clip.Clipping
maxX — Property, class away3dlite.core.clip.Clipping
Maximum allowed x value for primitives
maxX — Property, class away3dlite.loaders.data.ContainerData
Returns the maximum x value of the container data
maxX — Property, class away3dlite.loaders.data.GeometryData
Returns the maximum x value of the geometry data
_maxY — Property, class away3dlite.core.clip.Clipping
maxY — Property, class away3dlite.core.clip.Clipping
Maximum allowed y value for primitives
maxY — Property, class away3dlite.loaders.data.ContainerData
Returns the maximum y value of the container data
maxY — Property, class away3dlite.loaders.data.GeometryData
Returns the maximum y value of the geometry data
_maxZ — Property, class away3dlite.core.clip.Clipping
maxZ — Property, class away3dlite.core.clip.Clipping
Maximum allowed z value for primitives
maxZ — Property, class away3dlite.loaders.data.ContainerData
Returns the maximum z value of the container data
maxZ — Property, class away3dlite.loaders.data.GeometryData
Returns the maximum z value of the geometry data
MD2 — class, package away3dlite.loaders
File loader for the Md2 file format.
MD2() — Constructor, class away3dlite.loaders.MD2
Creates a new Md2 object.
mesh — Property, class away3dlite.core.base.Face
Mesh object to which the face belongs.
Mesh — class, package away3dlite.core.base
Basic geometry object
Mesh(material:away3dlite.materials:Material) — Constructor, class away3dlite.core.base.Mesh
Creates a new Mesh object.
MeshData — class, package away3dlite.loaders.data
Data class for the mesh data of a 3d object
meshes — Property, class away3dlite.loaders.data.MaterialData
Array of indexes representing the meshes that use the material.
MeshMaterialData — class, package away3dlite.loaders.data
Data class for teh material of a 3d object
minTiltAngle — Property, class away3dlite.cameras.HoverCamera3D
Minimum bounds for the tiltAngle.
_minX — Property, class away3dlite.core.clip.Clipping
minX — Property, class away3dlite.core.clip.Clipping
Minimum allowed x value for primitives.
minX — Property, class away3dlite.loaders.data.ContainerData
Returns the minimum x value of the container data
minX — Property, class away3dlite.loaders.data.GeometryData
Returns the minimum x value of the geometry data
_minY — Property, class away3dlite.core.clip.Clipping
minY — Property, class away3dlite.core.clip.Clipping
Minimum allowed y value for primitives
minY — Property, class away3dlite.loaders.data.ContainerData
Returns the minimum y value of the container data
minY — Property, class away3dlite.loaders.data.GeometryData
Returns the minimum y value of the geometry data
_minZ — Property, class away3dlite.core.clip.Clipping
minZ — Property, class away3dlite.core.clip.Clipping
Minimum allowed z value for primitives
minZ — Property, class away3dlite.loaders.data.ContainerData
Returns the minimum z value of the container data
minZ — Property, class away3dlite.loaders.data.GeometryData
Returns the minimum z value of the geometry data
mode — Property, class away3dlite.loaders.Loader3D
Returns the current loading mode of the 3d object loader.
mouseDown — Event, class away3dlite.core.base.Object3D
Dispatched when a user presses the left hand mouse button while the cursor is over the 3d object.
MOUSE_DOWN — Constant Static Property, class away3dlite.events.MouseEvent3D
Defines the value of the type property of a mouseDown3d event object.
mouseEnabled3D — Property, class away3dlite.containers.View3D
Specifies whether the view receives 3d mouse events.
MouseEvent3D — class, package away3dlite.events
Passed as a parameter when a 3d mouse event occurs
MouseEvent3D(type:String) — Constructor, class away3dlite.events.MouseEvent3D
Creates a new MouseEvent3D object.
mouseMove — Event, class away3dlite.core.base.Object3D
Dispatched when a user moves the cursor while it is over the 3d object.
MOUSE_MOVE — Constant Static Property, class away3dlite.events.MouseEvent3D
Defines the value of the type property of a mouseMove3d event object.
mouseOut — Event, class away3dlite.core.base.Object3D
Dispatched when a user moves the cursor away from the 3d object.
MOUSE_OUT — Constant Static Property, class away3dlite.events.MouseEvent3D
Defines the value of the type property of a mouseOut3d event object.
mouseOver — Event, class away3dlite.core.base.Object3D
Dispatched when a user moves the cursor over the 3d object.
MOUSE_OVER — Constant Static Property, class away3dlite.events.MouseEvent3D
Defines the value of the type property of a mouseOver3d event object.
mouseUp — Event, class away3dlite.core.base.Object3D
Dispatched when a user releases the left hand mouse button while the cursor is over the 3d object.
MOUSE_UP — Constant Static Property, class away3dlite.events.MouseEvent3D
Defines the value of the type property of a mouseUp3d event object.
mouseZeroMove — Property, class away3dlite.containers.View3D
Forces mousemove events to fire even when cursor is static.
movie — Property, class away3dlite.materials.MovieMaterial
Defines the movieclip used for rendering the material
MovieMaterial — class, package away3dlite.materials
MovieMaterial(movie:flash.display:Sprite, rect:flash.geom:Rectangle, autoUpdate:Boolean, transparent:Boolean) — Constructor, class away3dlite.materials.MovieMaterial
MovieMesh — class, package away3dlite.animators
Animates a series of Frame objects in sequence in a mesh.
MovieMesh() — Constructor, class away3dlite.animators.MovieMesh
Creates a new MovieMesh object that provides a "keyframe animation"/"vertex animation"/"mesh deformation" framework for subclass loaders.
MQO — class, package away3dlite.loaders
Metasequoia
MQO() — Constructor, class away3dlite.loaders.MQO
Creates a new MQO object.
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