static class ModelRenderer.PositionTextureVertex
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Vector3f |
position |
float |
textureU |
float |
textureV |
Constructor and Description |
---|
PositionTextureVertex(float x,
float y,
float z,
float texU,
float texV) |
PositionTextureVertex(Vector3f posIn,
float texU,
float texV) |
Modifier and Type | Method and Description |
---|---|
ModelRenderer.PositionTextureVertex |
setTextureUV(float texU,
float texV) |
public final Vector3f position
public final float textureU
public final float textureV
public PositionTextureVertex(float x, float y, float z, float texU, float texV)
public PositionTextureVertex(Vector3f posIn, float texU, float texV)
public ModelRenderer.PositionTextureVertex setTextureUV(float texU, float texV)