Alphabetical Index: R

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

R

RA2Parser - class org.sunflow.core.parser.RA2Parser
RA3Parser - class org.sunflow.core.parser.RA3Parser
RandomBucketOrder - class org.sunflow.core.bucket.RandomBucketOrder
Ray - class org.sunflow.core.Ray
This class represents a ray as a oriented half line segment.
Ray(float,float,float,float,float,float) - constructor for class org.sunflow.core.Ray
Creates a new ray that points from the given origin to the given direction.
Ray(org.sunflow.math.Point3,org.sunflow.math.Point3) - constructor for class org.sunflow.core.Ray
Creates a new ray that points from point a to point b.
Ray(org.sunflow.math.Point3,org.sunflow.math.Vector3) - constructor for class org.sunflow.core.Ray
Creates a new ray that points from the given origin to the given direction.
RealtimeBenchmark(boolean,int) - constructor for class org.sunflow.RealtimeBenchmark
RED - static field in class org.sunflow.image.Color
RegularSpectralCurve - class org.sunflow.image.RegularSpectralCurve
RegularSpectralCurve(float[],float,float) - constructor for class org.sunflow.image.RegularSpectralCurve
remove(K) - method in class org.sunflow.util.FastHashMap<K,V>
remove(String) - method in class org.sunflow.SunflowAPI
Remove the specified render object.
removeModifier(org.sunflow.core.Modifier) - method in class org.sunflow.core.Instance
Remove the specified modifier from the instance's list if it is being used.
removeShader(org.sunflow.core.Shader) - method in class org.sunflow.core.Instance
Remove the specified shader from the instance's list if it is being used.
render(org.sunflow.core.Display) - method in class org.sunflow.core.renderer.BucketRenderer
Render the image to the specified display.
render(org.sunflow.core.Display) - method in class org.sunflow.core.ImageSampler
Render the image to the specified display.
render(org.sunflow.core.Display) - method in class org.sunflow.core.renderer.ProgressiveRenderer
Render the image to the specified display.
render(org.sunflow.core.Display) - method in class org.sunflow.core.renderer.SimpleRenderer
Render the scene using the specified options, image sampler and display.
Render using the specified options and the specified display.
RenderGlobalsPanel - class org.sunflow.system.RenderGlobalsPanel
This code was edited or generated using CloudGarden's Jigloo SWT/Swing GUI Builder, which is free for non-commercial use.
RenderGlobalsPanel() - constructor for class org.sunflow.system.RenderGlobalsPanel
RenderObject - interface org.sunflow.core.RenderObject
This is the base interface for all public rendering object interfaces.
requiresPhotons() - method in class org.sunflow.core.gi.PathTracingGIEngine
reset() - method in class org.sunflow.system.ImagePanel
reset() - method in class org.sunflow.SunflowAPI
Reset the state of the API completely.
resetSearchPath() - method in class org.sunflow.system.SearchPath
resolveIncludeFilename(String) - method in class org.sunflow.SunflowAPI
Attempts to resolve the specified filename by checking it against the include search path.
resolvePath(String) - method in class org.sunflow.system.SearchPath
resolveTextureFilename(String) - method in class org.sunflow.SunflowAPI
Attempts to resolve the specified filename by checking it against the texture search path.
RGBSpace - class org.sunflow.image.RGBSpace
rgbToLinear(int) - method in class org.sunflow.image.RGBSpace
rgbToNonLinear(int) - method in class org.sunflow.image.RGBSpace
riLP(int,int) - static method in class org.sunflow.math.QMC
riS(int,int) - static method in class org.sunflow.math.QMC
riVDC(int,int) - static method in class org.sunflow.math.QMC
rotate(float,float,float,float) - static method in class org.sunflow.math.Matrix4
Creates a rotation matrix about the specified axis.
rotateX(float) - static method in class org.sunflow.math.Matrix4
Creates a rotation matrix about the X axis.
rotateY(float) - static method in class org.sunflow.math.Matrix4
Creates a rotation matrix about the Y axis.
rotateZ(float) - static method in class org.sunflow.math.Matrix4
Creates a rotation matrix about the Z axis.
RowBucketOrder - class org.sunflow.core.bucket.RowBucketOrder
runSystemCheck() - static method in class org.sunflow.SunflowAPI
This is a quick system test which verifies that the user has launched Java properly.