public class DecalMaterial
extends java.lang.Object
Decal
classModifier and Type | Field and Description |
---|---|
protected int |
dstBlendFactor |
static int |
NO_BLEND |
protected int |
srcBlendFactor |
protected TextureRegion |
textureRegion |
Constructor and Description |
---|
DecalMaterial() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
getDstBlendFactor() |
int |
getSrcBlendFactor() |
int |
hashCode() |
boolean |
isOpaque() |
void |
set()
Binds the material's texture to the OpenGL context and changes the glBlendFunc to the values used by it.
|
public static final int NO_BLEND
protected TextureRegion textureRegion
protected int srcBlendFactor
protected int dstBlendFactor
public void set()
public boolean isOpaque()
public int getSrcBlendFactor()
public int getDstBlendFactor()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object