Package com.mojang.blaze3d.vertex
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 pose) voidrotateAround(Quaternionfc pose, float x, float y, float z) voidscale(float x, float y, float z) (package private) voidset(PoseStack.Pose pose) voidtransformNormal(float x, float y, float z, Vector3f destination) transformNormal(Vector3fc pos, Vector3f destination) translate(float x, float y, float z)
-
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 x, float y, float z) -
rotate
-
rotateAround
-
setIdentity
public void setIdentity() -
mulPose
-
copy
-