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.
@Teh-Me Hi! It's possible. You need to create two classes: one that inherits from Qt3DRender::QGeometry and another that inherits from Qt3DRender::QGeometryRenderer.