Explorar o código

Docs: AmbientLight hint as suggested by @WestLangley. Closes #2872.

Mr.doob %!s(int64=13) %!d(string=hai) anos
pai
achega
a7d5acf09e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/api/lights/AmbientLight.html

+ 1 - 1
docs/api/lights/AmbientLight.html

@@ -18,7 +18,7 @@
 
 		<h2>Example</h2>
 
-<code>var light = new THREE.AmbientLight( 0xff0000 );
+<code>var light = new THREE.AmbientLight( 0x404040 ); // soft white light
 scene.add( light );</code>
 
 		will light objects with red.