StandardNodeLibrary.html 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>StandardNodeLibrary - 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="NodeLibrary.html">NodeLibrary</a> → </p>
  13. <h1 translate="no">StandardNodeLibrary</h1>
  14. <section>
  15. <header>
  16. <div class="class-description"><p>This version of a node library represents the standard version
  17. used in <a href="WebGPURenderer.html">WebGPURenderer</a>. It maps lights, tone mapping
  18. techniques and materials to node-based implementations.</p></div>
  19. </header>
  20. <article>
  21. <div class="container-overview">
  22. <h2>Constructor</h2>
  23. <h3 class="name name-method" id="StandardNodeLibrary" translate="no">new <a href="#StandardNodeLibrary">StandardNodeLibrary</a><span class="signature">()</span> </h3>
  24. <div class="method">
  25. <div class="description">
  26. <p>Constructs a new standard node library.</p>
  27. </div>
  28. </div>
  29. </div>
  30. <h2 class="subsection-title">Source</h2>
  31. <p>
  32. <a href="https://github.com/mrdoob/three.js/blob/master/src/renderers/webgpu/nodes/StandardNodeLibrary.js" translate="no" target="_blank" rel="noopener">src/renderers/webgpu/nodes/StandardNodeLibrary.js</a>
  33. </p>
  34. </article>
  35. </section>
  36. <script src="../scripts/linenumber.js"></script>
  37. <script src="../scripts/page.js"></script>
  38. </body>
  39. </html>
粤ICP备19079148号