|
||||||||||
| 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.model.config.ActionConfig
com.threerings.opengl.model.config.ActionConfig.ShakeCamera
public static class ActionConfig.ShakeCamera
Shakes the camera briefly using a damped oscillation.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.threerings.opengl.model.config.ActionConfig |
|---|
ActionConfig.CallFunction, ActionConfig.PlaySound, ActionConfig.ShakeCamera, ActionConfig.SpawnTransient |
| Field Summary | |
|---|---|
Vector3f |
amplitude
The amplitude of the shake. |
float |
duration
The total duration of the shake. |
float |
falloff
|
float |
frequency
The oscillation frequency. |
float |
innerRadius
The inner radius of the effect (within which the shake will be at full amplitude). |
float |
outerRadius
The outer radius of the effect (outside of which the shake will not be felt). |
| Constructor Summary | |
|---|---|
ActionConfig.ShakeCamera()
|
|
| Method Summary | |
|---|---|
Executor |
createExecutor(GlContext ctx,
Scope scope)
Creates an executor for this action. |
| 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(min=0.0,
step=0.01,
hgroup="f")
public float frequency
@Editable(min=0.0,
step=0.01,
hgroup="f")
public float falloff
@Editable(min=0.0,
step=0.01,
hgroup="f")
public float duration
@Editable(min=0.0,
step=0.01,
hgroup="r")
public float innerRadius
@Editable(min=0.0,
step=0.01,
hgroup="r")
public float outerRadius
@Editable(step=0.01) public Vector3f amplitude
| Constructor Detail |
|---|
public ActionConfig.ShakeCamera()
| Method Detail |
|---|
public Executor createExecutor(GlContext ctx,
Scope scope)
ActionConfig
createExecutor in class ActionConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||