Closed dmurdoch closed 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.
playgltf()
The "partialScene" method will ony redraw changed objects, but it's still inefficient. We really need something that only works on matrices.
Fixed with #16 .
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.