Class Camera


  • public class Camera
    extends java.lang.Object
    • Field Detail

      • modelMatrix

        public org.joml.Matrix4f modelMatrix
      • viewMatrix

        public org.joml.Matrix4f viewMatrix
      • projectionMatrix

        public org.joml.Matrix4f projectionMatrix
    • Constructor Detail

      • Camera

        public Camera()
    • Method Detail

      • updateWindowSize

        public void updateWindowSize​(int width,
                                     int height)
      • getModelMatrix

        public org.joml.Matrix4f getModelMatrix()
      • getViewMatrix

        public org.joml.Matrix4f getViewMatrix()
      • getProjectionMatrix

        public org.joml.Matrix4f getProjectionMatrix()