2
0
Эх сурвалжийг харах

Make the sphere smaller and closer

mcc 4 жил өмнө
parent
commit
4065878205

+ 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)