mirror of
https://github.com/recp/cglm.git
synced 2026-01-06 15:10:04 +00: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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user