VOXMesh.html 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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"><code>chunk</code></td>
  31. <td class="description last"><p>A VOX chunk loaded via <a href="VOXLoader.html">VOXLoader</a>.</p></td>
  32. </tr>
  33. </tbody>
  34. </table>
  35. </div>
  36. </div>
  37. <h2 class="subsection-title">Source</h2>
  38. <p>
  39. <a href="https://github.com/mrdoob/three.js/blob/master/examples/jsm/loaders/VOXLoader.js" target="_blank" rel="noopener" translate="no">examples/jsm/loaders/VOXLoader.js</a>
  40. </p>
  41. </article>
  42. </section>
  43. <script src="../scripts/linenumber.js"></script>
  44. <script src="../scripts/page.js"></script>
  45. </body>
  46. </html>
粤ICP备19079148号