Re: Several rendering engines in the same plugin
by Puybaret » Tue Feb 11, 2020 11:55 pm
If by "calling the [font=courier new]YafarayRenderer[/font] constructor", you mean programming [font=courier new]new YafarayRenderer(...)[/font] for each frame of the video, I don’t understand how it couldn’t not slow down the creation of the video. This constructor creates many objects and calls many methods of the rendering engine to create the scene! Or maybe, you meant something else...