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  
lastEvent — Property in class org.papervision3d.core.utils.virtualmouse.VirtualMouse
The last event dispatched by the VirtualMouse instance.
lastFrameTime — Property in class org.papervision3d.view.stats.AbstractStatsView
lastMousePos — Property in class org.papervision3d.core.utils.InteractiveSceneManager
lastRenderList — Property in class org.papervision3d.view.Viewport3D
lastRenderList stores RenderableListItems (Triangles, Lines, Pixels, Particles, Fog) of everything that was rendered in the last pass.
layer — Property in class org.papervision3d.core.geom.Pixels
layer — Property in class org.papervision3d.view.layer.ViewportLayerEvent
layerBlendMode — Property in class org.papervision3d.materials.shaders.Shader
layerIndex — Property in class org.papervision3d.view.layer.ViewportLayer
layers — Property in class org.papervision3d.materials.shaders.Shader
layers — Property in class org.papervision3d.view.layer.ViewportLayer
LazyRenderEngine — Class in package org.papervision3d.render
LazyRenderEngine(scene:org.papervision3d.scenes:Scene3D, camera:org.papervision3d.core.proto:CameraObject3D, viewport:org.papervision3d.view:Viewport3D) — Constructor in class org.papervision3d.render.LazyRenderEngine
LEFT — Constant static property in class org.papervision3d.core.clipping.FrustumClipping
LEFT — Static property in class org.papervision3d.objects.primitives.Cube
Left face selection
leftbottom — Property in class org.papervision3d.core.render.data.QuadTreeNode
The quadrant tree node for the bottom left quadrant.
leftbottomFlag — Property in class org.papervision3d.core.render.data.QuadTreeNode
Determines if the bounds of the bottom left quadrant need re-calculating.
lefttop — Property in class org.papervision3d.core.render.data.QuadTreeNode
The quadrant tree node for the top left quadrant.
lefttopFlag — Property in class org.papervision3d.core.render.data.QuadTreeNode
Determines if the bounds of the top left quadrant need re-calculating.
length — Property in class org.papervision3d.core.render.command.RenderLine
LensFlare — Class in package org.papervision3d.core.effects.objects
LensFlare(light:org.papervision3d.core.proto:LightObject3D, flareArray, width, height, positions) — Constructor in class org.papervision3d.core.effects.objects.LensFlare
Letter3D — Interface in package org.papervision3d.typography
Letter3DMaterial — Class in package org.papervision3d.materials.special
Letter3DMaterial(fillColor, fillAlpha) — Constructor in class org.papervision3d.materials.special.Letter3DMaterial
letters — Property in class org.papervision3d.typography.Text3D
letterSpacing — Property in class org.papervision3d.typography.Text3D
level — Property in class org.papervision3d.core.log.PaperLogVO
light — Property in class org.papervision3d.core.effects.objects.LensFlare
light — Property in class org.papervision3d.core.material.AbstractLightShadeMaterial
light — Property in class org.papervision3d.materials.shaders.LightShader
lightColor — Property in class org.papervision3d.materials.shaders.FlatShader
_lightMap — Property in class org.papervision3d.materials.shadematerials.EnvMapMaterial
lightMap — Property in class org.papervision3d.materials.shadematerials.EnvMapMaterial
lightmapHalfheight — Property in class org.papervision3d.materials.shadematerials.EnvMapMaterial
lightmapHalfheight — Property in class org.papervision3d.materials.shaders.EnvMapShader
lightmapHalfwidth — Property in class org.papervision3d.materials.shadematerials.EnvMapMaterial
lightmapHalfwidth — Property in class org.papervision3d.materials.shaders.EnvMapShader
LightMaps — Class in package org.papervision3d.materials.utils
lightMatrices — Property in class org.papervision3d.core.material.AbstractLightShadeMaterial
lightMatrices — Property in class org.papervision3d.core.render.shader.ShaderObjectData
lightMatrix — Static property in class org.papervision3d.core.material.AbstractLightShadeMaterial
lightMatrix — Property in class org.papervision3d.core.proto.LightObject3D
LightMatrix — Class in package org.papervision3d.materials.utils
LightObject3D — Class in package org.papervision3d.core.proto
LightObject3D(showLight, flipped) — Constructor in class org.papervision3d.core.proto.LightObject3D
LightShader — Class in package org.papervision3d.materials.shaders
LightShader() — Constructor in class org.papervision3d.materials.shaders.LightShader
LIN_COLOR_24 — Constant property in class org.papervision3d.objects.parsers.Max3DS
LIN_COLOR_F — Constant property in class org.papervision3d.objects.parsers.Max3DS
line — Property in class org.papervision3d.core.render.command.RenderLine
Line3D — Class in package org.papervision3d.core.geom.renderables
Line3D is used by Lines3D to store and render the lines.
Line3D(instance:org.papervision3d.core.geom:Lines3D, material:org.papervision3d.materials.special:LineMaterial, size, vertex0:org.papervision3d.core.geom.renderables:Vertex3D, vertex1:org.papervision3d.core.geom.renderables:Vertex3D) — Constructor in class org.papervision3d.core.geom.renderables.Line3D
lineAlpha — Property in class org.papervision3d.core.proto.MaterialObject3D
An 8-bit alpha value for the faces outline.
lineColor — Property in class org.papervision3d.core.proto.MaterialObject3D
A RGB color value to draw the faces outline.
lineCuller — Property in class org.papervision3d.view.Viewport3D
lineCuller uses the culling Rectangle to determine which particles will not be rendered in BasicRenderEngine
LineMaterial — Class in package org.papervision3d.materials.special
LineMaterial(color, alpha) — Constructor in class org.papervision3d.materials.special.LineMaterial
linePlane(pA:org.papervision3d.core.geom.renderables:Vertex3D, pB:org.papervision3d.core.geom.renderables:Vertex3D, plane:org.papervision3d.core.math:Plane3D, e, dst:org.papervision3d.core.math.util:Intersection) — Static method in class org.papervision3d.core.math.util.Intersection
lines — Property in class org.papervision3d.core.geom.Lines3D
lines — Property in class org.papervision3d.core.render.data.RenderStatistics
lines — Property in class org.papervision3d.typography.Text3D
Lines3D — Class in package org.papervision3d.core.geom
Lines3D(material:org.papervision3d.materials.special:LineMaterial, name) — Constructor in class org.papervision3d.core.geom.Lines3D
lineSpacing — Property in class org.papervision3d.typography.Text3D
lineStyle(thickness, color, alpha, pixelHinting, scaleMode, caps, joints, miterLimit) — Method in class org.papervision3d.objects.special.Graphics3D
LineStyle — Class in package org.papervision3d.objects.special.commands
LineStyle(thickness, color, alpha, pixelHinting, scaleMode, caps, joints, miterLimit) — Constructor in class org.papervision3d.objects.special.commands.LineStyle
lineThickness — Property in class org.papervision3d.core.proto.MaterialObject3D
An value for the thickness of the faces line.
lineTo(x, y) — Method in class org.papervision3d.objects.special.Graphics3D
LineTo — Class in package org.papervision3d.objects.special.commands
LineTo(vertex:org.papervision3d.core.geom.renderables:Vertex3D) — Constructor in class org.papervision3d.objects.special.commands.LineTo
linkSkin(instance:org.papervision3d.objects:DisplayObject3D, skin:org.ascollada.core:DaeSkin) — Method in class org.papervision3d.objects.parsers.DAE
Setup the skin controllers.
linkSkins() — Method in class org.papervision3d.objects.parsers.DAE
Setup the skin controllers.
list() — Method in class org.papervision3d.core.render.data.QuadTree
A list of primitives that have been clipped.
load(COLLADA, materials:org.papervision3d.materials.utils:MaterialsList, scale, doubleSided) — Method in class org.papervision3d.objects.parsers.Collada
Loads the COLLADA.
load(asset, materials:org.papervision3d.materials.utils:MaterialsList, asynchronousParsing) — Method in class org.papervision3d.objects.parsers.DAE
Loads the COLLADA.
load(asset, materials:org.papervision3d.materials.utils:MaterialsList) — Method in class org.papervision3d.objects.parsers.KMZ
Loads a KMZ.
load(asset, materials:org.papervision3d.materials.utils:MaterialsList, textureDir) — Method in class org.papervision3d.objects.parsers.Max3DS
Load.
load(asset, material:org.papervision3d.core.proto:MaterialObject3D, fps, scale) — Method in class org.papervision3d.objects.parsers.MD2
Loads the MD2.
loadBitmapCompleteHandler(e) — Method in class org.papervision3d.materials.BitmapFileMaterial
loadBitmapErrorHandler(e) — Method in class org.papervision3d.materials.BitmapFileMaterial
loadBitmapProgressHandler(e) — Method in class org.papervision3d.materials.BitmapFileMaterial
loadComplete() — Method in class org.papervision3d.materials.BitmapFileMaterial
LOAD_COMPLETE — Constant static property in class org.papervision3d.events.FileLoadEvent
loadCompleteHandler(event) — Method in class org.papervision3d.objects.parsers.MD2
loadDocument(data) — Method in class org.ascollada.io.DaeReader
loaded — Property in class org.papervision3d.materials.BitmapFileMaterial
Whether or not the texture has been loaded.
loaded — Property in class org.papervision3d.objects.parsers.Ase
Whether or not the scene has been loaded.
loaded — Property in class org.papervision3d.objects.parsers.Collada
Whether or not the scene has been loaded.
loaded — Property in class org.papervision3d.objects.parsers.SketchupCollada
Whether or not the scene has been loaded.
loader — Property in class org.papervision3d.objects.parsers.MD2
LOAD_ERROR — Constant static property in class org.papervision3d.events.FileLoadEvent
_loaderUrls — Static property in class org.papervision3d.materials.BitmapFileMaterial
loadingBitmap — Static property in class org.papervision3d.materials.BitmapFileMaterial
A temporary bitmap to use if the file hasn't loaded yet.
LOADING_COLOR — Static property in class org.papervision3d.materials.BitmapFileMaterial
The color to use in materials before loading has finished.
_loadingIdle — Static property in class org.papervision3d.materials.BitmapFileMaterial
loadNextBitmap() — Method in class org.papervision3d.materials.BitmapFileMaterial
loadNextMaterial(event:org.papervision3d.events:FileLoadEvent) — Method in class org.papervision3d.objects.parsers.DAE
Loads the next material.
LOAD_PROGRESS — Constant static property in class org.papervision3d.events.FileLoadEvent
loadProgressHandler(event) — Method in class org.papervision3d.objects.parsers.MD2
loadScale — Property in class org.papervision3d.objects.parsers.MD2
_localMatrix — Static property in class org.papervision3d.materials.BitmapWireframeMaterial
localRotationX — Property in class org.papervision3d.objects.DisplayObject3D
localRotationY — Property in class org.papervision3d.objects.DisplayObject3D
localRotationZ — Property in class org.papervision3d.objects.DisplayObject3D
lock() — Method in class org.papervision3d.core.utils.virtualmouse.VirtualMouse
Locks the current VirtualMouse instance preventing updates from being made as properties change within the instance.
log(o) — Static method in class org.ascollada.utils.Logger
log(msg, object, arg) — Method in class org.papervision3d.core.log.AbstractPaperLogger
log(msg, object, arguments) — Method in interface org.papervision3d.core.log.IPaperLogger
_log(msg, object, ... rest) — Method in class org.papervision3d.core.log.PaperLogger
log(msg, object, ... rest) — Static method in class org.papervision3d.core.log.PaperLogger
log(msg, object, arguments) — Method in class org.papervision3d.core.log.PaperTraceLogger
LOG — Constant static property in class org.papervision3d.core.log.LogLevel
Logger — Class in package org.ascollada.utils
LogLevel — Class in package org.papervision3d.core.log
LogLevel() — Constructor in class org.papervision3d.core.log.LogLevel
lookAt(targetObject:org.papervision3d.objects:DisplayObject3D, upAxis:org.papervision3d.core.math:Number3D) — Method in class org.papervision3d.core.proto.CameraObject3D
Lookat.
lookAt(targetObject:org.papervision3d.objects:DisplayObject3D, upAxis:org.papervision3d.core.math:Number3D) — Method in class org.papervision3d.objects.DisplayObject3D
Make the object look at a specific position.
lookOffset — Property in class org.papervision3d.cameras.SpringCamera3D
offset of facing in target object space, ie: where in the target object space should the camera look.
_loop — Property in class org.papervision3d.objects.parsers.DAE
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