1
0

IrradianceNode.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>IrradianceNode - Three.js Docs</title>
  6. <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
  7. <script src="../scripts/highlight.min.js"></script>
  8. <link type="text/css" rel="stylesheet" href="../styles/highlight-three.css">
  9. <link type="text/css" rel="stylesheet" href="../styles/page.css">
  10. </head>
  11. <body>
  12. <p class="inheritance" translate="no"><a href="EventDispatcher.html">EventDispatcher</a> → <a href="Node.html">Node</a> → <a href="LightingNode.html">LightingNode</a> → </p>
  13. <h1 translate="no">IrradianceNode</h1>
  14. <section>
  15. <header>
  16. <div class="class-description"><p>A generic class that can be used by nodes which contribute
  17. irradiance to the scene. E.g. a light map node can be used
  18. as input for this module. Used in <a href="NodeMaterial.html">NodeMaterial</a>.</p></div>
  19. </header>
  20. <article>
  21. <div class="container-overview">
  22. <h2>Constructor</h2>
  23. <h3 class="name name-method" id="IrradianceNode" translate="no">new <a href="#IrradianceNode">IrradianceNode</a><span class="signature">( node : <span class="param-type"><a href="Node.html">Node</a>.&lt;vec3></span> )</span> </h3>
  24. <div class="method">
  25. <div class="description">
  26. <p>Constructs a new irradiance node.</p>
  27. </div>
  28. <table class="params">
  29. <tbody>
  30. <tr>
  31. <td class="name">
  32. <strong>node</strong>
  33. </td>
  34. <td class="description last">
  35. <p>A node contributing irradiance.</p>
  36. </td>
  37. </tr>
  38. </tbody>
  39. </table>
  40. </div>
  41. </div>
  42. <h2 class="subsection-title">Properties</h2>
  43. <div class="member">
  44. <h3 class="name" id="node" translate="no">.<a href="#node">node</a><span class="type-signature"> : <a href="Node.html">Node</a>.&lt;vec3></span> </h3>
  45. <div class="description">
  46. <p>A node contributing irradiance.</p>
  47. </div>
  48. </div>
  49. <h2 class="subsection-title">Source</h2>
  50. <p>
  51. <a href="https://github.com/mrdoob/three.js/blob/master/src/nodes/lighting/IrradianceNode.js" translate="no" target="_blank" rel="noopener">src/nodes/lighting/IrradianceNode.js</a>
  52. </p>
  53. </article>
  54. </section>
  55. <script src="../scripts/linenumber.js"></script>
  56. <script src="../scripts/page.js"></script>
  57. </body>
  58. </html>
粤ICP备19079148号