Hi,

I would like to use Qt3D in my "normal" QML app, of which the root element is 
"ApplicationWindow" currently.
However, all the Qt3D examples I see in Qt 5.5
1) are built in the way only showing Qt3D elements (mostly with the root 
element "Entity"),
2) use the whole application for 3D content,
3) use QQmlAspectEngine instead of QQmlApplicationEngine with a demo-specific 
"window.h".

Is it possible to 'use' only a part of the QML app for the Qt3D scene with
1) all the interaction possibilities (eg. with 
mouse/keyboard-camera-position-changing)
2) being able to show .obj/.dae meshes
?
Is there a demo for this use case available?
In such an "embedded-3d" case, is it better to use QQmlApplicationEngine or 
QQmlAspectEngine with (or without) the window.h/.cpp from the demos?

Thx for Hints in Advance!
                                          
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to