|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FloatFunctionVariable | |
|---|---|
| com.threerings.opengl.effect | Effect classes. |
| com.threerings.opengl.effect.config | Effect configurations. |
| com.threerings.probs | Probabilistic types. |
| Uses of FloatFunctionVariable in com.threerings.opengl.effect |
|---|
| Methods in com.threerings.opengl.effect with parameters of type FloatFunctionVariable | |
|---|---|
void |
Particle.init(float lifespan,
AlphaMode alphaMode,
ColorFunctionVariable color,
FloatFunctionVariable size,
FloatFunctionVariable length,
FloatFunctionVariable frame,
Transform3D historyTransform)
Initializes the particle. |
| Uses of FloatFunctionVariable in com.threerings.opengl.effect.config |
|---|
| Fields in com.threerings.opengl.effect.config declared as FloatFunctionVariable | |
|---|---|
FloatFunctionVariable |
ParticleSystemConfig.Layer.frame
Controls the particles' change of texture frame over their lifespans. |
FloatFunctionVariable |
ParticleSystemConfig.Layer.length
Controls the particles' change of length over their lifespans. |
FloatFunctionVariable |
BaseParticleSystemConfig.Layer.size
Controls the particles' change of size over their lifespans. |
| Uses of FloatFunctionVariable in com.threerings.probs |
|---|
| Subclasses of FloatFunctionVariable in com.threerings.probs | |
|---|---|
static class |
FloatFunctionVariable.Fixed
Simply returns the same function. |
static class |
FloatFunctionVariable.VariableConstant
Returns a constant function with a variable value. |
static class |
FloatFunctionVariable.VariableInAndOut
Returns an in-and-out function with independent variable start and end values. |
static class |
FloatFunctionVariable.VariableLinear
Returns a linear function with independent variable start and end values. |
static class |
FloatFunctionVariable.VariableMultipoint
Returns a multipoint function with independent values. |
static class |
FloatFunctionVariable.VariableThreePoint
Returns a three-point function with independent variable start, middle, and end values. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||