dmurdoch / rgl2gltf

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

Handle animations #5

Closed dmurdoch closed 2 years ago

dmurdoch commented 2 years ago

There's now partial support for animations using the playgltf() function. It's very inefficient, redrawing the complete scene for each frame, so I'll leave this issue open.

dmurdoch commented 2 years ago

The "partialScene" method will ony redraw changed objects, but it's still inefficient. We really need something that only works on matrices.

dmurdoch commented 2 years ago

Fixed with #16 .