Habe ein Qt3DExtras::QCuboidMesh und einen Qt3DRender::QObjectPicker.
Der Cuboid funktioniert, ist sichtbar.
Das hier:
Code: Alles auswählen
connect(picker1, &Qt3DRender::QObjectPicker::pressed, this, &SceneModifier::my_onPicked);
D:\Qt\5.9.1\mingw53_32\include\QtCore\qmetatype.h:1375: Fehler: invalid application of 'sizeof' to incomplete type 'Qt3DRender::QPickEvent'
Q_STATIC_ASSERT_X(sizeof(T), "Type argument of Q_DECLARE_METATYPE(T*) must be fully defined");
Was stimmt nicht?
LG
Chri