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  
w — Property, class away3d.core.math.Quaternion
The w value of the quaternion.
w — Property, class away3d.primitives.data.NURBSVertex
warning(message:Object) — Static Method , class away3d.debug.Debug
warningsAsErrors — Static Property, class away3d.debug.Debug
water1OffsetX — Property, class away3d.materials.methods.SimpleWaterNormalMethod
water1OffsetY — Property, class away3d.materials.methods.SimpleWaterNormalMethod
water2OffsetX — Property, class away3d.materials.methods.SimpleWaterNormalMethod
water2OffsetY — Property, class away3d.materials.methods.SimpleWaterNormalMethod
WebcamTexture — class, package away3d.textures
WebcamTexture(cameraWidth:uint, cameraHeight:uint, materialSize:uint, autoStart:Boolean, camera:flash.media:Camera, smoothing:Boolean) — Constructor, class away3d.textures.WebcamTexture
WEBSITE_URL — Constant Static Property, class away3d.Away3D
Weld — class, package away3d.tools.commands
Class Weld removes the vertices that can be shared from one or more meshes (smoothes the mesh surface when lighted).
Weld() — Constructor, class away3d.tools.commands.Weld
width — Property, class away3d.containers.View3D
The width of the viewport.
width — Property, class away3d.core.managers.Stage3DProxy
The width of the Stage3D.
width — Property, class away3d.core.partition.ViewVolume
width — Property, class away3d.entities.Sprite3D
width — Property, class away3d.extrusions.Elevation
The width of the terrain plane.
width — Property, interface away3d.materials.utils.IVideoPlayer
Get/Set access to the with of the video object
width — Property, class away3d.materials.utils.SimpleVideoPlayer
width — Property, class away3d.primitives.CubeGeometry
The size of the cube along its X-axis.
width — Property, class away3d.primitives.PlaneGeometry
The width of the plane.
width — Property, class away3d.primitives.WireframeCube
The size of the cube along its X-axis.
width — Property, class away3d.primitives.WireframePlane
The size of the cube along its X-axis.
width — Property, class away3d.textures.ATFData
width — Property, class away3d.textures.RenderTexture
_width — Property, class away3d.textures.TextureProxyBase
width — Property, class away3d.textures.TextureProxyBase
width — Static Property, class away3d.tools.utils.Bounds
willTrigger(type:String) — Static Method , class away3d.library.AssetLibrary
willTrigger(type:String) — method, class away3d.lights.shadowmaps.CascadeShadowMapper
willTrigger(type:String) — method, class away3d.loaders.misc.AssetLoaderToken
WireframeAxesGrid — class, package away3d.debug
Class WireframeAxesGrid generates a grid of lines on a given planeWireframeAxesGrid
WireframeAxesGrid(subDivision:uint, gridSize:uint, thickness:Number, colorXY:uint, colorZY:uint, colorXZ:uint) — Constructor, class away3d.debug.WireframeAxesGrid
WireframeCube — class, package away3d.primitives
A WirefameCube primitive mesh.
WireframeCube(width:Number, height:Number, depth:Number, color:uint, thickness:Number) — Constructor, class away3d.primitives.WireframeCube
Creates a new WireframeCube object.
WireframeCylinder — class, package away3d.primitives
Generates a wireframd cylinder primitive.
WireframeCylinder(topRadius:Number, bottomRadius:Number, height:Number, segmentsW:uint, segmentsH:uint, color:uint, thickness:Number) — Constructor, class away3d.primitives.WireframeCylinder
Creates a new WireframeCylinder instance
WireframeMapGenerator — class, package away3d.materials.utils
WireframeMapGenerator is a utility class to generate a wireframe texture for uniquely mapped meshes.
WireframePlane — class, package away3d.primitives
A WireframePlane primitive mesh.
WireframePlane(width:Number, height:Number, segmentsW:int, segmentsH:int, color:uint, thickness:Number, orientation:String) — Constructor, class away3d.primitives.WireframePlane
Creates a new WireframePlane object.
WireframePrimitiveBase — class, package away3d.primitives
WireframePrimitiveBase(color:uint, thickness:Number) — Constructor, class away3d.primitives.WireframePrimitiveBase
WireframeSphere — class, package away3d.primitives
A WireframeSphere primitive mesh
WireframeSphere(radius:Number, segmentsW:uint, segmentsH:uint, color:uint, thickness:Number) — Constructor, class away3d.primitives.WireframeSphere
Creates a new WireframeSphere object.
WrapDiffuseMethod — class, package away3d.materials.methods
WrapDiffuseMethod is an alternative to BasicDiffuseMethod in which the light is allowed to be "wrapped around" the normally dark area, to some extent.
WrapDiffuseMethod(wrapFactor:Number, scatterTexture:away3d.textures:Texture2DBase) — Constructor, class away3d.materials.methods.WrapDiffuseMethod
Creates a new WrapDiffuseMethod object.
wrapFactor — Property, class away3d.materials.methods.WrapDiffuseMethod
wrapPanAngle — Property, class away3d.controllers.HoverController
Defines whether the value of the pan angle wraps when over 360 degrees or under 0 degrees.
writeBoolean(name:String, value:Boolean) — method, class away3d.tools.serialize.SerializerBase
Serialize Boolean
writeBoolean(name:String, value:Boolean) — method, class away3d.tools.serialize.TraceSerializer
Serialize Boolean
writeInt(name:String, value:int) — method, class away3d.tools.serialize.SerializerBase
Serialize int
writeInt(name:String, value:int) — method, class away3d.tools.serialize.TraceSerializer
Serialize int
writeQuaternion(name:String, value:away3d.core.math:Quaternion) — method, class away3d.tools.serialize.SerializerBase
Serialize Quaternion
writeQuaternion(name:String, value:away3d.core.math:Quaternion) — method, class away3d.tools.serialize.TraceSerializer
Serialize Quaternion
writeString(name:String, value:String) — method, class away3d.tools.serialize.SerializerBase
Serialize String
writeString(name:String, value:String) — method, class away3d.tools.serialize.TraceSerializer
Serialize String
writeTransform(name:String, value:Vector$Number) — method, class away3d.tools.serialize.SerializerBase
Serialize Transform, in the form of Vector.<Number>
writeTransform(name:String, value:Vector$Number) — method, class away3d.tools.serialize.TraceSerializer
Serialize Transform, in the form of Vector.<Number>
writeUint(name:String, value:uint) — method, class away3d.tools.serialize.SerializerBase
Serialize uint
writeUint(name:String, value:uint) — method, class away3d.tools.serialize.TraceSerializer
Serialize uint
writeVector3D(name:String, value:flash.geom:Vector3D) — method, class away3d.tools.serialize.SerializerBase
Serialize Vector3D
writeVector3D(name:String, value:flash.geom:Vector3D) — method, class away3d.tools.serialize.TraceSerializer
Serialize Vector3D
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