2
0

DirectionalLightHelper.html 918 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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 light], [page:todo sphereSize])</h3>
  15. <div>
  16. light -- todo <br />
  17. sphereSize -- todo
  18. </div>
  19. <div>
  20. todo
  21. </div>
  22. <h2>Properties</h2>
  23. <h3>[property:Mesh lightSphere]</h3>
  24. <div>
  25. todo
  26. </div>
  27. <h3>[property:DirectionalLight light]</h3>
  28. <div>
  29. todo
  30. </div>
  31. <h3>[property:Line targetLine]</h3>
  32. <div>
  33. todo
  34. </div>
  35. <h2>Methods</h2>
  36. <h3>.update() [page:todo]</h3>
  37. <div>
  38. todo
  39. </div>
  40. <h2>Source</h2>
  41. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  42. </body>
  43. </html>