Class PoseStack.Pose
java.lang.Object
com.mojang.blaze3d.vertex.PoseStack.Pose
- Enclosing class:
PoseStack
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidcopy()voidnormal()pose()voidrotate(Quaternionfc by) voidrotateAround(Quaternionfc rotation, float pivotX, float pivotY, float pivotZ) voidscale(float xScale, float yScale, float zScale) voidset(PoseStack.Pose pose) voidtransformNormal(float x, float y, float z, Vector3f destination) transformNormal(Vector3fc normal, Vector3f destination) translate(float xo, float yo, float zo)
-
Field Details
-
pose
-
normal
-
trustedNormals
private boolean trustedNormals
-
-
Constructor Details
-
Pose
public Pose()
-
-
Method Details
-
computeNormalMatrix
private void computeNormalMatrix() -
set
-
pose
-
normal
-
transformNormal
-
transformNormal
-
translate
-
scale
public void scale(float xScale, float yScale, float zScale) -
rotate
-
rotateAround
-
setIdentity
public void setIdentity() -
mulPose
-
copy
-