3D view with auto 2D view generation
-
wrote on 9 Feb 2018, 11:38 last edited by Ankit.Jain 2 Sept 2018, 11:39
Hi,
I am expecting to get a requirement for creating a 3D view using QML. I will also be expected to create views in XY, YZ and XZ planes for the same scenario.
I was wondering if rather having to make and code all 4 as different views if Qt provides some method for automatically generating 2D views from the 3D view.
Thanks
-
Hi,
I am expecting to get a requirement for creating a 3D view using QML. I will also be expected to create views in XY, YZ and XZ planes for the same scenario.
I was wondering if rather having to make and code all 4 as different views if Qt provides some method for automatically generating 2D views from the 3D view.
Thanks
wrote on 9 Feb 2018, 11:42 last edited by@Ankit.Jain No ready-made, you need to DIY.
As an example, my software product support multiple viewport of a single scene. Makes designer have a better look of each view separately. -
@Ankit.Jain No ready-made, you need to DIY.
As an example, my software product support multiple viewport of a single scene. Makes designer have a better look of each view separately.wrote on 12 Feb 2018, 04:14 last edited by@jiancaiyang okay. Thanks.
I was just checking. I didnt want to end up making the whole thing only to realize it was useless. -
@jiancaiyang okay. Thanks.
I was just checking. I didnt want to end up making the whole thing only to realize it was useless.wrote on 13 Feb 2018, 02:38 last edited by@Ankit.Jain To put best efforts to your key functionalities will be better.
1/4