You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have several QEntities inside the root, then how to remove one of them?
for example:
for(int i=0;i++;i<10) {
auto cuboidEntity = new Qt3DCore::QEntity(root);
cuboidEntity ->setId(i);
}
???
The text was updated successfully, but these errors were encountered:
I have several QEntities inside the root, then how to remove one of them?
for example:
for(int i=0;i++;i<10) {
auto cuboidEntity = new Qt3DCore::QEntity(root);
cuboidEntity ->setId(i);
}
???
The text was updated successfully, but these errors were encountered: