Browse Source

Remove brackets and dot from cameraPosition comment

Ivan Latunov 10 năm trước cách đây
mục cha
commit
4d74e40dbe
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 (in world space)
+		// = camera position in world space
 		uniform vec3 cameraPosition;
 		</code>
 		<code>