| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title>FaceFrame - Three.js Docs</title>
- <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
- <script src="../scripts/highlight.min.js"></script>
- <link type="text/css" rel="stylesheet" href="../styles/highlight-three.css">
- <link type="text/css" rel="stylesheet" href="../styles/page.css">
- </head>
- <body>
- <h1 translate="no">FaceFrame</h1>
- <section>
- <header>
- <div class="class-description"><p>A face's local ( u along edge, v up, n outward ) frame in world space.</p></div>
- </header>
- <article>
- <div class="container-overview">
- <h2>Constructor</h2>
- <h3 class="name name-method" id="FaceFrame" translate="no">new <a href="#FaceFrame">FaceFrame</a><span class="signature">()</span> </h3>
- <div class="method">
- </div>
- </div>
- <h2 class="subsection-title">Methods</h2>
- <h3 class="name name-method" id="bays" translate="no">.<a href="#bays">bays</a><span class="signature">()</span> </h3>
- <div class="method">
- <div class="description">
- <p>How many bays of <code>bayWidth</code> fit, with the remainder split into end margins.</p>
- </div>
- </div>
- <h3 class="name name-method" id="matrix" translate="no">.<a href="#matrix">matrix</a><span class="signature">()</span> </h3>
- <div class="method">
- <div class="description">
- <p>Places a piece authored in the canonical local frame ( x across, y up, z outward ).</p>
- </div>
- </div>
- <h2 class="subsection-title">Source</h2>
- <p>
- <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>
- </p>
- </article>
- </section>
- <script src="../scripts/linenumber.js"></script>
- <script src="../scripts/page.js"></script>
- </body>
- </html>
|