Search Unity

Intermediate rendering, or what goes into a feature

Placeholder image Unity 2
Placeholder image Unity 2
Topics covered
Share

Is this article helpful for you?

Thank you for your feedback!

We've got a feature we want to do -- it's something we call "intermediate mode render calls". The idea is that some script could say:

Draw( position, rotation, mesh, material );

And that would make the mesh appear with the given material at the given position on the screen, and it would just work with pixel lights, shadows, projectors and whatnot.

Is this article helpful for you?

Thank you for your feedback!

Topics covered