-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.8.0
-
None
1. Create a valid, renderable Qt3DRender::QMesh instance (by invoking QMesh::setSource over a valid mesh file)
2. Try to access its geometry property through Qt3DRender::QGeometry::geometry()
Expected result - receive a valid ptr to Qt3DRender::QGeometry
Actual result - receive null ptr.
It seems all other QGeometryRenderer derived classes do set this property.
Although there may be some workaround, currently I do not know how to navigate through scene content starting from QEntity which contains a QMesh and reach the corresponding QGeometry.
- is duplicated by
-
QTBUG-65506 QMesh returns null QGeometryFactory pointer
-
- Closed
-