rayshader-demo
rayshader-demo copied to clipboard
Issue with save_3d_gif
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?
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.