clipspace: add initial implementations LH, RH and NO, ZO

Add the initial implementations of the left-handed and right-handed
coordinate systems as well as clipspace depth values of [-1, 0] and
[0, 1].
This commit is contained in:
Tai Chi Minh Ralph Eastwood
2021-05-05 05:13:47 +02:00
parent db46ea110a
commit 7065011bf3
56 changed files with 4558 additions and 537 deletions

View File

@@ -20,6 +20,10 @@
# define _GNU_SOURCE /* for drand48() */
#endif
#ifndef CGLM_CLIPSPACE_INCLUDE_ALL
# define CGLM_CLIPSPACE_INCLUDE_ALL
#endif
#include <stdlib.h>
#include <stdio.h>
#include <string.h>