- farPlane - Static variable in class com.threed.jpct.Config
-
The far clipping plane.
- fillDump(float[]) - Method in class com.threed.jpct.Matrix
-
Dumps a matrix row-wise into a given float[16]-array and returns it.
- finalize() - Method in class com.threed.jpct.GLSLShader
-
- finalize() - Method in class com.threed.jpct.Virtualizer
-
- finishedPainting() - Method in interface com.threed.jpct.IPaintListener
-
Called when the renderer has finished painting.
- fixCollapsingVertices - Static variable in class com.threed.jpct.Config
-
If a keyframe animation is build in a way that vertices collapse (i.e.
- flashSortThreshold - Static variable in class com.threed.jpct.Config
-
If the number of instances to sort exceeds this value, a flash sort will
be used instead of the default quick sort.
- flush() - Method in class com.threed.jpct.FrameBuffer
-
Flushes the render pipeline.
- flush() - Method in class com.threed.jpct.TextureManager
-
Flushes the textures in the manager.
- flushBlittingPipeline() - Method in class com.threed.jpct.FrameBuffer
-
Flushes the blitting pipeline by executing the buffered blits.
- FOGGING_DISABLED - Static variable in class com.threed.jpct.World
-
No linear distance fogging will be used (default)
- FOGGING_ENABLED - Static variable in class com.threed.jpct.World
-
Linear distance fogging will be used.
- forceGeometryIndices(boolean) - Method in class com.threed.jpct.Object3D
-
Forces the object to be compiled to indexed geometry no matter what.
- FrameBuffer - Class in com.threed.jpct
-
The FrameBuffer class provides a buffer into which jPCT renders the scene.
- FrameBuffer(GL10, int, int) - Constructor for class com.threed.jpct.FrameBuffer
-
Creates a new framebuffer with a width of x and a height of y.
- FrameBuffer(int, int) - Constructor for class com.threed.jpct.FrameBuffer
-
Creates a new framebuffer with a width of x and a height of y.
- freeMemory() - Method in class com.threed.jpct.FrameBuffer
-
Frees some native memory used by the gl context.