public static class B3DModel.Texture
extends java.lang.Object
Constructor and Description |
---|
B3DModel.Texture(java.lang.String path,
int flags,
int blend,
javax.vecmath.Vector2f pos,
javax.vecmath.Vector2f scale,
float rot) |
public B3DModel.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