In my quest to capture a screenshot after each rendered frame, I have noticed some duplicates. This has led me to suspect that I may be saving the screenshot before the rendering process is fully completed. Therefore...
- Is it possible for renderer.render() to pause until the rendering is complete?
- If not, is there a method to be notified through a callback or event when the rendering has finished?