PlaneGeometry.html 996 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <script src="../../../list.js"></script>
  6. <script src="../../../page.js"></script>
  7. <link type="text/css" rel="stylesheet" href="../../../page.css" />
  8. </head>
  9. <body>
  10. [page:Geometry] &rarr;
  11. <h1>[name]</h1>
  12. <div class="desc">todo</div>
  13. <h2>Constructor</h2>
  14. <h3>[name]([page:Float width], [page:Float height], [page:Integer widthSegments], [page:Integer heightSegments])</h3>
  15. <div>
  16. width — Width along the X axis.<br />
  17. height — Height along the Y axis.<br />
  18. widthSegments — Optional. Default is 1. <br />
  19. heightSegments — Optional. Default is 1.
  20. </div>
  21. <h2>Properties</h2>
  22. <div>
  23. Each of the contructor parameters is accessible as a property of the same name. Any modification of these properties after instantiation does not change the geometry.
  24. </div>
  25. <h2>Source</h2>
  26. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  27. </body>
  28. </html>