瀏覽代碼

Update RenderableObject.html

gero3 11 年之前
父節點
當前提交
61d4f19035
共有 1 個文件被更改,包括 11 次插入9 次删除
  1. 11 9
      docs/api/renderers/renderables/RenderableObject.html

+ 11 - 9
docs/api/renderers/renderables/RenderableObject.html

@@ -9,7 +9,7 @@
 	<body>
 		<h1>[name]</h1>
 
-		<div class="desc">todo</div>
+		<div class="desc">This class is a wrapper class to contain extra information about the object that needs to be rendered.</div>
 
 
 		<h2>Constructor</h2>
@@ -17,25 +17,27 @@
 
 		<h3>[name]()</h3>
 		<div>
-		todo
+		Creates a new [name]. This is used in [page:Projector].
 		</div>
 
 
-		<h3>[name]()</h3>
-
-
 		<h2>Properties</h2>
 
 
 
-		<h3>.[page:object object]</h3>
+		<h3>.[page:Object3d object]</h3>
 		<div>
-		todo
+		The object that needs to be rendered.
 		</div> 
 
-		<h3>.[page:object z]</h3>
+		<h3>.[page:Number z]</h3>
+		<div>
+		This contains the the z index of the object. This makes it faster/easier to sort the object based on its z-index.  
+		</div> 
+		
+		<h3>.[page:Number id]</h3>
 		<div>
-		todo
+		This contains the the id of the object.
 		</div> 
 
 		<h2>Methods</h2>