| Modifier and Type | Field and Description |
|---|---|
static int |
NO_BLEND |
| Constructor and Description |
|---|
DecalMaterial() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(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
public void set()
public boolean isOpaque()
public int getSrcBlendFactor()
public int getDstBlendFactor()
Copyright © 2021. All rights reserved.