|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.opengl.effect.config.InfluenceConfig
com.threerings.opengl.effect.config.InfluenceConfig.ToroidalVortex
public static class InfluenceConfig.ToroidalVortex
Spins particles around a ring.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.threerings.opengl.effect.config.InfluenceConfig |
|---|
InfluenceConfig.AngularAcceleration, InfluenceConfig.CylindricalVortex, InfluenceConfig.Gravity, InfluenceConfig.Jitter, InfluenceConfig.LinearDrag, InfluenceConfig.QuadraticDrag, InfluenceConfig.ToroidalVortex, InfluenceConfig.Wander, InfluenceConfig.Wind |
| Field Summary | |
|---|---|
Vector3f |
axis
The ring axis. |
float |
divergence
The divergence angle. |
float |
height
The height of the ring. |
float |
radius
The radius of the ring. |
boolean |
rotateWithEmitter
Whether or not to rotate the ring with the emitter. |
float |
strength
The strength of the vortex. |
| Constructor Summary | |
|---|---|
InfluenceConfig.ToroidalVortex()
|
|
| Method Summary | |
|---|---|
Influence |
createInfluence(BaseParticleSystem.Layer layer)
Creates the influence corresponding to this config for the specified layer. |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable(mode="normalized") public Vector3f axis
@Editable(step=0.01) public float height
@Editable(min=0.0,
step=0.01)
public float radius
@Editable(step=0.01) public float strength
@Editable(min=-90.0,
max=90.0,
scale=0.017453292519943295)
public float divergence
@Editable public boolean rotateWithEmitter
| Constructor Detail |
|---|
public InfluenceConfig.ToroidalVortex()
| Method Detail |
|---|
public Influence createInfluence(BaseParticleSystem.Layer layer)
InfluenceConfig
createInfluence in class InfluenceConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||