Browse Source

Merge pull request #5643 from xswordsx/patch-1

Docs: specify WebGLProgram#cameraPosition's space
Mr.doob 10 years ago
parent
commit
e17c07ee1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/renderers/webgl/WebGLProgram.html

+ 1 - 1
docs/api/renderers/webgl/WebGLProgram.html

@@ -31,7 +31,7 @@
 		// = inverse transpose of modelViewMatrix
 		uniform mat3 normalMatrix;
 
-		// = camera.position
+		// = camera position in world space
 		uniform vec3 cameraPosition;
 		</code>
 		<code>