Explorar o código

Change colour => color

Magnuz Binder %!s(int64=7) %!d(string=hai) anos
pai
achega
592014b705
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/js/ShaderGodRays.js

+ 1 - 1
examples/js/ShaderGodRays.js

@@ -109,7 +109,7 @@ THREE.ShaderGodRays = {
 					// Accumulate samples, making sure we dont walk past the light source.
 
 					// The check for uv.y < 1 would not be necessary with "border" UV wrap
-					// mode, with a black border colour. I don't think this is currently
+					// mode, with a black border color. I don't think this is currently
 					// exposed by three.js. As a result there might be artifacts when the
 					// sun is to the left, right or bottom of screen as these cases are
 					// not specifically handled.