Aframe component loading remixable google blocks models.
npm install aframe-gblockA-Frame Component loading Google Poly models from https://poly.google.com. Maintained by 3d.io.
#### Live demo

``html``
// Using Poly API Key (Recommended)
// Without Poly API Key (Legacy mode: Might break in the future)
#### Run Example
#### 1. Make sure you have Node installed.
On Mac OS X, it's recommended to use Homebrew to install Node + npm:
brew install node
#### 2. Clone git repo
git clone https://github.com/archilogic-com/aframe-gblock.git
#### 3. Install dependencies
npm install
#### 5. Start local development server
npm start
#### 6. Launch site from your favourite browser:
Based on gltf component from A-Frame using GLTF loader from three.js.
Distributed under an MIT License.