You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should probably add RenderTarget interface class.
All possible objects to render to (like Window, Image, etc.) would inherit this interface.
And change Renderer.RenderScene() to be Renderer.RenderScene(Scene* scene, RenderTarget* target).
The text was updated successfully, but these errors were encountered:
I agree it is a correct generalization, but I don't see benefits of this naming. You want to move from "Scene renders to RenderTarget" to "Input renders to Output"?
Can you elaborate more on uses of Input interface? Who would inherit it besides Scene class?
We should probably add RenderTarget interface class.
All possible objects to render to (like Window, Image, etc.) would inherit this interface.
And change Renderer.RenderScene() to be Renderer.RenderScene(Scene* scene, RenderTarget* target).
The text was updated successfully, but these errors were encountered: