Game Development Community

Changing tire size

by David Erenger · in Torque Game Engine · 03/04/2004 (5:31 am) · 3 replies

I cant find out how to change the wheel size, if I change the tire mesh and col mesh it looks bigger but it sunks down in the terrain, if a make everything smaller it flyes over terrain, where do I change the wheel radius?? is there in the script somewhere? or in the model, but where?

thanks // David

#1
03/04/2004 (2:07 pm)
Did you simply scale the tire mesh? Often if you simpl scale an object then export it, the transforms will not work in torque. You can try resetting the transforms for your object in the heirarchy/pivot panel, but you mat need to use the "box trick" for proper transforms.
#2
03/04/2004 (5:07 pm)
This happens to me sometimes
When i scale something i must delete the bounding box and
make a new one after that is works fine .
#3
03/05/2004 (2:51 am)
Deleting the bb and create a new one helpt, thanks.. but wierd I think