rotate

fun rotate(angle: Float, x: Float, y: Float, z: Float): Tessellator

Rotates the Tessellator in 3d space. Similar to com.chattriggers.ctjs.minecraft.libs.renderer.Renderer.rotate

Return

the Tessellator to allow for method chaining

Parameters

angle

the angle to rotate

x

if the rotation is around the x axis

y

if the rotation is around the y axis

z

if the rotation is around the z axis

Sources

Link copied to clipboard