wcmbishop / rayshader-demo

I can rayshade, and so can you!
https://wcmbishop.github.io/rayshader-demo/
57 stars 8 forks source link

Issue with save_3d_gif #10

Open nicolassander opened 3 years ago

nicolassander commented 3 years ago

The save_3d_gif function, using the basic monterey example, does not seem to work properly anymore. It creates the first snapshot and then simply ends without an error?

Lrrrence commented 2 years ago

The save_3d_gif function, using the basic monterey example, does not seem to work properly anymore. It creates the first snapshot and then simply ends without an error?

I've had a similar issue (although mine endlessly hangs after the first snapshot), it's related to the use of {webshot2} which uses chrome to screenshot the image, rather than the default of using rgl. If you uninstall that package it works fine. I am interested in the benefits of using {webshot2} though, if i get it working I will post it here.