tessera
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
tessera
tessera
/
ratph6.tessera.api
/
Tessellator
Tessellator
object
Tessellator
Members
Properties
pose
Link copied to clipboard
@
JvmField
var
pose
:
PoseStack
?
Functions
pop
Matrix
Link copied to clipboard
@
JvmStatic
fun
popMatrix
(
)
push
Matrix
Link copied to clipboard
@
JvmStatic
fun
pushMatrix
(
)
rotate
Link copied to clipboard
@
JvmStatic
fun
rotate
(
angle
:
Double
,
x
:
Double
,
y
:
Double
,
z
:
Double
)
scale
Link copied to clipboard
@
JvmStatic
fun
scale
(
x
:
Double
,
y
:
Double
,
z
:
Double
)
translate
Link copied to clipboard
@
JvmStatic
fun
translate
(
x
:
Double
,
y
:
Double
,
z
:
Double
)