Class PoseStack.Pose

java.lang.Object
com.mojang.blaze3d.vertex.PoseStack.Pose
Enclosing class:
PoseStack

public static final class PoseStack.Pose extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) final org.joml.Matrix3f
     
    (package private) final org.joml.Matrix4f
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Pose(org.joml.Matrix4f p_254509_, org.joml.Matrix3f p_254348_)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.joml.Matrix3f
     
    org.joml.Matrix4f
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • pose

      final org.joml.Matrix4f pose
    • normal

      final org.joml.Matrix3f normal
  • Constructor Details

    • Pose

      Pose(org.joml.Matrix4f p_254509_, org.joml.Matrix3f p_254348_)
  • Method Details

    • pose

      public org.joml.Matrix4f pose()
    • normal

      public org.joml.Matrix3f normal()