Cambio sistema per rotazione bacino (non funziona)

This commit is contained in:
2026-06-21 11:58:12 +02:00
parent 7fee7b1e13
commit e1965aaf1e
11 changed files with 68 additions and 15 deletions
+4
View File
@@ -133,3 +133,7 @@ void rigidbody::calcRot(const float Dtime){
}
}
rb::Vector3 rigidbody::getAcc(){
return Vector3(acc);
}