Interface ClientMatrices


public interface ClientMatrices
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.joml.Matrix4f
     
    static final org.joml.Matrix4f
     
    static final org.joml.Matrix4f
     
    static final org.joml.Matrix4f
     
    static final org.joml.Matrix4f
     
    static final org.joml.Matrix4f
     
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static void
    updateMain(org.joml.Matrix4fc modelView, org.joml.Matrix4fc projection)
     
  • Field Details

    • MODEL_VIEW

      static final org.joml.Matrix4f MODEL_VIEW
    • PROJECTION

      static final org.joml.Matrix4f PROJECTION
    • WORLD

      static final org.joml.Matrix4f WORLD
    • INVERSE_WORLD

      static final org.joml.Matrix4f INVERSE_WORLD
    • PERSPECTIVE

      static final org.joml.Matrix4f PERSPECTIVE
    • FRUSTUM

      static final org.joml.Matrix4f FRUSTUM
  • Method Details

    • updateMain

      static void updateMain(org.joml.Matrix4fc modelView, org.joml.Matrix4fc projection)