aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2022-10-08 17:57:17 -0500
committerjvech <jmvalenciae@unal.edu.co>2022-10-08 17:57:17 -0500
commit043465e073d2ec551d44a62275c655ab8bac00e1 (patch)
tree427bf699bd9aedd070e2a6ea5013e68b55b5f113 /src/main.c
parentb6ea20e4d5df1ae12f15e109df0153858d4b9819 (diff)
fix: Reading object files with n vertices done
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 01ac661..93275f4 100644
--- a/src/main.c
+++ b/src/main.c
@@ -282,7 +282,7 @@ int main(int argc, char *argv[])
proj = linearPerspective(35, (float)width / height, 0.1, 100);
T = linearTranslate(0.0, 0.0, 0.0);
R = linearRotate(0, 1.0, 0.0, 0.0);
- S = linearScale(0.6, 0.6, 0.6);
+ S = linearScale(1, 1, 1);
model = linearMat4Muln(3, T, R, S);
glUseProgram(shader);
Feel free to download, copy and edit any repo