Comment by khalladay

Comment by khalladay 3 days ago

3 replies

> 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?

reactordev 3 days ago

Matrix multiplication is all that is and GPUs are really good at doing that in parallel already.

  • oivey 3 days ago

    So I guess there is no need to change any of the hardware, then? I think it might be more complicated than waving your hands around linear algebra.