public static class B3DModel.Texture
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static B3DModel.Texture |
White |
Constructor and Description |
---|
Texture(java.lang.String path,
int flags,
int blend,
javax.vecmath.Vector2f pos,
javax.vecmath.Vector2f scale,
float rot) |
Modifier and Type | Method and Description |
---|---|
int |
getBlend() |
int |
getFlags() |
java.lang.String |
getPath() |
javax.vecmath.Vector2f |
getPos() |
float |
getRot() |
javax.vecmath.Vector2f |
getScale() |
java.lang.String |
toString() |
public static final B3DModel.Texture White
public Texture(java.lang.String path, int flags, int blend, javax.vecmath.Vector2f pos, javax.vecmath.Vector2f scale, float rot)
public java.lang.String getPath()
public int getFlags()
public int getBlend()
public javax.vecmath.Vector2f getPos()
public javax.vecmath.Vector2f getScale()
public float getRot()
public java.lang.String toString()
toString
in class java.lang.Object