Miglioramento precisione rotazioni

This commit is contained in:
2026-05-31 12:47:46 +02:00
parent 57412060b5
commit 28abf04232
12 changed files with 29 additions and 50 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ void Caviglia::update(sf::Clock cl){
sf::Shape* Caviglia::draw(ReferencePlane plane){
rb::Vector3 tmpPos = body.getPos();
rb::Vector3_s tmpRot = body.getRot();
rb::Vector3 tmpRot = body.getRot();
switch (plane)
{