| 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 |
| generateBumpmapFrom(bitmapData) — Static method in class org.papervision3d.materials.utils.BumpmapGenerator |
| |
| geometries — Property in class org.ascollada.core.DaeDocument |
| |
| geometries — Property in class org.ascollada.core.DaeNode |
| array of geometry instances |
| geometry — Property in class org.papervision3d.objects.DisplayObject3D |
|
The GeometryObject3D object that contains the 3D definition of this instance. |
| GeometryObject3D — Class in package org.papervision3d.core.proto |
|
The GeometryObject3D class contains the mesh definition of an object. |
| GeometryObject3D() — Constructor in class org.papervision3d.core.proto.GeometryObject3D |
| |
| getAnimationChannelByName(name) — Method in interface org.papervision3d.core.animation.IAnimationDataProvider |
|
Gets a animation channel by its name. |
| getAnimationChannelByName(name) — Method in class org.papervision3d.objects.parsers.DAE |
|
Gets a animation channel by its name. |
| getAnimationChannelByName(name) — Method in class org.papervision3d.objects.parsers.MD2 |
|
Gets a animation channel by its name. |
| getAnimationChannels(target:org.papervision3d.objects:DisplayObject3D) — Method in interface org.papervision3d.core.animation.IAnimationDataProvider |
|
Gets all animation channels for a target. |
| getAnimationChannels(target:org.papervision3d.objects:DisplayObject3D) — Method in class org.papervision3d.objects.parsers.DAE |
|
Gets all animation channels for a target. |
| getAnimationChannels(target:org.papervision3d.objects:DisplayObject3D) — Method in class org.papervision3d.objects.parsers.MD2 |
|
Gets all animation channels for a target. |
| getAnimationChannelsByClip(name) — Method in interface org.papervision3d.core.animation.IAnimationDataProvider |
|
Gets animation channels by clip name. |
| getAnimationChannelsByClip(name) — Method in class org.papervision3d.objects.parsers.DAE |
|
Gets animation channels by clip name. |
| getAnimationChannelsByClip(name) — Method in class org.papervision3d.objects.parsers.MD2 |
|
Gets animation channels by clip name. |
| getAttribute(node, name, stripPound) — Method in class org.ascollada.core.DaeEntity |
|
|
| getAttributeAsFloat(node, name, defaultValue) — Method in class org.ascollada.core.DaeEntity |
|
|
| getAttributeAsInt(node, name, defaultValue) — Method in class org.ascollada.core.DaeEntity |
|
|
| getBools(node) — Method in class org.ascollada.core.DaeEntity |
|
|
| getBoxVertices() — Method in class org.papervision3d.core.math.AxisAlignedBoundingBox |
| |
| getCellMap(color_1, color_2, steps) — Static method in class org.papervision3d.materials.utils.LightMaps |
| |
| getChildByName(name, recursive) — Method in class org.papervision3d.core.proto.DisplayObjectContainer3D |
|
Returns the child display object that exists with the specified name. |
| getChildLayer(do3d:org.papervision3d.objects:DisplayObject3D, createNew, recurse) — Method in class org.papervision3d.view.Viewport3D |
|
Creates or receives a ViewportLayer of the given DisplayObject3D
|
| getChildLayer(do3d:org.papervision3d.objects:DisplayObject3D, createNew, recurse) — Method in class org.papervision3d.view.layer.ViewportBaseLayer |
| |
| getChildLayer(do3d:org.papervision3d.objects:DisplayObject3D, createNew, recurse) — Method in class org.papervision3d.view.layer.ViewportLayer |
| |
| getChildLayerFor(displayObject3D:org.papervision3d.objects:DisplayObject3D, recurse) — Method in class org.papervision3d.view.layer.ViewportLayer |
| |
| getCoordAtPoint(face3d:org.papervision3d.core.geom.renderables:Triangle3D, x, y) — Static method in class org.papervision3d.core.utils.InteractiveUtils |
| |
| getDaeNodeById(id, useSID) — Method in class org.ascollada.core.DaeDocument |
|
|
| getDaeNodeByIdOrSID(id) — Method in class org.ascollada.core.DaeDocument |
|
|
| getEffect() — Method in class org.papervision3d.core.effects.AbstractEffect |
| |
| getEffect() — Method in interface org.papervision3d.core.effects.IEffect |
| |
| getEntry(name) — Method in class nochump.util.zip.ZipFile |
|
Searches for a zip entry in this archive with the given name. |
| getFlatMap(lightColor, ambientColor, specularLevel) — Static method in class org.papervision3d.materials.utils.LightMaps |
| |
| getFlatMapArray(lightColor, ambientColor, specularLevel) — Static method in class org.papervision3d.materials.utils.LightMaps |
| |
| getFlip() — Method in class org.papervision3d.core.math.Plane3D |
| |
| getFloats(node) — Method in class org.ascollada.core.DaeEntity |
|
|
| getFromVertices(vertices) — Static method in class org.papervision3d.core.math.BoundingSphere |
| |
| getGouraudMap(lightColor, ambientColor) — Static method in class org.papervision3d.materials.utils.LightMaps |
| |
| getGouraudMaterialMap(lightColor, ambientColor) — Static method in class org.papervision3d.materials.utils.LightMaps |
| |
| getInput(entry:nochump.util.zip:ZipEntry) — Method in class nochump.util.zip.ZipFile |
|
Creates a byte array reading the given zip entry as
uncompressed data. |
| getInstance() — Static method in class org.papervision3d.core.log.PaperLogger |
| |
| getInstance() — Static method in class org.papervision3d.core.render.material.MaterialManager |
|
Returns a singleton instance of the MaterialManager
|
| getIntersectionLine(v0:org.papervision3d.core.geom.renderables:Vertex3D, v1:org.papervision3d.core.geom.renderables:Vertex3D) — Method in class org.papervision3d.core.math.Plane3D |
| |
| getIntersectionLineNumbers(v0:org.papervision3d.core.math:Number3D, v1:org.papervision3d.core.math:Number3D) — Method in class org.papervision3d.core.math.Plane3D |
| |
| getInts(node) — Method in class org.ascollada.core.DaeEntity |
|
|
| getLayerForShader(shader:org.papervision3d.materials.shaders:Shader) — Method in interface org.papervision3d.core.render.shader.IShaderRenderer |
| |
| getLayerForShader(shader:org.papervision3d.materials.shaders:Shader) — Method in class org.papervision3d.core.render.shader.ShaderRenderer |
| |
| getLayerObjects(ar) — Method in class org.papervision3d.view.layer.ViewportLayer |
| |
| getLightMatrix(light:org.papervision3d.core.proto:LightObject3D, object:org.papervision3d.objects:DisplayObject3D, renderSessionData:org.papervision3d.core.render.data:RenderSessionData, objectLightMatrix:org.papervision3d.core.math:Matrix3D) — Static method in class org.papervision3d.materials.utils.LightMatrix |
|
Gets the 'lightmatrix' for a light and object. |
| getLocation() — Method in class org.papervision3d.core.utils.virtualmouse.VirtualMouse |
|
Returns the location (x and y) of the current
VirtualMouse instance. |
| getMapCoordAtPoint(face3d:org.papervision3d.core.geom.renderables:Triangle3D, x, y) — Static method in class org.papervision3d.core.utils.InteractiveUtils |
| |
| getMapCoordAtPointDO3D(displayObject:org.papervision3d.objects:DisplayObject3D, x, y) — Static method in class org.papervision3d.core.utils.InteractiveUtils |
| |
| getMaterialByName(name) — Method in class org.papervision3d.materials.utils.MaterialsList |
|
Returns the material that exists with the specified name. |
| getMaterialByName(name) — Method in class org.papervision3d.objects.DisplayObject3D |
|
Returns the material that exists with the specified name in the materials list. |
| getMaterialsList() — Method in class org.papervision3d.objects.parsers.Collada |
| |
| getMaterialsList() — Method in class org.papervision3d.objects.parsers.SketchupCollada |
| |
| getNode(parent, nodeName) — Method in class org.ascollada.core.DaeEntity |
|
|
| getNodeById(parent, nodeName, id) — Method in class org.ascollada.core.DaeEntity |
|
|
| getNodeContent(parent) — Method in class org.ascollada.core.DaeEntity |
|
|
| getNodeList(parent, nodeName) — Method in class org.ascollada.core.DaeEntity |
|
|
| getOutputBitmapDataFor(object:org.papervision3d.objects:DisplayObject3D) — Method in class org.papervision3d.materials.shaders.ShadedMaterial |
|
Debug thingy. |
| getOutputBitmapFor(triangle:org.papervision3d.core.geom.renderables:Triangle3D) — Method in class org.papervision3d.core.render.shader.ShaderObjectData |
|
Returns a per tri bitmap to use to render to screen. |
| getPerTriUVForDraw(triangle:org.papervision3d.core.geom.renderables:Triangle3D) — Method in class org.papervision3d.core.render.shader.ShaderObjectData |
|
For per tri mode. |
| getPerTriUVForShader(triangle:org.papervision3d.core.geom.renderables:Triangle3D) — Method in class org.papervision3d.core.render.shader.ShaderObjectData |
|
For per tri mode. |
| getPhongMap(lightColor, ambientColor, specularLevel, height, width) — Static method in class org.papervision3d.materials.utils.LightMaps |
| |
| getPosition() — Method in class org.papervision3d.core.geom.renderables.Vertex3D |
| |
| getRectFor(triangle:org.papervision3d.core.geom.renderables:Triangle3D) — Method in class org.papervision3d.core.render.shader.ShaderObjectData |
|
For PER_TRI MODE. |
| getRenderListItem() — Method in class org.papervision3d.core.geom.renderables.AbstractRenderable |
| |
| getRenderListItem() — Method in interface org.papervision3d.core.geom.renderables.IRenderable |
| |
| getRenderListItem() — Method in class org.papervision3d.core.geom.renderables.Line3D |
| |
| getRenderListItem() — Method in class org.papervision3d.core.geom.renderables.Particle |
| |
| getRenderListItem() — Method in class org.papervision3d.core.geom.renderables.Triangle3D |
| |
| getRenderListItem() — Method in class org.papervision3d.core.geom.renderables.Vertex3D |
| |
| getStrings(node) — Method in class org.ascollada.core.DaeEntity |
|
|
| getTempFlip() — Method in class org.papervision3d.core.math.Plane3D |
| |
| getTexCoords(setID) — Method in class org.ascollada.core.DaePrimitive |
|
gets the texcoords by set. |
| getTexture(bitmapClass) — Static method in class org.papervision3d.materials.utils.BitmapMaterialTools |
| |
| getTranslationMatrix() — Method in class org.papervision3d.view.layer.BitmapEffectLayer |
| |
| getUVMatrixForTriangle(triangle:org.papervision3d.core.geom.renderables:Triangle3D, perturb) — Method in class org.papervision3d.core.render.shader.ShaderObjectData |
|
Returns a matrix for the original texturemap coordinates
|
| GouraudMaterial — Class in package org.papervision3d.materials.shadematerials |
|
|
| GouraudMaterial(light3D:org.papervision3d.core.proto:LightObject3D, lightColor, ambientColor) — Constructor in class org.papervision3d.materials.shadematerials.GouraudMaterial |
| |
| GouraudShader — Class in package org.papervision3d.materials.shaders |
|
|
| GouraudShader(light:org.papervision3d.core.proto:LightObject3D, lightColor, ambientColor) — Constructor in class org.papervision3d.materials.shaders.GouraudShader |
| |
| graphicsChannel — Property in class org.papervision3d.view.layer.ViewportLayer |
| |
|
| 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 |