regltf

load and render gltf with regl

gltf · regl · webgl
入门
GitHub在线演示
Stars:12
License:MIT License
更新:2022/12/30

README

regltf

gltf with regl.

Install

npm install regltf

Usage

regltf.load(regl, './your/gltf/file.gltf', (err, result) => {
  console.log(result);
});

License

MIT © 2017 Johnny Wu