Merge pull request #214 from bubba2k/patch-1

Note that radians is expected in glm_perspective()
This commit is contained in:
Recep Aslantas
2021-08-09 10:54:02 +03:00
committed by GitHub

View File

@@ -140,7 +140,7 @@ Functions documentation
| set up perspective projection matrix
Parameters:
| *[in]* **fovy** field of view angle
| *[in]* **fovy** field of view angle (in radians)
| *[in]* **aspect** aspect ratio ( width / height )
| *[in]* **nearVal** near clipping plane
| *[in]* **farVal** far clipping planes