FaceFrame.html 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>FaceFrame - 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">FaceFrame</h1>
  13. <section>
  14. <header>
  15. <div class="class-description"><p>A face's local ( u along edge, v up, n outward ) frame in world space.</p></div>
  16. </header>
  17. <article>
  18. <div class="container-overview">
  19. <h2>Constructor</h2>
  20. <h3 class="name name-method" id="FaceFrame" translate="no">new <a href="#FaceFrame">FaceFrame</a><span class="signature">()</span> </h3>
  21. <div class="method">
  22. </div>
  23. </div>
  24. <h2 class="subsection-title">Methods</h2>
  25. <h3 class="name name-method" id="bays" translate="no">.<a href="#bays">bays</a><span class="signature">()</span> </h3>
  26. <div class="method">
  27. <div class="description">
  28. <p>How many bays of <code>bayWidth</code> fit, with the remainder split into end margins.</p>
  29. </div>
  30. </div>
  31. <h3 class="name name-method" id="matrix" translate="no">.<a href="#matrix">matrix</a><span class="signature">()</span> </h3>
  32. <div class="method">
  33. <div class="description">
  34. <p>Places a piece authored in the canonical local frame ( x across, y up, z outward ).</p>
  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/generators/city/SkyscraperGenerator.js" translate="no" target="_blank" rel="noopener">examples/jsm/generators/city/SkyscraperGenerator.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号