|
@@ -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>
|