Interface Scene.PMVMatrixSetup

    • Method Detail

      • getSceneDist

        float getSceneDist()
        Returns scene distance on z-axis to projection.
      • getAngle

        float getAngle()
        Returns fov projection angle in radians, shall be 0 for orthogonal projection.
      • getZNear

        float getZNear()
        Returns projection z-near value.
      • getZFar

        float getZFar()
        Returns projection z-far value.