ShaderFlares.html 936 B

123456789101112131415161718192021222324252627282930313233343536
  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">
  12. Contains the shader code fragments of the lensflare implementations.
  13. These shouldn't be edited.
  14. </div>
  15. <h2>Properties</h2>
  16. <h3>.[page:object lensFlare]</h3>
  17. <div>
  18. The object that contains the vertex code and fragment code of the lensflares implementation when there are no vertex textures available.
  19. </div>
  20. <h3>.[page:object lensFlareVertexTexture]</h3>
  21. <div>
  22. The object that contains the vertex code and fragment code of the lensflares implementation when there are vertex textures available.
  23. </div>
  24. <h2>Source</h2>
  25. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  26. </body>
  27. </html>