Comment by khalladay
> Rendering a million photorealistic objects is not much more compute-intensive than rendering a hundred cartoon objects
Surely ray/triangle intersection tests, brdf evaluation, acceleration structure rebuilds (when things move/animate) all would cost more in your photorealistic scenario than the cartoon scenario?
Matrix multiplication is all that is and GPUs are really good at doing that in parallel already.