Merge: doc -> main
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user