Preparazione per controllo accelerazione tangenziale

This commit is contained in:
2026-06-20 17:40:06 +02:00
parent 51c620ef4d
commit ef2e09ef0f
7 changed files with 16 additions and 2 deletions
+7
View File
@@ -97,4 +97,11 @@ void rigidbody::step(const sf::Clock time){
calcVel(dt);
}
void rigidbody::setTanAcc(const Vector3 Dacc, const Vector3 pos){
}
void rigidbody::calcRot(const float Dtime){
}