| 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 |
| magnitudeQuaternion(q) — Static method in class org.papervision3d.core.Matrix3D |
| |
| _material — Property in class org.papervision3d.core.proto.GeometryObject3D |
| |
| material — Property in class org.papervision3d.objects.DisplayObject3D |
|
The default material for the object instance. |
| materialName — Property in class org.papervision3d.core.geom.Face3D |
|
A material id TODO
|
| MaterialObject3D — Class in package org.papervision3d.core.proto |
|
The MaterialObject3D class is the base class for all materials. |
| MaterialObject3D(initObject) — Constructor in class org.papervision3d.core.proto.MaterialObject3D |
|
Creates a new MaterialObject3D object. |
| materials — Property in class org.papervision3d.core.proto.SceneObject3D |
|
It contains a list of materials in the scene. |
| _materials — Property in class org.papervision3d.materials.MaterialsList |
|
[internal-use] List of materials. |
| materials — Property in class org.papervision3d.objects.DisplayObject3D |
|
The list of materials for this instance. |
| materialsByName — Property in class org.papervision3d.materials.MaterialsList |
|
List of materials indexed by name. |
| materialsList — Property in class com.rockonflash.papervision3d.objects.ColladaSceneLoader |
|
MaterialsList for the collada scene to use
|
| materialsList() — Method in class org.papervision3d.objects.DisplayObject3D |
|
Returns a string value with the list of material names of the materials list. |
| MaterialsList — Class in package org.papervision3d.materials |
|
The MaterialsList class contains a list of materials. |
| MaterialsList(materials) — Constructor in class org.papervision3d.materials.MaterialsList |
|
Creates a list of materials. |
| matrix2euler(m:org.papervision3d.core:Matrix3D) — Static method in class org.papervision3d.core.Matrix3D |
| |
| Matrix3D — Class in package org.papervision3d.core |
|
The Matrix3D class lets you create and manipulate 4x3 3D transformation matrices. |
| Matrix3D(args) — Constructor in class org.papervision3d.core.Matrix3D |
|
The Matrix3D constructor lets you create Matrix3D objects. |
| mc — Property in class com.rockonflash.papervision3d.events.SWFManagerEvent |
|
The MovieClip container where the SWF asset was added to the displayList
|
| mc — Property in class com.rockonflash.papervision3d.events.SWFObjectEvent |
|
The MovieClip container where the SWF asset was added to the displayList
|
| Mesh3D — Class in package org.papervision3d.core.geom |
|
The Mesh3D class lets you create and display solid 3D objects made of vertices and triangular polygons. |
| Mesh3D(material:org.papervision3d.core.proto:MaterialObject3D, vertices, faces, name, initObject) — Constructor in class org.papervision3d.core.geom.Mesh3D |
|
Creates a new Mesh object. |
| MIN_SEGMENTSH — Static property in class org.papervision3d.objects.Cylinder |
|
Minimum value of gridY. |
| MIN_SEGMENTSH — Static property in class org.papervision3d.objects.Sphere |
|
Minimum value of gridY. |
| MIN_SEGMENTSW — Static property in class org.papervision3d.objects.Cylinder |
|
Minimum value of gridX. |
| MIN_SEGMENTSW — Static property in class org.papervision3d.objects.Sphere |
|
Minimum value of gridX. |
| modulo — Property in class org.papervision3d.core.Number3D |
|
Modulo
|
| monitorScene() — Method in class com.rockonflash.papervision3d.scenes.SceneManager |
|
Starts rendering the camera to the scene
|
| moveBackward(distance) — Method in class org.papervision3d.objects.DisplayObject3D |
|
Translate the display object in the opposite direction it is facing, i.e. |
| moveDown(distance) — Method in class org.papervision3d.objects.DisplayObject3D |
|
Translate the display object downwards, with respect to the direction it is facing, i.e. |
| moveForward(distance) — Method in class org.papervision3d.objects.DisplayObject3D |
|
Translate the display object in the direction it is facing, i.e. |
| moveLeft(distance) — Method in class org.papervision3d.objects.DisplayObject3D |
|
Translate the display object lateraly, to the left of the direction it is facing, i.e. |
| MOVEMENT — Constant static property in class com.rockonflash.papervision3d.events.ObjectControllerEvent |
|
The ObjectControllerEvent.MOVEMENT constant defines the value of the
type property of the event object
for a movement event. |
| movementInc — Property in class com.rockonflash.papervision3d.utils.ObjectController |
| |
| moveRight(distance) — Method in class org.papervision3d.objects.DisplayObject3D |
|
Translate the display object lateraly, to the right of the direction it is facing, i.e. |
| moveUp(distance) — Method in class org.papervision3d.objects.DisplayObject3D |
|
Translate the display object upwards, with respect to the direction it is facing, i.e. |
| movie — Property in class org.papervision3d.materials.MovieMaterial |
|
The MovieClip that is used as a texture. |
| MovieAssetMaterial — Class in package org.papervision3d.materials |
|
The MovieAssetMaterial class creates a texture from a MovieClip library symbol. |
| MovieAssetMaterial(id, transparent, initObject) — Constructor in class org.papervision3d.materials.MovieAssetMaterial |
|
The MovieAssetMaterial class creates a texture from a MovieClip library id. |
| MovieMaterial — Class in package org.papervision3d.materials |
|
The MovieMaterial class creates a texture from an existing MovieClip instance. |
| MovieMaterial(asset, transparent, initObject) — Constructor in class org.papervision3d.materials.MovieMaterial |
|
The MovieMaterial class creates a texture from an existing MovieClip instance. |
| MovieScene3D — Class in package org.papervision3d.scenes |
|
The MovieScene3D class lets you create a scene where each object is rendered in its own container. |
| MovieScene3D(container) — Constructor in class org.papervision3d.scenes.MovieScene3D |
|
Creates a scene where each object is rendered in its own container. |
| movieTransparent — Property in class org.papervision3d.materials.MovieMaterial |
|
A Boolean value that determines whether the MovieClip is transparent. |
| multiply(a:org.papervision3d.core:Matrix3D, b:org.papervision3d.core:Matrix3D) — Static method in class org.papervision3d.core.Matrix3D |
| |
| multiply3x3(a:org.papervision3d.core:Matrix3D, b:org.papervision3d.core:Matrix3D) — Static method in class org.papervision3d.core.Matrix3D |
| |
| multiplyQuaternion(a, b) — Static method in class org.papervision3d.core.Matrix3D |
| |
| multiplyVector(m:org.papervision3d.core:Matrix3D, v:org.papervision3d.core:Number3D) — Static method in class org.papervision3d.core.Matrix3D |
| |
| multiplyVector3x3(m:org.papervision3d.core:Matrix3D, v:org.papervision3d.core:Number3D) — Static method in class org.papervision3d.core.Matrix3D |
| |
|
| 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 |