qt3d Questions

1

Solved

I have a QWidget containing a Qt3DWindow(). I'd like to be able to "zoom" in and out on a QtEntity, within the Qt3DWindow, using the mouse scroll wheel, while hovering over the window. I have the ...
Adroit asked 1/2, 2017 at 17:40

1

I want to add an C++ QEntity to the QML Scene3D, like this: //C++ class MapEntity : public Qt3DCore::QEntity { public: MapEntity( Qt3DCore::QEntity* parent ) : Qt3DCore::QEntity(parent) { ... ...
Roughish asked 9/8, 2016 at 9:46

2

Solved

I have installed Qt5 libraries in windows but there is no document about Qt3D in Qt assistant. Is Qt3D a part of Qt5 or it has been removed from release version 5?
Sorci asked 14/1, 2013 at 20:57

4

I am trying to install Qt3d on Qt5. When I install QT5, in the installation folder there is a src folder. In this folder, the qt3d library is present. If I understand correct, I must build it in o...
Rumilly asked 8/3, 2013 at 15:47

1

Solved

I have installed Qt5 and Qt3d from the ubuntu-developers repository (I'm under Ubuntu 13.04) and I would like to compile a very simple application with CMake (my version is 2.8.10.1). A working CMa...
Acidic asked 20/5, 2013 at 5:27

2

I'm currently writing a game in C++/Qt5 using the Qt3D module. I can render the scene (QGLSceneNodes) on a QGLView but am now stuck on overpainting the scene with some GUI elements. I haven't deci...
Fiddlewood asked 12/9, 2012 at 23:40

© 2022 - 2024 — McMap. All rights reserved.