load and render gltf with regl
gltf with regl.
npm install regltf
regltf.load(regl, './your/gltf/file.gltf', (err, result) => { console.log(result); });
MIT © 2017 Johnny Wu