diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1 +1,3 @@ #define vec3(x, y, z) linearVec3(x, y, z).vector + +static float scale = 1; |
![]() |
index : mverse | |
An opengl renderer |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | src/main.h | 2 |
@@ -1 +1,3 @@ #define vec3(x, y, z) linearVec3(x, y, z).vector + +static float scale = 1; |