Explorar o código

Fixed default SAOShader parameters to Ben Houston ones

Ludovic Bailly %!s(int64=8) %!d(string=hai) anos
pai
achega
a1eb2d3ca7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/js/shaders/SAOShader.js

+ 1 - 1
examples/js/shaders/SAOShader.js

@@ -1,7 +1,7 @@
 THREE.SAOShader = {
 	defines: {
 		'NUM_SAMPLES': 7,
-		'NUM_RINGS': 10,
+		'NUM_RINGS': 4,
 		'NORMAL_TEXTURE': 0,
 		'DIFFUSE_TEXTURE': 0,
 		'DEPTH_PACKING': 1,