Browse Source

mv Cubemap -> Environment/Skybox;

bjorn 5 years ago
parent
commit
38f4be5deb

+ 0 - 0
examples/Cubemap/main.lua → examples/Environment/Skybox/main.lua


+ 0 - 0
examples/Cubemap/negx.jpg → examples/Environment/Skybox/negx.jpg


+ 0 - 0
examples/Cubemap/negy.jpg → examples/Environment/Skybox/negy.jpg


+ 0 - 0
examples/Cubemap/negz.jpg → examples/Environment/Skybox/negz.jpg


+ 0 - 0
examples/Cubemap/posx.jpg → examples/Environment/Skybox/posx.jpg


+ 0 - 0
examples/Cubemap/posy.jpg → examples/Environment/Skybox/posy.jpg


+ 0 - 0
examples/Cubemap/posz.jpg → examples/Environment/Skybox/posz.jpg


+ 1 - 1
examples/init.lua

@@ -9,11 +9,11 @@ return {
   'Interaction/Physics_Pointer',
   'Interaction/Physics_Pointer',
   'Interaction/Controller_Models',
   'Interaction/Controller_Models',
   'Environment/Grid',
   'Environment/Grid',
+  'Environment/Skybox',
   'Custom_Mesh',
   'Custom_Mesh',
   'Animation',
   'Animation',
   'Physics',
   'Physics',
   'PBR_Materials',
   'PBR_Materials',
-  'Cubemap',
   'Postprocessing',
   'Postprocessing',
   'Instancing',
   'Instancing',
   'Primitives',
   'Primitives',