Merge: doc -> main

This commit is contained in:
PedroEdiaz
2024-10-02 13:10:08 -06:00
parent 3c9690a2a7
commit d22daff16d
17 changed files with 363 additions and 163 deletions

View File

@@ -3,7 +3,7 @@
#define inline
#include <cglm/quat.h>
#define ANGLE ((float)0x01/0xff*2*GLM_PI)
#define ANGLE ((float)0x02/0xff*2*GLM_PI)
versor q = GLM_QUAT_IDENTITY_INIT;
vec3 axis[3] =
@@ -13,7 +13,7 @@ vec3 axis[3] =
{0,0,1},
};
float * poll_input( window_t window )
quat_t poll_input( window_t window )
{
versor p = GLM_QUAT_IDENTITY_INIT;