| 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 | |
| calculateAdd(a:org.papervision3d.core:Matrix3D, b:org.papervision3d.core:Matrix3D) — Method in class org.papervision3d.core.Matrix3D | |
| calculateInverse(m:org.papervision3d.core:Matrix3D) — Method in class org.papervision3d.core.Matrix3D | |
| calculateMultiply(a:org.papervision3d.core:Matrix3D, b:org.papervision3d.core:Matrix3D) — Method in class org.papervision3d.core.Matrix3D | |
| calculateMultiply3x3(a:org.papervision3d.core:Matrix3D, b:org.papervision3d.core:Matrix3D) — Method in class org.papervision3d.core.Matrix3D | |
| calculateNormal() — Method in class org.papervision3d.core.geom.Vertex3D | |
| callback — Static property in class org.papervision3d.materials.BitmapFileMaterial | |
| Function to call when the last image has loaded. | |
| camera — Property in class org.papervision3d.components.as3.flash9.PV3DScene3D | |
| The camera used by the component. | |
| Camera3D — Class in package org.papervision3d.cameras | |
| The Camera3D class creates a camera that views the area around a target object. | |
| Camera3D(target:org.papervision3d.objects:DisplayObject3D, zoom, focus, initObject) — Constructor in class org.papervision3d.cameras.Camera3D | |
| A Number3D object that specifies the desired rotation of the camera in 3D space. | |
| Camera3D(target:org.papervision3d.objects:DisplayObject3D, zoom, focus, initObject) — Constructor in class org.papervision3d.cameras.Camera3D | |
| A Number3D object that specifies the desired position of the camera's target in 3D space. | |
| Camera3D(target:org.papervision3d.objects:DisplayObject3D, zoom, focus, initObject) — Constructor in class org.papervision3d.cameras.Camera3D | |
| The Camera3D constructor creates cameras that view the area around a target object. | |
| CameraObject3D — Class in package org.papervision3d.core.proto | |
| The CameraObject3D class is the base class for all the cameras that can be placed in a scene. | |
| CameraObject3D(zoom, focus, initObject) — Constructor in class org.papervision3d.core.proto.CameraObject3D | |
| The CameraObject3D constructor lets you create cameras for setting up the view from which a scene will be rendered. | |
| canvas — Property in class org.papervision3d.components.as3.flash9.PV3DScene3D | |
| The sprite container where the scene will be drawn | |
| changeVisible() — Method in class OutputPanel | |
| checkFilters() — Method in class com.blitzagency.xray.logger.XrayLogger | |
| _children — Property in class org.papervision3d.core.proto.DisplayObjectContainer3D | |
| [internal-use] Names indexed by children. | |
| children — Property in class org.papervision3d.core.proto.DisplayObjectContainer3D | |
| Returns the children object. | |
| _childrenByName — Property in class org.papervision3d.core.proto.DisplayObjectContainer3D | |
| [internal-use] Children indexed by name. | |
| childrenList() — Method in class org.papervision3d.core.proto.DisplayObjectContainer3D | |
| Returns a string value with the list of objects. | |
| clear() — Static method in class com.blitzagency.xray.util.LSOUserPreferences | |
| clear() — Method in class org.papervision3d.core.stat.RenderStatistics | |
| clearCullers() — Method in class org.papervision3d.core.culling.CompositeTriangleCuller | |
| click — Event in class org.papervision3d.utils.virtualmouse.VirtualMouse | |
| Dispatched when the virtual mouse fires an MouseEvent.CLICK event. | |
| click() — Method in class org.papervision3d.utils.virtualmouse.VirtualMouse | |
| Simulates a click of the left mouse button (press and release) | |
| clipContent — Property in class org.papervision3d.components.as3.core.PV3DUIComponent | |
| Whether or not you want the scene to have a mask applied to the area of the component. | |
| clone(m:org.papervision3d.core:Matrix3D) — Static method in class org.papervision3d.core.Matrix3D | |
| clone() — Method in class org.papervision3d.core.Number3D | |
| Returns a new Number3D object that is a clone of the original instance with the same three-dimensional values. | |
| clone() — Method in class org.papervision3d.core.NumberUV | |
| Returns a new NumberUV object that is a clone of the original instance with the same UV values. | |
| clone() — Method in class org.papervision3d.core.geom.Vertex2D | |
| clone() — Method in class org.papervision3d.core.geom.Vertex3D | |
| clone() — Method in class org.papervision3d.core.proto.MaterialObject3D | |
| Creates a copy of the material. | |
| clone() — Method in class org.papervision3d.materials.BitmapMaterial | |
| Creates a copy of the material. | |
| clone() — Method in class org.papervision3d.materials.MaterialsList | |
| Creates a copy of the materials list. | |
| collada — Property in class org.papervision3d.components.as3.flash9.PV3DColladaScene | |
| The Papervision3D Collada object created for the component's use. | |
| Collada — Class in package org.papervision3d.objects | |
| The Collada class lets you load and parse Collada scenes. | |
| Collada(COLLADA, materials:org.papervision3d.materials:MaterialsList, scale, initObject) — Constructor in class org.papervision3d.objects.Collada | |
| Creates a new Collada object. | |
| colladaFile — Property in class org.papervision3d.components.as3.flash9.PV3DColladaScene | |
| A relative reference to the external collada file to be used | |
| COLLADA_MATERIALS_DONE — Static property in class org.papervision3d.events.FileLoadEvent | |
| color — Property in class org.papervision3d.objects.particles.AbstractParticle | |
| color — Property in class org.papervision3d.utils.InteractiveContainerData | |
| color used for the fill of the face | |
| ColorMaterial — Class in package org.papervision3d.materials | |
| The ColorMaterial class creates a solid color material. | |
| ColorMaterial(color, alpha, initObject) — Constructor in class org.papervision3d.materials.ColorMaterial | |
| The ColorMaterial class creates a solid color material. | |
| com.blitzagency.xray.logger — Package | |
| com.blitzagency.xray.logger.events — Package | |
| com.blitzagency.xray.logger.util — Package | |
| com.blitzagency.xray.util — Package | |
| CompositeMaterial — Class in package org.papervision3d.materials | |
| CompositeMaterial() — Constructor in class org.papervision3d.materials.CompositeMaterial | |
| CompositeTriangleCuller — Class in package org.papervision3d.core.culling | |
| CompositeTriangleCuller() — Constructor in class org.papervision3d.core.culling.CompositeTriangleCuller | |
| Cone — Class in package org.papervision3d.objects | |
| The Cone class lets you create and display Cones. | |
| Cone(material:org.papervision3d.core.proto:MaterialObject3D, radius, height, segmentsW, segmentsH, initObject) — Constructor in class org.papervision3d.objects.Cone | |
| Create a new Cone object. | |
| connectedFaces — Property in class org.papervision3d.core.geom.Vertex3D | |
| container — Property in class org.papervision3d.core.geom.Face3DInstance | |
| container is initialized via DisplayObject3D's render method IF DisplayObject3D.faceLevelMode is set to true | |
| container — Property in class org.papervision3d.core.proto.SceneObject3D | |
| The Sprite that you draw into when rendering. | |
| container — Property in class org.papervision3d.objects.DisplayObject3D | |
| The Sprite that you draw into when rendering in a MovieScene3D. | |
| container — Property in class org.papervision3d.utils.InteractiveContainerData | |
| container — Property in class org.papervision3d.utils.InteractiveSceneManager | |
| Main container for ISM to create the sub InteractiveSprite containers for the faces and DO3D objects passed in during the render loop | |
| container — Property in class org.papervision3d.utils.virtualmouse.VirtualMouse | |
| containerDictionary — Property in class org.papervision3d.utils.InteractiveSceneManager | |
| A dictionary where the DO3D's and Face3D objects are stored. | |
| CoordinateTools — Class in package org.papervision3d.components.as3.utils | |
| copy(m:org.papervision3d.core:Matrix3D) — Method in class org.papervision3d.core.Matrix3D | |
| copy(material:org.papervision3d.core.proto:MaterialObject3D) — Method in class org.papervision3d.core.proto.MaterialObject3D | |
| Copies the properties of a material. | |
| copy(material:org.papervision3d.core.proto:MaterialObject3D) — Method in class org.papervision3d.materials.BitmapMaterial | |
| Copies the properties of a material. | |
| copy3x3(m:org.papervision3d.core:Matrix3D) — Method in class org.papervision3d.core.Matrix3D | |
| copyPosition(reference) — Method in class org.papervision3d.objects.DisplayObject3D | |
| Copies the position information (x, y and z coordinates) from another object or Matrix3D. | |
| copyTo(n:org.papervision3d.core:Number3D) — Method in class org.papervision3d.core.Number3D | |
| Copies the values of this number3d to the passed number3d. | |
| copyTransform(reference) — Method in class org.papervision3d.objects.DisplayObject3D | |
| Copies the transformation information (position, rotation and scale) from another object or Matrix3D. | |
| correctBitmap(bitmap) — Method in class org.papervision3d.materials.BitmapMaterial | |
| createBitmap(asset) — Method in class org.papervision3d.materials.BitmapMaterial | |
| createBitmapFromLinkageID(asset) — Method in class org.papervision3d.materials.BitmapAssetMaterial | |
| [internal-use] | |
| createBitmapFromSprite(asset) — Method in class org.papervision3d.materials.MovieMaterial | |
| createBitmapFromURL(asset) — Method in class org.papervision3d.materials.BitmapFileMaterial | |
| [internal-use] | |
| createBitmapMaterial(bitmapClass, oneSided) — Static method in class org.papervision3d.materials.utils.BitmapMaterialTools | |
| createInteractiveBitmapMaterial(bitmapClass, oneSided) — Static method in class org.papervision3d.materials.utils.BitmapMaterialTools | |
| createMovie(asset) — Method in class org.papervision3d.materials.MovieAssetMaterial | |
| createNormal() — Method in class org.papervision3d.core.geom.Face3D | |
| createScene() — Method in class org.papervision3d.components.as3.flash9.PV3DScene3D | |
| cross(v:org.papervision3d.core:Number3D, w:org.papervision3d.core:Number3D) — Static method in class org.papervision3d.core.Number3D | |
| Cross product. | |
| Cube — Class in package org.papervision3d.objects | |
| The Cube class lets you create and display flat rectangle objects. | |
| Cube(materials:org.papervision3d.materials:MaterialsList, width, depth, height, segmentsS, segmentsT, segmentsH, insideFaces, excludeFaces, initObject) — Constructor in class org.papervision3d.objects.Cube | |
| Create a new Cube object. | |
| culledTriangles — Property in class org.papervision3d.core.stat.RenderStatistics | |
| cullingRectangle — Property in class org.papervision3d.core.culling.RectangleTriangleCuller | |
| currentRotationObj — Property in class org.papervision3d.components.as3.utils.ObjectController | |
| Cylinder — Class in package org.papervision3d.objects | |
| The Cylinder class lets you create and display Cylinders. | |
| Cylinder(material:org.papervision3d.core.proto:MaterialObject3D, radius, height, segmentsW, segmentsH, topRadius, initObject) — Constructor in class org.papervision3d.objects.Cylinder | |
| Create a new Cylinder 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 | |