- LanczosFilter - Class in org.sunflow.core.filter
-
- LanczosFilter() - Constructor for class org.sunflow.core.filter.LanczosFilter
-
- length() - Method in class org.sunflow.math.Vector3
-
- lengthSquared() - Method in class org.sunflow.math.Vector3
-
- light(String, String) - Method in class org.sunflow.SunflowAPI
-
- light(String, String) - Method in interface org.sunflow.SunflowAPIInterface
-
Defines a light source with a given name.
- LightSample - Class in org.sunflow.core
-
Represents a sample taken from a light source that faces a point being
shaded.
- LightSample() - Constructor for class org.sunflow.core.LightSample
-
Creates a new light sample object (invalid by default).
- LightSource - Interface in org.sunflow.core
-
This interface is used to represent any light emitting primitive.
- lightSourcePlugins - Static variable in class org.sunflow.PluginRegistry
-
- list - Variable in class org.sunflow.core.ParameterList
-
- load(String, boolean) - Method in interface org.sunflow.image.BitmapReader
-
Load the specified filename.
- load(String, boolean) - Method in class org.sunflow.image.readers.BMPBitmapReader
-
- load(String, boolean) - Method in class org.sunflow.image.readers.HDRBitmapReader
-
- load(String, boolean) - Method in class org.sunflow.image.readers.IGIBitmapReader
-
- load(String, boolean) - Method in class org.sunflow.image.readers.JPGBitmapReader
-
- load(String, boolean) - Method in class org.sunflow.image.readers.PNGBitmapReader
-
- load(String, boolean) - Method in class org.sunflow.image.readers.TGABitmapReader
-
- lookAt(Point3, Point3, Vector3) - Static method in class org.sunflow.math.Matrix4
-
Creates a camera positioning matrix from the given eye and target points
and up vector.
- lookup(ShadingState, Shader) - Method in class org.sunflow.core.ShadingCache
-
- lookupGeometry(String) - Method in class org.sunflow.SunflowAPI
-
Retrieve a geometry object by its name, or null
if no
geometry was found, or if the specified object is not a geometry.
- lookupModifier(String) - Method in class org.sunflow.SunflowAPI
-
Retrieve a modifier object by its name, or null
if no
modifier was found, or if the specified object is not a modifier.
- lookupShader(String) - Method in class org.sunflow.SunflowAPI
-
Retrieve a shader object by its name, or null
if no shader
was found, or if the specified object is not a shader.