tex

fun tex(u: Float, v: Float): Tessellator

Sets the texture location on the last defined vertex. Use directly after using Tessellator.pos

Return

the Tessellator to allow for method chaining

Parameters

u

the u position in the texture

v

the v position in the texture

Sources

Link copied to clipboard