AxisHelper.html 708 B

1234567891011121314151617181920212223242526272829303132333435
  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>
  14. var axisHelper = new THREE.AxisHelper(5);
  15. scene.add( axisHelper );
  16. </code>
  17. <h2>Constructor</h2>
  18. <h3>[name]([page:todo size])</h3>
  19. <div>
  20. size -- Define the size of the helper
  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>