aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2022-11-26 08:40:24 -0500
committerjvech <jmvalenciae@unal.edu.co>2022-11-26 08:40:24 -0500
commitfafff7a4e32dcd63e5b33358414d0fa37305f458 (patch)
tree51580004de076f0cd2dfb0343be3608d8356cd9b /src/main.h
parent02b8093bf0c09b838650f96d3d86be5d3231490e (diff)
feat: obj scale is now possible
There is still features to add
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index 13b7b28..81f6203 100644
--- a/src/main.h
+++ b/src/main.h
@@ -1 +1,3 @@
#define vec3(x, y, z) linearVec3(x, y, z).vector
+
+static float scale = 1;
Feel free to download, copy and edit any repo