only loading one's model data to the GPU once

This commit is contained in:
devZoGok
2025-06-15 18:41:52 +03:00
parent 6f7702cb19
commit 08907567b0
8 changed files with 150 additions and 125 deletions
-1
View File
@@ -3,7 +3,6 @@
namespace vb01{
Box::Box(Vector3 size){
setSize(size);
construct();
}
void Box::setSize(Vector3 size){