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  
Manager3D — class, package twaver.threed.util
Manager3D class is designed to register global settings.
MAPPING_BACK_TYPE — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_BOTTOM_TYPE — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_COMMON_PATH — Constant Static Property, class twaver.threed.util.Style3D
Defines the path of a 3D object's texture map.
MAPPING_CUBE_BACK — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_CUBE_BACK_ALPHA — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_CUBE_BACK_COLOR — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_CUBE_BACK_TILED — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_CUBE_BOTTOM — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_CUBE_BOTTOM_ALPHA — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_CUBE_BOTTOM_COLOR — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_CUBE_BOTTOM_TILED — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_CUBE_FRONT — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_CUBE_FRONT_ALPHA — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_CUBE_FRONT_COLOR — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_CUBE_FRONT_TILED — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_CUBE_LEFT — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_CUBE_LEFT_ALPHA — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_CUBE_LEFT_COLOR — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_CUBE_LEFT_TILED — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_CUBE_RIGHT — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_CUBE_RIGHT_ALPHA — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_CUBE_RIGHT_COLOR — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_CUBE_RIGHT_TILED — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_CUBE_TOP — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_CUBE_TOP_ALPHA — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_CUBE_TOP_COLOR — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_CUBE_TOP_TILED — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_FRONT_TYPE — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_HEIGHTMAP — Constant Static Property, class twaver.threed.util.Style3D
Defines the source of the heightmap for a terrain object.
MAPPING_LEFT_TYPE — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_NORMAL_PATH — Constant Static Property, class twaver.threed.util.Style3D
Defines the normal map of a 3D object's texture material.
MAPPING_RIGHT_TYPE — Constant Static Property, class twaver.threed.util.Style3D
MAPPING_SPECULAR_PATH — Constant Static Property, class twaver.threed.util.Style3D
Defines the specular map of a 3D object's texture material.
MAPPING_TOP_TYPE — Constant Static Property, class twaver.threed.util.Style3D
MAPPINGTYPE — Constant Static Property, class twaver.threed.util.Style3D
Defines the material type of a 3D object.
MAPPINGTYPE_COLOR — Constant Static Property, class twaver.threed.util.Consts3D
Stands for color materials.
MAPPINGTYPE_COMMON — Constant Static Property, class twaver.threed.util.Consts3D
Stands for texture materials.
MAPPINGTYPE_MAP6 — Constant Static Property, class twaver.threed.util.Consts3D
Stands for the MAP6 texture material.
MATERIAL_ALPHA — Constant Static Property, class twaver.threed.util.Style3D
Defines the alpha of a 3D object.
MATERIAL_AMBIENT — Constant Static Property, class twaver.threed.util.Style3D
Defines the ambient value of a 3D object's material.
MATERIAL_AMBIENTCOLOR — Constant Static Property, class twaver.threed.util.Style3D
Defines the ambient color of a 3D object's material.
MATERIAL_COLOR — Constant Static Property, class twaver.threed.util.Style3D
Defines the color of the material.
MATERIAL_GLOSS — Constant Static Property, class twaver.threed.util.Style3D
Defines the gloss value of a 3D object's texture material.
MATERIAL_MOVIECLIP — Constant Static Property, class twaver.threed.util.Style3D
MATERIAL_SPECULAR — Constant Static Property, class twaver.threed.util.Style3D
Defines the specular value of a 3D object's materail.
MATERIAL_SPECULAR_EFFECT — Constant Static Property, class twaver.threed.util.Style3D
MATERIAL_USE_SHADOW — Constant Static Property, class twaver.threed.util.Style3D
Decides whether a 3D object has shadow effect.
ModelLoadEvent — class, package twaver.threed.event
ModelLoadEvent objects will be dispatched when loading external model files.
ModelLoadEvent(type:String, id:any, cause:any) — Constructor, class twaver.threed.event.ModelLoadEvent
Construct function of ModelLoadEvent class.
Mouse3DEvent — class, package twaver.threed.event
A Mouse3DEvent object is dispatched when a mouse event occurs in a 3D scene.
Mouse3DEvent(type:String, screenCoordinate:flash.geom:Vector3D, viewCoordinate:flash.geom:Vector3D, uv:flash.geom:Point) — Constructor, class twaver.threed.event.Mouse3DEvent
Construct function of Mouse3DEvent class
MOUSE_CLICK_ON_CANVAS — Constant Static Property, class twaver.threed.event.Mouse3DEvent
Defines the value of the type property of a Mouse3DEvent object when the mouse is clicked on the canvas of the 3D scene.
MOUSE_CLICK_ON_ELEMENT — Constant Static Property, class twaver.threed.event.Mouse3DEvent
Defines the value of the type property of a Mouse3DEvent object when the mouse is clicked on a 3D object in the scene.
MOUSE_DONW_ELEMENT — Constant Static Property, class twaver.threed.event.Mouse3DEvent
Defines the value of the type property of a Mouse3DEvent object when the mouse is pressed down over a 3D object in the scene.
MOUSE_DOUBLECLICK_ON_CANVAS — Constant Static Property, class twaver.threed.event.Mouse3DEvent
Defines the value of the type property of a Mouse3DEvent object when the mouse is double-clicked on the canvas of the 3D scene.
MOUSE_DOUBLECLICK_ON_ELEMENT — Constant Static Property, class twaver.threed.event.Mouse3DEvent
Defines the value of the type property of a Mouse3DEvent object when the mouse is double-clicked on a 3D object in the scene.
MOUSE_OUT_ELEMENT — Constant Static Property, class twaver.threed.event.Mouse3DEvent
Defines the value of the type property of a Mouse3DEvent object when the mouse is moved out of a 3D object in the scene.
MOUSE_OVER_ELEMENT — Constant Static Property, class twaver.threed.event.Mouse3DEvent
Defines the value of the type property of a Mouse3DEvent object when the mouse is over a 3D object in the scene.
MOUSE_UP_ELEMENT — Constant Static Property, class twaver.threed.event.Mouse3DEvent
Defines the value of the type property of a Mouse3DEvent object when the mouse is lifted up above a 3D object in the scene.
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