Skybox
authorLuke Lau <luke_lau@icloud.com>
Tue, 6 Nov 2018 22:48:27 +0000 (22:48 +0000)
committerLuke Lau <luke_lau@icloud.com>
Tue, 6 Nov 2018 22:48:27 +0000 (22:48 +0000)
commitc44e69ec78367fb2957324026894aef970f2481a
treeaab6f33f56df556dc0c4cbfa072a6c946527d694
parent85f8f7278f24fe73fef1a19174376b155319072f
Skybox
20 files changed:
Makefile
image.cpp [new file with mode: 0644]
image.hpp [new file with mode: 0644]
main.cpp
material.cpp
model.cpp
model.hpp
models/skybox/back.jpg [new file with mode: 0755]
models/skybox/bottom.jpg [new file with mode: 0755]
models/skybox/front.jpg [new file with mode: 0755]
models/skybox/left.jpg [new file with mode: 0755]
models/skybox/right.jpg [new file with mode: 0755]
models/skybox/top.jpg [new file with mode: 0755]
program.cpp [new file with mode: 0644]
program.hpp [new file with mode: 0644]
shapes.hpp [new file with mode: 0644]
skybox.cpp [new file with mode: 0644]
skybox.hpp [new file with mode: 0644]
skyboxfrag.glsl [new file with mode: 0644]
skyboxvert.glsl [new file with mode: 0644]