Browse Source

Make the sphere smaller and closer

mcc 4 years ago
parent
commit
4065878205
1 changed files with 2 additions and 2 deletions
  1. 2 2
      examples/Effects/Cubemap_Generate/main.lua

+ 2 - 2
examples/Effects/Cubemap_Generate/main.lua

@@ -17,8 +17,8 @@ function scene.load()
 	scene.cubeSize = 0.2
 	scene.cubes = {}
 
-	scene.sphereCenter = lovr.math.newVec3(0, 1.5, -2)
-	scene.sphereRad = 1
+	scene.sphereCenter = lovr.math.newVec3(0, 1.5, -0.5)
+	scene.sphereRad = 0.125
 
 	for i=1,scene.cubeCount do
 		scene.generate(i, true)