Files
cglm/test/glm_cmp
michaelg b3a18b8a15 Add glm_perspective_rh_zo function + tests
This commit adds the RH/ZO perspective function. It does so in the new
file `cam_rh_zo.h` and further refactors the LH variant into new file
`cam_lh_zo.h`. This creates some churn in the tests and configuration
files as new test files were added as well, and all these changes found
their way into the build files.

Tests passing on Linux.
2021-05-13 23:18:05 +02:00
..
2021-05-13 23:18:05 +02:00
2021-05-13 23:18:05 +02:00

Simple GLM app for quick generation of reference values

Usage

  1. Clone, link or copy the GLM library's root directory to test/glm_cmp/glm.
  2. Ensuring your current directory is test/glm_cmp: mkdir build && cd build && cmake .. && make && ./glmcmp

Please do not delete prior reference-data-producing functions as it may be necessary to return to these to examine future bugs or assumptions. By all means remove or comment-out the call site from the main function, though, to focus on what you're working on.