AxisHelper.html 693 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>Example</h2>
  13. <code>var axisHelper = new THREE.AxisHelper( 5 );
  14. scene.add( axisHelper );
  15. </code>
  16. <h2>Constructor</h2>
  17. <h3>[name]([page:todo size])</h3>
  18. <div>
  19. size -- Define the size of the helper
  20. </div>
  21. <div>
  22. todo
  23. </div>
  24. <h2>Source</h2>
  25. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  26. </body>
  27. </html>