RenderableObject.html 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <script src="../../../list.js"></script>
  6. <script src="../../../page.js"></script>
  7. <link type="text/css" rel="stylesheet" href="../../../page.css" />
  8. </head>
  9. <body>
  10. <h1>[name]</h1>
  11. <div class="desc">This class is a wrapper class to contain extra information about the object that needs to be rendered.</div>
  12. <h2>Constructor</h2>
  13. <h3>[name]()</h3>
  14. <div>
  15. Creates a new [name]. This is used in [page:Projector].
  16. </div>
  17. <h2>Properties</h2>
  18. <h3>.[page:Object3d object]</h3>
  19. <div>
  20. The object that needs to be rendered.
  21. </div>
  22. <h3>.[page:Number z]</h3>
  23. <div>
  24. This contains the the z index of the object. This makes it faster/easier to sort the object based on its z-index.
  25. </div>
  26. <h3>.[page:Number id]</h3>
  27. <div>
  28. This contains the the id of the object.
  29. </div>
  30. <h2>Methods</h2>
  31. <h2>Source</h2>
  32. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  33. </body>
  34. </html>