Skip to content

Commit

Permalink
Added clock and ICTC lighting to the model
Browse files Browse the repository at this point in the history
  • Loading branch information
rabinadk1 committed Mar 3, 2020
1 parent 8da1ccb commit 92bb7e2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ int main()
// model Loading
Model home("res/objects/ICTC/ictc.fbx");
Model room("res/objects/ICTC/ICTCRoom.fbx");
Model clock("res/objects/ICTC/ICTCClock.fbx");
Model writing("res/objects/ICTC/ICTCWrite.fbx");
Model glass("res/objects/ICTC/ictc_glass.fbx");

Model car("res/objects/car/Lamborghini_Aventador.fbx");
Expand Down Expand Up @@ -210,6 +212,8 @@ int main()

home.Draw(lightingShader);
room.Draw(lightingShader);
clock.Draw(lightingShader);
writing.Draw(lightingShader);
glass.Draw(lightingShader);

lightingShader.SetUniform("u_Model", carModelMatrix);
Expand Down
Binary file added res/objects/ICTC/Clock.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/objects/ICTC/ICTCClock.fbx
Binary file not shown.
Binary file added res/objects/ICTC/ICTCWrite.fbx
Binary file not shown.
Binary file added res/objects/ICTC/Writing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 92bb7e2

Please sign in to comment.