nodes to be rendered are sorted by distance to camera plane

This commit is contained in:
devZoGok
2022-12-27 14:45:23 +02:00
parent 41de623a66
commit cc2f6dc29b
3 changed files with 29 additions and 5 deletions
-3
View File
@@ -58,9 +58,6 @@ namespace vb01{
for(Skeleton *sk : skeletons)
sk->update();
for(Node *c : children)
c->update();
}
for(Driver *driver : drivers)