1
0

BasicLightMapNode.html 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>BasicLightMapNode - 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">BasicLightMapNode</h1>
  14. <section>
  15. <header>
  16. <div class="class-description"><p>A specific version of <a href="IrradianceNode.html">IrradianceNode</a> that is only relevant
  17. for <a href="MeshBasicNodeMaterial.html">MeshBasicNodeMaterial</a>. Since the material is unlit, it
  18. requires a special scaling factor for the light map.</p></div>
  19. </header>
  20. <article>
  21. <div class="container-overview">
  22. <h2>Constructor</h2>
  23. <h3 class="name name-method" id="BasicLightMapNode" translate="no">new <a href="#BasicLightMapNode">BasicLightMapNode</a><span class="signature">( lightMapNode : <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 basic light map node.</p>
  27. </div>
  28. <table class="params">
  29. <tbody>
  30. <tr>
  31. <td class="name">
  32. <strong>lightMapNode</strong>
  33. </td>
  34. <td class="description last">
  35. <p>The light map node.</p>
  36. <p>Default is <code>null</code>.</p>
  37. </td>
  38. </tr>
  39. </tbody>
  40. </table>
  41. </div>
  42. </div>
  43. <h2 class="subsection-title">Properties</h2>
  44. <div class="member">
  45. <h3 class="name" id="lightMapNode" translate="no">.<a href="#lightMapNode">lightMapNode</a><span class="type-signature"> : <a href="Node.html">Node</a>.&lt;vec3></span> </h3>
  46. <div class="description">
  47. <p>The light map node.</p>
  48. </div>
  49. </div>
  50. <h2 class="subsection-title">Source</h2>
  51. <p>
  52. <a href="https://github.com/mrdoob/three.js/blob/master/src/nodes/lighting/BasicLightMapNode.js" translate="no" target="_blank" rel="noopener">src/nodes/lighting/BasicLightMapNode.js</a>
  53. </p>
  54. </article>
  55. </section>
  56. <script src="../scripts/linenumber.js"></script>
  57. <script src="../scripts/page.js"></script>
  58. </body>
  59. </html>
粤ICP备19079148号