VOXMesh.html 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>VOXMesh - 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="Object3D.html">Object3D</a> → <a href="Mesh.html">Mesh</a> → </p>
  13. <h1 translate="no">VOXMesh</h1>
  14. <section>
  15. <header>
  16. <div class="class-description"><p>A VOX mesh.</p>
  17. <p>Instances of this class are created from the loaded chunks of <a href="VOXLoader.html">VOXLoader</a>.</p></div>
  18. </header>
  19. <article>
  20. <div class="container-overview">
  21. <h2>Constructor</h2>
  22. <h3 class="name name-method" id="VOXMesh" translate="no">new <a href="#VOXMesh">VOXMesh</a><span class="signature">( chunk : <span class="param-type">Object</span> )</span> </h3>
  23. <div class="method">
  24. <div class="description">
  25. <p>Constructs a new VOX mesh.</p>
  26. </div>
  27. <table class="params">
  28. <tbody>
  29. <tr>
  30. <td class="name">
  31. <strong>chunk</strong>
  32. </td>
  33. <td class="description last">
  34. <p>A VOX chunk loaded via <a href="VOXLoader.html">VOXLoader</a>.</p>
  35. </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/loaders/VOXLoader.js" translate="no" target="_blank" rel="noopener">examples/jsm/loaders/VOXLoader.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号