mirror of
https://github.com/recp/cglm.git
synced 2026-06-06 14:23:38 -05:00
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:
+13
-1
@@ -48,7 +48,19 @@ cglm_src = files(
|
||||
'src/sphere.c',
|
||||
'src/vec2.c',
|
||||
'src/vec3.c',
|
||||
'src/vec4.c'
|
||||
'src/vec4.c',
|
||||
'src/clipspace/ortho_lh_no.c',
|
||||
'src/clipspace/ortho_lh_zo.c',
|
||||
'src/clipspace/ortho_rh_no.c',
|
||||
'src/clipspace/ortho_rh_zo.c',
|
||||
'src/clipspace/persp_lh_no.c',
|
||||
'src/clipspace/persp_lh_zo.c',
|
||||
'src/clipspace/persp_rh_no.c',
|
||||
'src/clipspace/persp_rh_zo.c'
|
||||
'src/clipspace/view_lh_no.c',
|
||||
'src/clipspace/view_lh_zo.c',
|
||||
'src/clipspace/view_rh_no.c'
|
||||
'src/clipspace/view_rh_zo.c'
|
||||
)
|
||||
|
||||
cglm_lib = library('cglm',
|
||||
|
||||
Reference in New Issue
Block a user