RingGeometry.html 817 B

123456789101112131415161718192021222324252627282930313233343536
  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. <h1>[name]</h1>
  11. <div class="desc">todo</div>
  12. <h2>Constructor</h2>
  13. <h3>[name]([page:todo innerRadius], [page:todo outerRadius], [page:todo thetaSegments], [page:todo phiSegments], [page:todo thetaStart], [page:todo thetaLength])</h3>
  14. <div>
  15. innerRadius -- todo <br />
  16. outerRadius -- todo <br />
  17. thetaSegments -- todo <br />
  18. phiSegments -- todo <br />
  19. thetaStart -- todo <br />
  20. thetaLength -- todo
  21. </div>
  22. <div>
  23. todo
  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>