LensFlare.html 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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">todo</div>
  12. <h2>Constructor</h2>
  13. <h3>[name]([page:todo texture], [page:todo size], [page:todo distance], [page:todo blending], [page:todo color])</h3>
  14. <div>
  15. texture -- todo <br />
  16. size -- todo <br />
  17. distance -- todo <br />
  18. blending -- todo <br />
  19. color -- todo
  20. </div>
  21. <div>
  22. todo
  23. </div>
  24. <h2>Properties</h2>
  25. <h3>.[page:array lensFlares]</h3>
  26. <div>
  27. todo
  28. </div>
  29. <h3>.[page:Vector3 positionScreen]</h3>
  30. <div>
  31. todo
  32. </div>
  33. <h3>.[page:todo customUpdateCallback]</h3>
  34. <div>
  35. todo
  36. </div>
  37. <h2>Methods</h2>
  38. <h3>.updateLensFlares() [page:todo]</h3>
  39. <div>
  40. todo
  41. </div>
  42. <h2>Source</h2>
  43. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  44. </body>
  45. </html>