LensFlare.html 1.0 KB

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