Ver código fonte

Merge pull request #12103 from looeee/patch-9

[DOCS] OrthographicCamera - Added note about use of updateProjectionMatrix() after changing properties
Mr.doob 8 anos atrás
pai
commit
e32183e88a
1 arquivos alterados com 5 adições e 1 exclusões
  1. 5 1
      docs/api/cameras/OrthographicCamera.html

+ 5 - 1
docs/api/cameras/OrthographicCamera.html

@@ -58,7 +58,11 @@ scene.add( camera );</code>
 
 
 		<h2>Properties</h2>
-		<div>See the base [page:Camera] class for common properties.</div>
+		<div>
+			See the base [page:Camera] class for common properties.<br>
+ 			Note that after making changes to most of these poperties you will have to call 
+ 			[page:OrthographicCamera.updateProjectionMatrix .updateProjectionMatrix] for the changes to take effect.
+		</div>
 
 		<h3>[property:Float bottom]</h3>
 		<div>Camera frustum bottom plane.</div>