public class MatrixEffectRotate extends MatrixEffect
NUM_FLOAT_UNIFORMS, NUM_INT_UNIFORMS
Constructor and Description |
---|
MatrixEffectRotate(Data1D angle,
Data3D axis,
Data3D center)
Rotate the Mesh by 'angle' degrees around the center, along an axis.
|
addQueue, enableEffects, getCenterDimension, getEffectDimension, getID, getName, getRegionDimension, getString, getType, isUnity, notifyWhenFinished, remQueue
public MatrixEffectRotate(Data1D angle, Data3D axis, Data3D center)
angle
- Angle that we want to rotate the Object to. Unit: degreesaxis
- Axis of rotationcenter
- Coordinates of the Point we are rotating around.