123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8" />
- <script src="../../../list.js"></script>
- <script src="../../../page.js"></script>
- <link type="text/css" rel="stylesheet" href="../../../page.css" />
- </head>
- <body>
- <h1>[name]</h1>
- <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>
- <h3>[name]()</h3>
- <div>
- Creates a new [name]. This is used in [page:Projector].
- </div>
- <h2>Properties</h2>
- <h3>.[page:Object3d object]</h3>
- <div>
- The object that needs to be rendered.
- </div>
- <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>
- This contains the the id of the object.
- </div>
- <h2>Methods</h2>
- <h2>Source</h2>
- [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
- </body>
- </html>
|