ImmediateRenderObject.html 863 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <base href="../../../../" />
  6. <script src="list.js"></script>
  7. <script src="page.js"></script>
  8. <link type="text/css" rel="stylesheet" href="page.css" />
  9. </head>
  10. <body>
  11. [page:Object3D] &rarr;
  12. <h1>[name]</h1>
  13. <p class="desc">base class for immediate rendering objects.</p>
  14. <h2>Constructor</h2>
  15. <h3>[name]()</h3>
  16. <p>
  17. This creates a new [name].
  18. </p>
  19. <h2>Methods</h2>
  20. <h3>[method:null render]([param:Function renderCallback])</h3>
  21. <p>
  22. renderCallback -- A function to render the generated object.
  23. </p>
  24. <p>
  25. This function needs to be overridden to start the creation of the object and should call renderCallback when finished.
  26. </p>
  27. <h2>Source</h2>
  28. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  29. </body>
  30. </html>