Closed supertuxkart-sourceforge-migration closed 10 years ago
Author: deveee
In kart_gfx.cpp we have:
Vec3 rear_left(-(kart->getKartWidth()+0.20f)*0.35f, (kart->getKartHeight()-0.6f)*0.35f, -kart->getKartLength()*0.35f); Vec3 rear_right((kart->getKartWidth()+0.20f)*0.35f, (kart->getKartHeight()-0.6f)*0.35f, -kart->getKartLength()*0.35f);
Actually, we should get position of wheels, not width of kart.
BTW, what about GNU and it's flying carpet?
Author: deveee Fixed in r12921 and the next few. Thanks for that.
Author: deveee
In kart_gfx.cpp we have:
Actually, we should get position of wheels, not width of kart.
BTW, what about GNU and it's flying carpet?