diff --git a/grk/cw 6/src/Planet.hpp b/grk/cw 6/src/Planet.hpp index e252927..36e84ea 100644 --- a/grk/cw 6/src/Planet.hpp +++ b/grk/cw 6/src/Planet.hpp @@ -75,8 +75,14 @@ bool lightingCheck = false; bool skyBoxCheck = false; bool toneMappingCheck = false; -const char* skyBoxPaths[] = { "./textures/skybox/space_rt.png", "./textures/skybox/space_lf.png", "./textures/skybox/space_up.png", "./textures/skybox/space_dn.png", - "./textures/skybox/space_bk.png", "./textures/skybox/space_ft.png" }; +const char* skyBoxPaths[] = { "./textures/skybox/bkg2_left2.png", "./textures/skybox/bkg2_right1.png", "./textures/skybox/bkg2_top3.png", "./textures/skybox/bkg2_bottom4.png", + "./textures/skybox/bkg2_back6.png", "./textures/skybox/bkg2_front5.png" }; +//const char* skyBoxPaths[] = { "./textures/skybox/left.png", "./textures/skybox/right.png", "./textures/skybox/top.png", "./textures/skybox/bot.png", +// "./textures/skybox/back.png", "./textures/skybox/front.png" }; +//const char* skyBoxPaths[] = { "./textures/skybox/bkg1_left.png", "./textures/skybox/bkg1_right.png", "./textures/skybox/bkg1_top.png", "./textures/skybox/bkg1_bot.png", +// "./textures/skybox/bkg1_back.png", "./textures/skybox/bkg1_front.png" }; +//const char* skyBoxPaths[] = { "./textures/skybox/space_rt.png", "./textures/skybox/space_lf.png", "./textures/skybox/space_up.png", "./textures/skybox/space_dn.png", +// "./textures/skybox/space_bk.png", "./textures/skybox/space_ft.png" }; GLuint skyBoxTex; glm::vec3 skyBoxPos = glm::vec3(0.f, 0.f, 0.f); diff --git a/grk/cw 6/textures/skybox/back.png b/grk/cw 6/textures/skybox/back.png new file mode 100644 index 0000000..0607da1 Binary files /dev/null and b/grk/cw 6/textures/skybox/back.png differ diff --git a/grk/cw 6/textures/skybox/bkg1_back.png b/grk/cw 6/textures/skybox/bkg1_back.png new file mode 100644 index 0000000..c582bbb Binary files /dev/null and b/grk/cw 6/textures/skybox/bkg1_back.png differ diff --git a/grk/cw 6/textures/skybox/bkg1_bot.png b/grk/cw 6/textures/skybox/bkg1_bot.png new file mode 100644 index 0000000..6232fb1 Binary files /dev/null and b/grk/cw 6/textures/skybox/bkg1_bot.png differ diff --git a/grk/cw 6/textures/skybox/bkg1_front.png b/grk/cw 6/textures/skybox/bkg1_front.png new file mode 100644 index 0000000..27245c0 Binary files /dev/null and b/grk/cw 6/textures/skybox/bkg1_front.png differ diff --git a/grk/cw 6/textures/skybox/bkg1_left.png b/grk/cw 6/textures/skybox/bkg1_left.png new file mode 100644 index 0000000..c438ace Binary files /dev/null and b/grk/cw 6/textures/skybox/bkg1_left.png differ diff --git a/grk/cw 6/textures/skybox/bkg1_right.png b/grk/cw 6/textures/skybox/bkg1_right.png new file mode 100644 index 0000000..5b8d287 Binary files /dev/null and b/grk/cw 6/textures/skybox/bkg1_right.png differ diff --git a/grk/cw 6/textures/skybox/bkg1_top.png b/grk/cw 6/textures/skybox/bkg1_top.png new file mode 100644 index 0000000..44c68b0 Binary files /dev/null and b/grk/cw 6/textures/skybox/bkg1_top.png differ diff --git a/grk/cw 6/textures/skybox/bkg2_back6.png b/grk/cw 6/textures/skybox/bkg2_back6.png new file mode 100644 index 0000000..b685b78 Binary files /dev/null and b/grk/cw 6/textures/skybox/bkg2_back6.png differ diff --git a/grk/cw 6/textures/skybox/bkg2_bottom4.png b/grk/cw 6/textures/skybox/bkg2_bottom4.png new file mode 100644 index 0000000..728a4ae Binary files /dev/null and b/grk/cw 6/textures/skybox/bkg2_bottom4.png differ diff --git a/grk/cw 6/textures/skybox/bkg2_front5.png b/grk/cw 6/textures/skybox/bkg2_front5.png new file mode 100644 index 0000000..9a2e256 Binary files /dev/null and b/grk/cw 6/textures/skybox/bkg2_front5.png differ diff --git a/grk/cw 6/textures/skybox/bkg2_left2.png b/grk/cw 6/textures/skybox/bkg2_left2.png new file mode 100644 index 0000000..7508dd4 Binary files /dev/null and b/grk/cw 6/textures/skybox/bkg2_left2.png differ diff --git a/grk/cw 6/textures/skybox/bkg2_right1.png b/grk/cw 6/textures/skybox/bkg2_right1.png new file mode 100644 index 0000000..18f9057 Binary files /dev/null and b/grk/cw 6/textures/skybox/bkg2_right1.png differ diff --git a/grk/cw 6/textures/skybox/bkg2_top3.png b/grk/cw 6/textures/skybox/bkg2_top3.png new file mode 100644 index 0000000..410750b Binary files /dev/null and b/grk/cw 6/textures/skybox/bkg2_top3.png differ diff --git a/grk/cw 6/textures/skybox/bot.png b/grk/cw 6/textures/skybox/bot.png new file mode 100644 index 0000000..4824585 Binary files /dev/null and b/grk/cw 6/textures/skybox/bot.png differ diff --git a/grk/cw 6/textures/skybox/front.png b/grk/cw 6/textures/skybox/front.png new file mode 100644 index 0000000..68e719d Binary files /dev/null and b/grk/cw 6/textures/skybox/front.png differ diff --git a/grk/cw 6/textures/skybox/left.png b/grk/cw 6/textures/skybox/left.png new file mode 100644 index 0000000..f2e087e Binary files /dev/null and b/grk/cw 6/textures/skybox/left.png differ diff --git a/grk/cw 6/textures/skybox/right.png b/grk/cw 6/textures/skybox/right.png new file mode 100644 index 0000000..b5f9ad1 Binary files /dev/null and b/grk/cw 6/textures/skybox/right.png differ diff --git a/grk/cw 6/textures/skybox/top.png b/grk/cw 6/textures/skybox/top.png new file mode 100644 index 0000000..42b5e86 Binary files /dev/null and b/grk/cw 6/textures/skybox/top.png differ