Alphabetical Index: F

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

F

faceforward() - method in class org.sunflow.core.ShadingState
Flip the surface normals to ensure they are facing the current ray.
FakeGIEngine - class org.sunflow.core.gi.FakeGIEngine
This is a quick way to get a bit of ambient lighting into your scene with hardly any overhead.
FakeGIEngine(org.sunflow.core.Options) - constructor for class org.sunflow.core.gi.FakeGIEngine
far - field in class org.sunflow.core.IntersectionState.StackNode
FastDisplay - class org.sunflow.core.display.FastDisplay
FastDisplay() - constructor for class org.sunflow.core.display.FastDisplay
FastHashMap<K,V> - class org.sunflow.util.FastHashMap<K,V>
Fast hash map implementation which uses array storage along with quadratic probing to resolve collisions.
FastHashMap() - constructor for class org.sunflow.util.FastHashMap<K,V>
fastPow(float,float) - static method in class org.sunflow.math.MathUtils
Computes a fast approximation to Math.pow(a, b).
FileDisplay - class org.sunflow.core.display.FileDisplay
FileDisplay(boolean) - constructor for class org.sunflow.core.display.FileDisplay
FileDisplay(String) - constructor for class org.sunflow.core.display.FileDisplay
FileMesh - class org.sunflow.core.tesselatable.FileMesh
Filter - interface org.sunflow.core.Filter
Represents a multi-pixel image filter kernel.
FilterFactory - class org.sunflow.core.filter.FilterFactory
FisheyeLens - class org.sunflow.core.camera.FisheyeLens
fit() - method in class org.sunflow.system.ImagePanel
flipU() - method in class org.sunflow.math.OrthoNormalBasis
flipV() - method in class org.sunflow.math.OrthoNormalBasis
flipW() - method in class org.sunflow.math.OrthoNormalBasis
FloatArray - class org.sunflow.util.FloatArray
FloatArray() - constructor for class org.sunflow.util.FloatArray
FloatArray(int) - constructor for class org.sunflow.util.FloatArray
Represents an array of floating point values.
FloatParameter() - constructor for class org.sunflow.core.ParameterList.FloatParameter
FloatParameter(float) - constructor for class org.sunflow.core.ParameterList.FloatParameter
floatToHalf(float) - static method in class org.sunflow.system.ByteUtil
flush() - static method in class org.sunflow.core.TextureCache
Flush all textures from the cache, this will cause them to be reloaded anew the next time they are accessed.
FrameDisplay - class org.sunflow.core.display.FrameDisplay
FrameDisplay() - constructor for class org.sunflow.core.display.FrameDisplay
FrameDisplay(String) - constructor for class org.sunflow.core.display.FrameDisplay
fromBasis(org.sunflow.math.OrthoNormalBasis) - static method in class org.sunflow.math.Matrix4
Creates a rotation matrix from an OrthonormalBasis.