Qt3d: dynamic mesh generation
Unsolved
General and Desktop
-
wrote on 23 Jun 2016, 16:38 last edited by
Hello. I want to create meshes dynamically, like filling vertex and index arrays in OpenGL. Is it possible in Qt3d? If I missed documentation on this, show me the link, please.
-
Hello. I want to create meshes dynamically, like filling vertex and index arrays in OpenGL. Is it possible in Qt3d? If I missed documentation on this, show me the link, please.
wrote on 23 Jun 2016, 17:26 last edited by@Teh-Me Hi! It's possible. You need to create two classes: one that inherits from
Qt3DRender::QGeometry
and another that inherits fromQt3DRender::QGeometryRenderer
.
2/2