瀏覽代碼

Update Scene.html

gero3 11 年之前
父節點
當前提交
22560919bd
共有 1 個文件被更改,包括 3 次插入6 次删除
  1. 3 6
      docs/api/scenes/Scene.html

+ 3 - 6
docs/api/scenes/Scene.html

@@ -18,7 +18,7 @@
 
 		<h3>[name]()</h3>
 		<div>
-		todo
+		Create a new scene object.
 		</div>
 
 
@@ -32,13 +32,10 @@
 		
 		<div>If not null, it will force everything in the scene to be rendered with that material. Default is null.</div>
 		
-		<h3>.[page:Boolean matrixAutoUpdate]</h3>
-		
-		<div>??? - Default is false.</div>
-		
 		<h3>.[page:boolean autoUpdate]</h3>
 		<div>
-		todo
+		Default is true. If set, then the renderer checks every frame if the scene and it's objects needs matrix updates. 
+		When it isn't, then you have to maintain all matrices in the scene yourself.  
 		</div> 
 
 		<h2>Methods</h2>