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 |
rawData() — Method in class com.derschmale.wick3d.core.math.Matrix3D |
|
An Array of 16 Numbers, where every four elements can be a row or a column of a 4x4 matrix. |
removeChild(object:com.derschmale.wick3d.core.objects:HierarchicObject3D) — Method in class com.derschmale.wick3d.core.objects.HierarchicObject3D |
|
Removes a child from the current object. |
removeTriangle(triangle:com.derschmale.wick3d.core.geometry:Triangle3D) — Method in class com.derschmale.wick3d.core.objects.Model3D |
| |
render(camera:com.derschmale.wick3d.cameras:Camera3D, graphics) — Method in class com.derschmale.wick3d.core.bsp.BspNode |
|
Traverses the bsp-node with this node as a starting point and draws the triangles contained within. |
render(world:com.derschmale.wick3d.display3D:World3D, camera:com.derschmale.wick3d.cameras:Camera3D, target:com.derschmale.wick3d.view:Viewport) — Method in interface com.derschmale.wick3d.core.pipeline.IRenderPipeline |
| |
render(world:com.derschmale.wick3d.display3D:World3D, camera:com.derschmale.wick3d.cameras:Camera3D, target:com.derschmale.wick3d.view:Viewport) — Method in class com.derschmale.wick3d.core.pipeline.RenderPipeline |
|
Initiates the rendering process, ultimately drawing a world to a target viewport. |
renderCount — Static property in class com.derschmale.wick3d.debug.GeneralStatData |
|
The amount of renders executed in total since the start of the application. |
RenderEvent — Class in package com.derschmale.wick3d.events |
|
A RenderEvent object is dispatched by RenderNotifier to inform listening objects throughout the engine of important events in the RenderPipeline. |
RenderEvent(type, pipeline:com.derschmale.wick3d.core.pipeline:RenderPipeline, bubbles, cancelable) — Constructor in class com.derschmale.wick3d.events.RenderEvent |
|
Creates a RenderEvent object. |
RenderNotifier — Class in package com.derschmale.wick3d.core.pipeline |
|
The RenderNotifier class is responsible for broadcasting events concerning the RenderPipeline to the engine. |
RenderPipeline — Class in package com.derschmale.wick3d.core.pipeline |
|
The RenderPipeline class is the main hub for the Wick3d rendering process when using standard Z-sorting. |
RenderPipeline() — Constructor in class com.derschmale.wick3d.core.pipeline.RenderPipeline |
|
Creates a RenderPipeline instance. |
RenderPipelineData — Class in package com.derschmale.wick3d.core.pipeline |
|
The RenderPipelineData contains data used by the RenderPipeline, and which are shared throughout different steps of the pipeline. |
RENDER_START — Constant static property in class com.derschmale.wick3d.events.RenderEvent |
|
Defines the value of the type property of a renderStart event object. |
renderTime — Static property in class com.derschmale.wick3d.debug.GeneralStatData |
|
The time in milliseconds that the last render pass took. |
reset() — Method in class com.derschmale.wick3d.core.pipeline.RenderPipelineData |
|
Resets the data used in the rendering loop. |
reset(milliseconds) — Static method in class com.derschmale.wick3d.debug.GeneralStatData |
|
Resets the data for a new render loop. |
right — Property in class com.derschmale.wick3d.core.frustum.ViewFrustum |
|
The frustum's right plane. |
roll — Property in class com.derschmale.wick3d.core.math.Transformation3D |
|
The roll Euler angle (independent rotation about the z-Axis) for the local transformation. |
roll — Property in class com.derschmale.wick3d.core.objects.SpatialObject3D |
|
The roll Euler angle (independent rotation about the z-Axis) for the local transformation. |
rotationMatrix(x, y, z) — Static method in class com.derschmale.wick3d.core.math.Matrix3D |
|
Generates a matrix representing a rotation about the 3 coordinate axes. |
rotationX — Property in class com.derschmale.wick3d.core.math.Transformation3D |
|
The rotation about the X-Axis in radians
|
rotationX — Property in class com.derschmale.wick3d.core.objects.SpatialObject3D |
|
The rotation about the X-Axis in radians
|
rotationY — Property in class com.derschmale.wick3d.core.math.Transformation3D |
|
The rotation about the Y-Axis in radians
|
rotationY — Property in class com.derschmale.wick3d.core.objects.SpatialObject3D |
|
The rotation about the Y-Axis in radians
|
rotationZ — Property in class com.derschmale.wick3d.core.math.Transformation3D |
|
The rotation about the Z-Axis in radians
|
rotationZ — Property in class com.derschmale.wick3d.core.objects.SpatialObject3D |
|
The rotation about the Z-Axis in radians
|
|
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 |