public abstract class VertexEffect extends Effect
Modifier and Type | Field and Description |
---|---|
static int |
NUM_FLOAT_UNIFORMS
12: 5 per-effect interpolated values, 3-dimensional center, 4-dimensional Region
|
static int |
NUM_INT_UNIFORMS
4: name, AND association, reserved, EQU Association
|
Modifier and Type | Method and Description |
---|---|
static int |
getNumEnabled()
Return the number of Vertex effects enabled.
|
void |
setMeshAssociation(int andAssociation,
int equAssociation)
Set Mesh association.
|
addQueue, enableEffects, getCenterDimension, getEffectDimension, getID, getName, getRegionDimension, getString, getType, isUnity, notifyWhenFinished, remQueue
public static final int NUM_FLOAT_UNIFORMS
public static final int NUM_INT_UNIFORMS
public static int getNumEnabled()
public void setMeshAssociation(int andAssociation, int equAssociation)