浏览代码

Document Scene

sole 13 年之前
父节点
当前提交
baf95a937b
共有 1 个文件被更改,包括 13 次插入11 次删除
  1. 13 11
      docs/api/scenes/Scene.html

+ 13 - 11
docs/api/scenes/Scene.html

@@ -7,9 +7,10 @@
 		<link type="text/css" rel="stylesheet" href="../../page.css" />
 	</head>
 	<body>
+		[page:Object3D] &rarr;
 		<h1>[name]</h1>
 
-		<div class="desc">todo</div>
+		<div class="desc">Scenes allow you to set up what and where is to be rendered by three.js. This is where you place objects, lights and cameras.</div>
 
 
 		<h2>Constructor</h2>
@@ -19,16 +20,17 @@
 
 		<h2>Properties</h2>
 
-		<h3>.[page:Vector3 todo]</h3>
-
-
-		<h2>Methods</h2>
-
-		<h3>.todo( [page:Vector3 todo] )</h3>
-		<div>
-		todo — todo<br />
-		</div>
-
+		<h3>.[page:Fog fog]</h3>
+		
+		<div>A [page:Fog fog] instance defining the type of fog that affects everything rendered in the scene. Default is null.</div>
+		
+		<h3>.[page:Material overrideMaterial]</h3>
+		
+		<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>
 
 		<h2>Source</h2>