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 |
GeneralStatData — Class in package com.derschmale.wick3d.debug |
|
GeneralStatData is a static class containing statistics of the current or last render. |
generateBoundingVolume(vertices, type) — Static method in class com.derschmale.wick3d.core.geometry.bounds.BoundingVolumeGenerator |
|
Creates a bounding volume of a given type for a set of vertices. |
generateInverse(useWorldTransform) — Method in class com.derschmale.wick3d.core.math.Transformation3D |
|
Generates the inverse of the world or local transformation matrix. |
getChildAt(i) — Method in class com.derschmale.wick3d.core.objects.HierarchicObject3D |
|
Retreives the child object by index. |
getDataForViewport(viewport:com.derschmale.wick3d.view:Viewport) — Static method in class com.derschmale.wick3d.core.pipeline.RenderPipeline |
|
Returns the last RenderPipelineData used for a certain Viewport, from all used RenderPipeline instances. |
getFrameIndex(name) — Method in class com.derschmale.wick3d.display3D.MD2Model |
|
Returns the frame index (order of the frame in the total animation loop). |
getInstance() — Static method in class com.derschmale.wick3d.core.pipeline.RenderNotifier |
|
Returns the only instance of RenderNotifier, which is accessible throughout the whole engine. |
getTopTriangleUnderPoint(x, y, onlyInteractive) — Method in class com.derschmale.wick3d.view.Viewport |
|
Returns the top-most (closest to the viewer) of all rendered triangles under the specified point (in viewport coordinates). |
getTransformedVertex(i) — Method in class com.derschmale.wick3d.core.io.MD2.vo.FrameMD2 |
|
Returns the i-th vertex with scaling and translation applied. |
getTrianglesUnderPoint(x, y, onlyInteractive) — Method in class com.derschmale.wick3d.view.Viewport |
|
Return an Array of all rendered triangles under the specified point (in viewport coordinates). |
getUVCoords(x, y) — Method in class com.derschmale.wick3d.core.geometry.Triangle3D |
|
Retrieves the material's coordinates for the 2D viewport coordinates. |
getUVCoords(x, y, triangle:com.derschmale.wick3d.core.geometry:Triangle3D) — Method in class com.derschmale.wick3d.materials.AbstractMaterial |
|
Retrieves the material's coordinates for the 2D viewport coordinates. |
getUVCoords(x, y, triangle:com.derschmale.wick3d.core.geometry:Triangle3D) — Method in interface com.derschmale.wick3d.materials.IMaterial |
|
Retrieves the material's coordinates for the 2D viewport coordinates. |
getUVCoords(x, y, triangle:com.derschmale.wick3d.core.geometry:Triangle3D) — Method in class com.derschmale.wick3d.materials.TextureMaterial |
|
Retrieves the material's texture coordinates for the 2D viewport coordinates. |
getVertices(frame) — Method in class com.derschmale.wick3d.core.io.MD2.MD2Parser |
|
Retrieves the vertices for a specific frame. |
|
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 |