Skip to content

Commit

Permalink
Update Shape3D.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuu44 committed Jul 28, 2021
1 parent 5fb2ef4 commit 241680f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion headers/Shape3D.h
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ class Shape3D {
public:
Shape3D() {
//Loading Light
mesh.LoadFromObjectFile("../Assets/cubeSmall.obj");
//mesh.LoadFromObjectFile("../Assets/cubeSmall.obj");

//The Cube
//mesh.triangles = {
Expand Down Expand Up @@ -430,6 +430,7 @@ class Shape3D {
//mesh.LoadFromObjectFile("../Assets/Sample.obj");

//For Release
mesh.LoadFromObjectFile("Light.obj");
mesh.LoadFromObjectFile("Object.obj");

//Load Texture
Expand Down

0 comments on commit 241680f

Please sign in to comment.