| Package | Description |
|---|---|
| com.badlogic.gdx.graphics.g3d.decals |
| Modifier and Type | Field and Description |
|---|---|
protected DecalMaterial |
Decal.material |
| Modifier and Type | Method and Description |
|---|---|
DecalMaterial |
Decal.getMaterial() |
| Modifier and Type | Method and Description |
|---|---|
static Decal |
Decal.newDecal(float width,
float height,
TextureRegion textureRegion,
int srcBlendFactor,
int dstBlendFactor,
DecalMaterial material)
Creates a decal using the region for texturing and the specified blending parameters for blending
|
void |
Decal.setMaterial(DecalMaterial material)
Set material
|
| Constructor and Description |
|---|
Decal(DecalMaterial material) |