Hi folks, I am trying to render an animation with Corona, and it's a large file... actually to complete my 15 passes that I've previously set up to do it takes about 3 minutes. Thats ok, but the problem is that every frame calculates the acc. strucure (Building acc. structure) and it parses the scene (Parsing scene)... this process takes about 3 minutes... So adding the 3 minutes to parse the scene and build acc. structure... plus rendering the 15 passes it takes about 6 minutes to render each frame.
The question is:
Can I pre-parse the scene, and pre-build the acc structure just one time in a sequence so the time to render each frame should be just 3 minutes, the rendering itself?
Thank you!