HemisphereLightHelper.html 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <base href="../../../" />
  6. <script src="list.js"></script>
  7. <script src="page.js"></script>
  8. <link type="text/css" rel="stylesheet" href="page.css" />
  9. </head>
  10. <body>
  11. [page:Object3D] &rarr;
  12. <h1>[name]</h1>
  13. <div class="desc">Creates a visual aid for a [page:HemisphereLight HemisphereLight].</div>
  14. <h2>Constructor</h2>
  15. <h3>[name]([page:HemisphereLight light], [page:Number sphereSize])</h3>
  16. <div>
  17. light -- The HemisphereLight. <br />
  18. sphereSize -- The size of the sphere that shows the location.
  19. </div>
  20. <div>
  21. Creates an helper for the hemispherelight.
  22. </div>
  23. <h2>Properties</h2>
  24. <h3>[property:Mesh lightSphere]</h3>
  25. <div>
  26. The sphere mesh that shows the location of the hemispherelight.
  27. </div>
  28. <h3>[property:HemisphereLight light]</h3>
  29. <div>
  30. Contains the HemisphereLight.
  31. </div>
  32. <h2>Methods</h2>
  33. <h3>[method:null update]()</h3>
  34. <div>
  35. Updates the helper to match the position and direction of the [page:.light].
  36. </div>
  37. <h2>Source</h2>
  38. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  39. </body>
  40. </html>