Skip to content

gamedev-js/regltf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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