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, class away3d.core.base.data.UV
Defines the vertical coordinate of the texture value.
v0 — Property, class away3d.core.base.data.Face
v0Index — Property, class away3d.core.base.data.Face
set the index value for v0
v0x — Property, class away3d.core.base.data.Face
v0y — Property, class away3d.core.base.data.Face
v0z — Property, class away3d.core.base.data.Face
v1 — Property, class away3d.core.base.data.Face
v1Index — Property, class away3d.core.base.data.Face
set the index value for v1
v1x — Property, class away3d.core.base.data.Face
v1y — Property, class away3d.core.base.data.Face
v1z — Property, class away3d.core.base.data.Face
v2 — Property, class away3d.core.base.data.Face
v2Index — Property, class away3d.core.base.data.Face
set the index value for v2
v2x — Property, class away3d.core.base.data.Face
v2y — Property, class away3d.core.base.data.Face
v2z — Property, class away3d.core.base.data.Face
validate() — method, class away3d.core.base.Geometry
validate() — method, class away3d.primitives.PrimitiveBase
VBlurFilter3D — class, package away3d.filters
VBlurFilter3D(amount:uint, stepSize:int) — Constructor, class away3d.filters.VBlurFilter3D
Creates a new VBlurFilter3D object
VDepthOfFieldFilter3D — class, package away3d.filters
VDepthOfFieldFilter3D(maxBlur:uint, stepSize:int) — Constructor, class away3d.filters.VDepthOfFieldFilter3D
Creates a new VDepthOfFieldFilter3D object
Vector3DUtils — class, package away3d.core.math
Vector3DUtils provides additional Vector3D math functions.
vectors — Property, class away3d.extrusions.DelaunayMesh
The "cloud" of vector3d's to compose the mesh
Vertex — class, package away3d.core.base.data
Vertex value object.
Vertex(x:Number, y:Number, z:Number, index:uint) — Constructor, class away3d.core.base.data.Vertex
Creates a new Vertex value object.
VertexAnimationMode — class, package away3d.animators.data
Options for setting the animation mode of a vertex animator object.
VertexAnimationSet — class, package away3d.animators
The animation data set used by vertex-based animators, containing vertex animation state data.
VertexAnimationSet(numPoses:uint, blendMode:String) — Constructor, class away3d.animators.VertexAnimationSet
Creates a new VertexAnimationSet object.
VertexAnimationState — class, package away3d.animators
The animation state class used by vertex-based animation data sets to store vertex animation node data.
VertexAnimationState(rootNode:away3d.animators.nodes:VertexClipNode) — Constructor, class away3d.animators.VertexAnimationState
Creates a new VertexAnimationState object.
VertexAnimator — class, package away3d.animators
Provides an interface for assigning vertex-based animation data sets to mesh-based entity objects and controlling the various available states of animation through an interative playhead that can be automatically updated or manually triggered.
VertexAnimator(vertexAnimationSet:away3d.animators:VertexAnimationSet) — Constructor, class away3d.animators.VertexAnimator
Creates a new AnimationSequenceController object.
vertexAttributesOffset — Property, class away3d.materials.utils.ShaderRegisterCache
Indicates the start index from which to retrieve vertex attributes.
_vertexBuffer — Property, class away3d.core.base.SubGeometry
_vertexBufferContext — Property, class away3d.core.base.SubGeometry
vertexBufferOffset — Property, interface away3d.core.base.IRenderable
vertexBufferOffset — Property, class away3d.core.base.SubGeometry
vertexBufferOffset — Property, class away3d.core.base.SubMesh
vertexBufferOffset — Property, class away3d.entities.SegmentSet
vertexBufferOffset — Property, class away3d.entities.Sprite3D
vertexBufferOffset — Property, class away3d.primitives.SkyBox
VertexClipNode — class, package away3d.animators.nodes
A vertex animation node containing time-based animation data as individual geometry obejcts.
VertexClipNode() — Constructor, class away3d.animators.nodes.VertexClipNode
Creates a new VertexClipNode object.
vertexConstantOffset — Property, class away3d.materials.utils.ShaderRegisterCache
Indicates the start index from which to retrieve vertex constants.
vertexConstantsIndex — Property, class away3d.materials.methods.MethodVO
vertexConstantsOffset — Property, class away3d.materials.methods.MethodVO
vertexData — Property, interface away3d.core.base.IRenderable
Retrieves the object's vertices as a Number array.
vertexData — Property, class away3d.core.base.SubGeometry
The raw vertex position data.
vertexData — Property, class away3d.core.base.SubMesh
vertexData — Property, class away3d.entities.SegmentSet
vertexData — Property, class away3d.entities.Sprite3D
vertexData — Property, class away3d.materials.methods.MethodVO
vertexData — Property, class away3d.primitives.SkyBox
_vertexNormalBuffer — Property, class away3d.core.base.SubGeometry
_vertexNormalBufferContext — Property, class away3d.core.base.SubGeometry
vertexNormalData — Property, class away3d.core.base.SubGeometry
The raw vertex normal data.
_vertexNormals — Property, class away3d.core.base.SubGeometry
_vertexNormalsDirty — Property, class away3d.core.base.SubGeometry
_vertexTangentBuffer — Property, class away3d.core.base.SubGeometry
_vertexTangentBufferContext — Property, class away3d.core.base.SubGeometry
_vertexTangents — Property, class away3d.core.base.SubGeometry
_vertexTangentsDirty — Property, class away3d.core.base.SubGeometry
_vertices — Property, class away3d.core.base.SubGeometry
verticesAdded — Static Property, class away3d.tools.commands.Explode
returns howmany vertices were added during the explode operation.
verticesRemovedCount — Static Property, class away3d.tools.commands.Weld
returns howmany vertices were deleted during the welding operation.
VideoTexture — class, package away3d.textures
VideoTexture(source:String, materialWidth:uint, materialHeight:uint, loop:Boolean, autoPlay:Boolean, player:away3d.materials.utils:IVideoPlayer) — Constructor, class away3d.textures.VideoTexture
view — Property, class away3d.events.MouseEvent3D
The view object inside which the event took place.
View3D — class, package away3d.containers
View3D(scene:away3d.containers:Scene3D, camera:away3d.cameras:Camera3D, renderer:away3d.core.render:RendererBase, forceSoftware:Boolean) — Constructor, class away3d.containers.View3D
viewDirFragmentReg — Property, class away3d.materials.methods.CompositeDiffuseMethod
viewDirFragmentReg — Property, class away3d.materials.methods.CompositeSpecularMethod
viewDirFragmentReg — Property, class away3d.materials.methods.NearShadowMapMethod
_viewDirFragmentReg — Property, class away3d.materials.methods.ShadingMethodBase
viewDirFragmentReg — Property, class away3d.materials.methods.ShadingMethodBase
viewDirVaryingReg — Property, class away3d.materials.methods.CompositeDiffuseMethod
viewDirVaryingReg — Property, class away3d.materials.methods.CompositeSpecularMethod
viewDirVaryingReg — Property, class away3d.materials.methods.NearShadowMapMethod
_viewDirVaryingReg — Property, class away3d.materials.methods.ShadingMethodBase
viewDirVaryingReg — Property, class away3d.materials.methods.ShadingMethodBase
viewHeight — Property, class away3d.core.managers.RTTBufferManager
_viewHeight — Property, class away3d.core.render.RendererBase
viewHeight — Property, class away3d.core.render.RendererBase
viewPort — Property, class away3d.core.managers.Stage3DProxy
A viewPort rectangle equivalent of the Stage3D size and position.
viewProjection — Property, class away3d.cameras.Camera3D
The view projection matrix of the camera.
viewProjection — Property, class away3d.entities.TextureProjector
viewWidth — Property, class away3d.core.managers.RTTBufferManager
_viewWidth — Property, class away3d.core.render.RendererBase
viewWidth — Property, class away3d.core.render.RendererBase
visible — Property, class away3d.containers.ObjectContainer3D
visible — Property, class away3d.containers.View3D
visible — Property, class away3d.core.base.SubMesh
visible — Property, class away3d.core.managers.Stage3DProxy
The visibility of the Stage3D.
VISIBLITY_UPDATED — Constant Static Property, class away3d.events.Object3DEvent
Defines the value of the type property of a visiblityUpdated event object.
volume — Property, class away3d.audio.Sound3D
Defines the overall (master) volume of the 3D sound, after any positional adjustments to volume have been applied.
volume — Property, class away3d.audio.SoundTransform3D
_volume — Property, class away3d.audio.drivers.AbstractSound3DDriver
volume — Property, class away3d.audio.drivers.AbstractSound3DDriver
volume — Property, interface away3d.audio.drivers.ISound3DDriver
Master volume/gain after 3D modifications to pan/volume have been applied.
volume — Property, class away3d.audio.drivers.SimplePanVolumeDriver
volume — Property, interface away3d.materials.utils.IVideoPlayer
Master volume/gain
volume — Property, class away3d.materials.utils.SimpleVideoPlayer
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