pick matrix helper (aka gluPickMatrix)

This commit is contained in:
Recep Aslantas
2021-08-16 16:53:46 +03:00
parent a2bd00df32
commit 8427d02a9b
5 changed files with 63 additions and 0 deletions
+4
View File
@@ -25,6 +25,10 @@ CGLM_EXPORT
void
glmc_project(vec3 pos, mat4 m, vec4 vp, vec3 dest);
CGLM_EXPORT
void
glmc_pickmatrix(vec2 center, vec2 size, vec4 vp, mat4 dest);
#ifdef __cplusplus
}
#endif