SpritePlugin.html 957 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. <h1>[name]</h1>
  12. <p class="desc">The Webglrenderer plugin class that allows Sprites to be rendered in the WebglRenderer. This plugin is automatically loaded in the Webglrenderer.</p>
  13. <h2>Constructor</h2>
  14. <h3>[name]()</h3>
  15. <p>
  16. Creates a new [name].
  17. </p>
  18. <h2>Methods</h2>
  19. <h3>[method:null render]( [param:Scene scene], [param:Camera camera] )</h3>
  20. <p>
  21. scene -- The scene to render. <br />
  22. camera -- The camera to render.
  23. </p>
  24. <p>
  25. Renders the sprites defined in the scene. This gets automatically called as post-render function to draw the lensflares.
  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>