mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
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.
Simple GLM app for quick generation of reference values
Usage
- Clone, link or copy the GLM library's root directory to
test/glm_cmp/glm. - 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.