Package org.sunflow.core
Class ParameterList.FloatParameter
java.lang.Object
org.sunflow.core.ParameterList.FloatParameter
- Enclosing class:
- ParameterList
Represents an array of floating point values. This can store single
float, points, vectors, texture coordinates or matrices. The parameter
should be interpolated over the surface according to the interp parameter
when applicable.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
interp
-
data
public final float[] data
-
-
Constructor Details
-
FloatParameter
public FloatParameter() -
FloatParameter
public FloatParameter(float f)
-