DirectionalLightHelper.html 881 B

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