What is the computational cost of using moving geometry?
Currently, all moving geometry is ray traced using a brute force method. Having large quantities of moving geometry will significantly slow ray tracing. In the future, advanced temporal/spatial sorting structures will be used to bypass this limitation, but work on this code addition is not currently in progress.