[Interest] qt3d-scene only in a part of the 'regular' qml app

privet56 hotmail.com privet56 at hotmail.com
Thu Sep 10 16:26:57 CEST 2015


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!
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20150910/6da89020/attachment.html>


More information about the Interest mailing list