afxCameraShakeData
A datablock that specifies a Camera Shake effect.
Public Attributes
Point3F
The camera shake amplitudes for all three axes: X, Y, Z.
float
Magnitude by which shaking decreases over distance to radius.
Point3F
The camera shake frequencies for all three axes: X, Y, Z.
float
Radius about the effect position in which shaking will be applied.
Detailed Description
A datablock that specifies a Camera Shake effect.
Camera Shake internally utilizes the standard Torque CameraShake class to implement a shaken camera effect.
Public Attributes
Point3F Amplitude
The camera shake amplitudes for all three axes: X, Y, Z.
float Falloff
Magnitude by which shaking decreases over distance to radius.
Point3F Frequency
The camera shake frequencies for all three axes: X, Y, Z.
float radius
Radius about the effect position in which shaking will be applied.