public class MatrixEffectScale extends MatrixEffect
NUM_FLOAT_UNIFORMS, NUM_INT_UNIFORMS
Constructor and Description |
---|
MatrixEffectScale(Data3D scale)
Scale the Mesh by 3D scale factors.
|
MatrixEffectScale(float scale)
Scale the Mesh by 3D scale factors.
|
addQueue, enableEffects, getCenterDimension, getEffectDimension, getID, getName, getRegionDimension, getString, getType, isUnity, notifyWhenFinished, remQueue
public MatrixEffectScale(Data3D scale)
scale
- current x- , y- and z- scale factors.public MatrixEffectScale(float scale)
scale
- Common x,y, and z scale factor.