diff options
author | jvech <jmvalenciae@unal.edu.co> | 2022-11-26 08:40:24 -0500 |
---|---|---|
committer | jvech <jmvalenciae@unal.edu.co> | 2022-11-26 08:40:24 -0500 |
commit | fafff7a4e32dcd63e5b33358414d0fa37305f458 (patch) | |
tree | 51580004de076f0cd2dfb0343be3608d8356cd9b /src/main.h | |
parent | 02b8093bf0c09b838650f96d3d86be5d3231490e (diff) |
feat: obj scale is now possible
There is still features to add
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; |