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

@@ -70,8 +70,35 @@
<ClInclude Include="..\include\cglm\call\vec2.h" />
<ClInclude Include="..\include\cglm\call\vec3.h" />
<ClInclude Include="..\include\cglm\call\vec4.h" />
<ClInclude Include="..\include\cglm\call\clipspace\ortho_lh_no.h" />
<ClInclude Include="..\include\cglm\call\clipspace\ortho_lh_zo.h" />
<ClInclude Include="..\include\cglm\call\clipspace\ortho_rh_no.h" />
<ClInclude Include="..\include\cglm\call\clipspace\ortho_rh_zo.h" />
<ClInclude Include="..\include\cglm\call\clipspace\persp_lh_no.h" />
<ClInclude Include="..\include\cglm\call\clipspace\persp_lh_zo.h" />
<ClInclude Include="..\include\cglm\call\clipspace\persp_rh_no.h" />
<ClInclude Include="..\include\cglm\call\clipspace\persp_rh_zo.h" />
<ClInclude Include="..\include\cglm\call\clipspace\view_lh_no.h" />
<ClInclude Include="..\include\cglm\call\clipspace\view_lh_zo.h" />
<ClInclude Include="..\include\cglm\call\clipspace\view_rh_no.h" />
<ClInclude Include="..\include\cglm\call\clipspace\view_rh_zo.h" />
<ClInclude Include="..\include\cglm\cam.h" />
<ClInclude Include="..\include\cglm\cglm.h" />
<ClInclude Include="..\include\cglm\clipspace\ortho_lh_no.h" />
<ClInclude Include="..\include\cglm\clipspace\ortho_lh_zo.h" />
<ClInclude Include="..\include\cglm\clipspace\ortho_rh_no.h" />
<ClInclude Include="..\include\cglm\clipspace\ortho_rh_zo.h" />
<ClInclude Include="..\include\cglm\clipspace\persp.h" />
<ClInclude Include="..\include\cglm\clipspace\persp_lh_no.h" />
<ClInclude Include="..\include\cglm\clipspace\persp_lh_zo.h" />
<ClInclude Include="..\include\cglm\clipspace\persp_rh_no.h" />
<ClInclude Include="..\include\cglm\clipspace\persp_rh_zo.h" />
<ClInclude Include="..\include\cglm\clipspace\view_lh.h" />
<ClInclude Include="..\include\cglm\clipspace\view_lh_no.h" />
<ClInclude Include="..\include\cglm\clipspace\view_lh_zo.h" />
<ClInclude Include="..\include\cglm\clipspace\view_rh.h" />
<ClInclude Include="..\include\cglm\clipspace\view_rh_no.h" />
<ClInclude Include="..\include\cglm\clipspace\view_rh_zo.h" />
<ClInclude Include="..\include\cglm\color.h" />
<ClInclude Include="..\include\cglm\common.h" />
<ClInclude Include="..\include\cglm\curve.h" />
@@ -285,4 +312,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>