浏览代码

Merge pull request #12103 from looeee/patch-9

[DOCS] OrthographicCamera - Added note about use of updateProjectionMatrix() after changing properties
Mr.doob 8 年之前
父节点
当前提交
e32183e88a
共有 1 个文件被更改,包括 5 次插入1 次删除
  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>