We love content and strive to make it easily accessible and reusable. Inspector Plugins provides hosted 3d models from various open source friendly projects directly in the A-Frame Inspector.
More demos:
- Add 3d.io library script to the
<head>
section of your page right after aframe 0.7.0 (or higher):
<head>
<script src="https://aframe.io/releases/0.7.0/aframe.min.js"></script>
<script src="https://dist.3d.io/3dio-js/1.x.x/3dio.min.js"></script>
</head>
<body>
<a-scene></a-scene>
</body>
- Open your page and start the A-Frame Inspector:
- Windows:
ctrl
+alt
+i
- OSX:
control
+option
+i
- The
3d.io
button will be there ;)
git clone https://github.com/archilogic-com/3dio-inspector-plugins.git
npm install
npm start
- A-Frame
- three.js
- Arturo Paracuellos (for making google blocks searchable)
Distributed under an MIT License.