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  
v — Property in class org.ascollada.core.DaeVertexWeights
v — Property in class org.papervision3d.core.math.NumberUV
The vertical coordinate value.
v — Property in class org.papervision3d.core.render.data.RenderHitData
v0 — Property in class org.papervision3d.core.geom.renderables.Line3D
v0 — Property in class org.papervision3d.core.geom.renderables.Triangle3D
Used to store references to the vertices.
v1 — Property in class org.papervision3d.core.geom.renderables.Line3D
v1 — Property in class org.papervision3d.core.geom.renderables.Triangle3D
v2 — Property in class org.papervision3d.core.geom.renderables.Triangle3D
validateValues() — Method in class org.ascollada.types.DaeTransform
values — Property in class org.ascollada.core.DaeSampler
values — Property in class org.ascollada.core.DaeSource
values — Property in class org.ascollada.types.DaeArray
values — Property in class org.ascollada.types.DaeTransform
values — Property in class org.papervision3d.core.animation.core.AnimationFrame
vcount — Property in class org.ascollada.core.DaePrimitive
vcount use by polygon primitives
vcounts — Property in class org.ascollada.core.DaeVertexWeights
VERBOSE — Static property in class org.ascollada.utils.Logger
VERBOSE — Static property in class org.papervision3d.Papervision3D
Determines whether debug printout is enabled.
version — Property in class org.ascollada.core.DaeDocument
VERSION — Static property in class org.papervision3d.Papervision3D
Enables version to be retrieved at runtime or when reviewing a decompiled swf.
vertex3D — Property in class org.papervision3d.core.geom.renderables.Particle
Vertex3D — Class in package org.papervision3d.core.geom.renderables
The Vertex3D constructor lets you create 3D vertices.
Vertex3D(x, y, z) — Constructor in class org.papervision3d.core.geom.renderables.Vertex3D
Creates a new Vertex3D object whose three-dimensional values are specified by the x, y and z parameters.
vertex3DInstance — Property in class org.papervision3d.core.geom.renderables.Vertex3D
Vertex2D instance
Vertex3DInstance — Class in package org.papervision3d.core.geom.renderables
The Vertex3DInstance constructor lets you create 2D projected vertices.
Vertex3DInstance(x, y, z) — Constructor in class org.papervision3d.core.geom.renderables.Vertex3DInstance
Creates a new Vertex2D object whose three-dimensional values are specified by the x, y and z parameters.
vertexIndex — Property in class org.ascollada.core.DaeBlendWeight
vertex_weights — Property in class org.ascollada.core.DaeSkin
vertices — Property in class org.ascollada.core.DaeMesh
vertices
vertices — Property in class org.ascollada.core.DaePrimitive
vertex indices
vertices — Property in class org.ascollada.core.DaeSpline
vertices — Property in class org.papervision3d.core.geom.renderables.Triangle3D
An array of Vertex3D objects for the three vertices of the triangle.
vertices — Property in class org.papervision3d.core.proto.GeometryObject3D
An array of vertices.
Vertices3D — Class in package org.papervision3d.core.geom
The Vertices3D class lets you create and manipulate groups of vertices.
Vertices3D(vertices, name, initObject) — Constructor in class org.papervision3d.core.geom.Vertices3D
Creates a new Points object.
video — Property in class org.papervision3d.materials.VideoStreamMaterial
VideoStreamMaterial — Class in package org.papervision3d.materials
VideoStreamMaterial(video, stream, precise) — Constructor in class org.papervision3d.materials.VideoStreamMaterial
The MovieMaterial class creates a texture from an existing Video instance.
view — Property in class org.papervision3d.objects.DisplayObject3D
[internal-use] A camera transformed Matrix3D object.
viewport — Property in class org.papervision3d.core.components.as3.flash9.PV3DScene3D
viewport — Property in class org.papervision3d.core.proto.CameraObject3D
viewport — Property in class org.papervision3d.core.utils.InteractiveSceneManager
_viewport — Property in class org.papervision3d.render.LazyRenderEngine
viewport — Property in class org.papervision3d.render.LazyRenderEngine
viewport — Property in class org.papervision3d.view.AbstractView
viewport — Property in class org.papervision3d.view.layer.ViewportLayer
viewPort — Property in class org.papervision3d.core.render.data.RenderSessionData
viewport3D — Property in class org.papervision3d.cameras.FrustumCamera3D
Viewport3D — Class in package org.papervision3d.view
Viewport3D(viewportWidth, viewportHeight, autoScaleToStage, interactive, autoClipping, autoCulling) — Constructor in class org.papervision3d.view.Viewport3D
ViewportBaseLayer — Class in package org.papervision3d.view.layer
ViewportBaseLayer(viewport:org.papervision3d.view:Viewport3D) — Constructor in class org.papervision3d.view.layer.ViewportBaseLayer
viewportHeight — Property in class org.papervision3d.view.AbstractView
viewportHeight — Property in class org.papervision3d.view.Viewport3D
ViewportLayer — Class in package org.papervision3d.view.layer
ViewportLayer(viewport:org.papervision3d.view:Viewport3D, do3d:org.papervision3d.objects:DisplayObject3D) — Constructor in class org.papervision3d.view.layer.ViewportLayer
_viewportObjectFilter — Property in class org.papervision3d.view.Viewport3D
viewportObjectFilter — Property in class org.papervision3d.view.Viewport3D
ViewportObjectFilter — Class in package org.papervision3d.core.culling
ViewportObjectFilter(mode) — Constructor in class org.papervision3d.core.culling.ViewportObjectFilter
ViewportObjectFilterMode — Class in package org.papervision3d.core.culling
viewportWidth — Property in class org.papervision3d.view.AbstractView
viewportWidth — Property in class org.papervision3d.view.Viewport3D
virtualMouse — Property in class org.papervision3d.core.utils.InteractiveSceneManager
VirtualMouse is used with faceLevelMode of ISM or DO3D's.
VirtualMouse — Class in package org.papervision3d.core.utils.virtualmouse
The VirtualMouse class is used to create a programmatic version of the users mouse that can be moved about the Flash player stage firing off mouse events of the display objects it interacts with.
VirtualMouse(stage, container, startX, startY) — Constructor in class org.papervision3d.core.utils.virtualmouse.VirtualMouse
Initializes a new VirtualMouse instance.
VirtualMouseEvent — Class in package org.papervision3d.core.utils.virtualmouse
Wrapper for the Event class to let you check to see if an event originated from the user's mouse or a VirtualMouse instance.
VirtualMouseEvent(type, bubbles, cancelable) — Constructor in class org.papervision3d.core.utils.virtualmouse.VirtualMouseEvent
VirtualMouseMouseEvent — Class in package org.papervision3d.core.utils.virtualmouse
Wrapper for the MouseEvent class to let you check to see if an event originated from the user's mouse or a VirtualMouse instance.
VirtualMouseMouseEvent(type, bubbles, cancelable, localX, localY, relatedObject, ctrlKey, altKey, shiftKey, buttonDown, delta) — Constructor in class org.papervision3d.core.utils.virtualmouse.VirtualMouseMouseEvent
visible — Property in class org.papervision3d.core.geom.renderables.Triangle3D
[read-only] A Boolean value that indicates that the face is visible, i.e.
visible — Property in class org.papervision3d.core.geom.renderables.Triangle3DInstance
visible — Property in class org.papervision3d.core.geom.renderables.Vertex3DInstance
[internal-use] A Boolean value that indicates whether the vertex is visible after projection.
visible — Property in class org.papervision3d.objects.DisplayObject3D
Whether or not the display object is visible.
visual_scenes — Property in class org.ascollada.core.DaeDocument
vscene — Property in class org.ascollada.core.DaeDocument
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