aframe-cad-controls

1.0.0 • Public • Published

aframe-cad-controls

NPM

npm i aframe-cad-controls
// main.js
require('aframe-cad-controls');

Browserify

browserify main.js -o bundle.js

HTML

<html>
  <head>
  </head>
    <script src="bundle.js"></script>  
  <body>
    <a-scene background"color:black">
        <a-entity camera cad-controls></a-entity>
        <a-box position="0 0 0" color="tomato" depth="0.1" height="0.2" width="0.15"></a-box>
      <a-sky color="#ECECEC"></a-sky>
    </a-scene>
  </body>
</html>

Examples

Cylinder

VR Mixed Reality

Readme

Keywords

none

Package Sidebar

Install

npm i aframe-cad-controls

Weekly Downloads

0

Version

1.0.0

License

LicenseRef-LICENSE

Unpacked Size

15 kB

Total Files

4

Last publish

Collaborators

  • caepackages