BitonicSort_BitonicSort.html 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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">Renderer</span>, dataBuffer : <span class="param-type">StorageBufferNode</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"><code>renderer</code></td>
  27. <td class="description last"><p>The current scene's renderer.</p></td>
  28. </tr>
  29. <tr>
  30. <td class="name"><code>dataBuffer</code></td>
  31. <td class="description last"><p>The data buffer to sort.</p></td>
  32. </tr>
  33. <tr>
  34. <td class="name"><code>options</code></td>
  35. <td class="description last"><p>Options that modify the bitonic sort.<br/>Default is <code>{}</code>.</p></td>
  36. </tr>
  37. </tbody>
  38. </table>
  39. </div>
  40. </div>
  41. <h2 class="subsection-title">Source</h2>
  42. <p>
  43. <a href="https://github.com/mrdoob/three.js/blob/master/examples/jsm/gpgpu/BitonicSort.js" target="_blank" rel="noopener" translate="no">examples/jsm/gpgpu/BitonicSort.js</a>
  44. </p>
  45. </article>
  46. </section>
  47. <script src="../scripts/linenumber.js"></script>
  48. <script src="../scripts/page.js"></script>
  49. </body>
  50. </html>
粤ICP备19079148号