3D view with auto 2D view generation
Solved
QML and Qt Quick
-
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
-
@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. -
@jiancaiyang okay. Thanks.
I was just checking. I didnt want to end up making the whole thing only to realize it was useless. -
@Ankit.Jain To put best efforts to your key functionalities will be better.