public static class B3DModel.Texture
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
blend |
private int |
flags |
private java.lang.String |
path |
private Vec2f |
pos |
private float |
rot |
private Vec2f |
scale |
static B3DModel.Texture |
White |
Constructor and Description |
---|
Texture(java.lang.String path,
int flags,
int blend,
Vec2f pos,
Vec2f scale,
float rot) |
public static final B3DModel.Texture White
private final java.lang.String path
private final int flags
private final int blend
private final Vec2f pos
private final Vec2f scale
private final float rot