dcarlus / hARMful

Libraries for programming video games and interactive 2D/3D applications.
https://dcarlus.github.io/hARMful/
GNU General Public License v3.0
0 stars 0 forks source link

Camera override in a multiple viewports configuration #3

Closed dcarlus closed 5 years ago

dcarlus commented 5 years ago

The cameras of the different viewports are all overriden by the one in the last viewport in which the scene is rendered. For example: set a perspective in a viewport, an orthographic one in another viewport. Both will be orthographic!