BitonicSort_BitonicSort.html 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>BitonicSort - 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. <h1 translate="no">BitonicSort</h1>
  13. <section>
  14. <header>
  15. </header>
  16. <article>
  17. <div class="container-overview">
  18. <h3 class="name name-method" id="BitonicSort" translate="no">new <a href="#BitonicSort">BitonicSort</a><span class="signature">( renderer : <span class="param-type"><a href="Renderer.html">Renderer</a></span>, dataBuffer : <span class="param-type"><a href="StorageBufferNode.html">StorageBufferNode</a></span>, options : <span class="param-type">Object</span> )</span> </h3>
  19. <div class="method">
  20. <div class="description">
  21. <p>Constructs a new light probe helper.</p>
  22. </div>
  23. <table class="params">
  24. <tbody>
  25. <tr>
  26. <td class="name">
  27. <strong>renderer</strong>
  28. </td>
  29. <td class="description last">
  30. <p>The current scene's renderer.</p>
  31. </td>
  32. </tr>
  33. <tr>
  34. <td class="name">
  35. <strong>dataBuffer</strong>
  36. </td>
  37. <td class="description last">
  38. <p>The data buffer to sort.</p>
  39. </td>
  40. </tr>
  41. <tr>
  42. <td class="name">
  43. <strong>options</strong>
  44. </td>
  45. <td class="description last">
  46. <p>Options that modify the bitonic sort.</p>
  47. <p>Default is <code>{}</code>.</p>
  48. </td>
  49. </tr>
  50. </tbody>
  51. </table>
  52. </div>
  53. </div>
  54. <h2 class="subsection-title">Source</h2>
  55. <p>
  56. <a href="https://github.com/mrdoob/three.js/blob/master/examples/jsm/gpgpu/BitonicSort.js" translate="no" target="_blank" rel="noopener">examples/jsm/gpgpu/BitonicSort.js</a>
  57. </p>
  58. </article>
  59. </section>
  60. <script src="../scripts/linenumber.js"></script>
  61. <script src="../scripts/page.js"></script>
  62. </body>
  63. </html>
粤ICP备19079148号