org.sunflow.core

Class ParameterList.FloatParameter

Enclosing Class:
ParameterList

public static final class ParameterList.FloatParameter
extends java.lang.Object

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

float[]
data
ParameterList.InterpolationType
interp

Constructor Summary

FloatParameter()
FloatParameter(float f)

Field Details

data

public final float[] data

interp

public final ParameterList.InterpolationType interp

Constructor Details

FloatParameter

public FloatParameter()

FloatParameter

public FloatParameter(float f)