Caricamento v0.2

This commit is contained in:
2026-05-31 10:42:30 +02:00
parent 16806a0d85
commit e50e2987c9
29 changed files with 3411 additions and 16687 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ void rigidbody::setRot(const Vector3_s Nrot){
if (Nrot.size() != 3) throw "Vel vector must be 3 in lenght!";
int i = 0;
for (float axis : Nrot){
for (_Float16 axis : Nrot){
rot[i] = axis;
i++;
}