Details
-
User Story
-
Resolution: Done
-
P1: Critical
-
None
-
None
Description
Qt Quick is written to be 2.5D and we have later added APIs for 3D graphics to Qt. This causes some issues both with duplication of logic and performance when the two are combined in the same scenes.
To reduce our maintenance load and give users are more unified experience, we will make an engine which handles both 2D and 3D graphics in the same scene without going via FBOs.