dmurdoch / rgl2gltf

Read and write .gltf and .glb files in R.
https://dmurdoch.github.io/rgl2gltf
7 stars 0 forks source link

Add PBR shader #30

Closed dmurdoch closed 2 years ago

dmurdoch commented 2 years ago

Currently rendering is done using methods supported by the old rgl pipeline, but full PBR rendering could be done for glTF files containing that info in WebGL using user specified shaders.