engine
engine copied to clipboard
Why is the MVP matrix placed in the Renderer instead of the Entity?
- If there are multiple
Renderers
in anEntity
, does it mean that the same value needs to be stored and calculated multiple times. - Intuitively, a render component should not carry this information either, they have no correspondence.