Klasse ImGuiGizmoMatrices

java.lang.Object
de.luckymcdev.foundryengine.client.imgui.gizmo.ImGuiGizmoMatrices

public final class ImGuiGizmoMatrices extends Object
  • Methodendetails

    • beginContext

      public ImGuiGizmoMatrices.Context beginContext(boolean orthographic, float wx, float wy, float ww, float wh)
    • getModelMatrix

      public org.joml.Matrix4f getModelMatrix()
    • getViewMatrix

      public org.joml.Matrix4f getViewMatrix()
    • getProjMatrix

      public org.joml.Matrix4f getProjMatrix()
    • getModelRaw

      public float[] getModelRaw()
    • getViewRaw

      public float[] getViewRaw()
    • getProjRaw

      public float[] getProjRaw()