mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
fix variables
This commit is contained in:
@@ -245,8 +245,7 @@ glm_rotate_make(mat4 m, float angle, vec3 axis) {
|
|||||||
CGLM_INLINE
|
CGLM_INLINE
|
||||||
void
|
void
|
||||||
glm_rotate_ndc(mat4 m, float angle, vec3 axis_ndc) {
|
glm_rotate_ndc(mat4 m, float angle, vec3 axis_ndc) {
|
||||||
mat4 rot;
|
mat4 rot, tmp;
|
||||||
vec4 v1, v2, v3;
|
|
||||||
|
|
||||||
glm_rotate_ndc_make(rot, angle, axis_ndc);
|
glm_rotate_ndc_make(rot, angle, axis_ndc);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user