Car turn to boat
by David Erenger · in Torque Game Engine · 02/23/2004 (10:15 am) · 2 replies
Is it possible to have a wheel vehicle (apc) and when it hits water turn it to a controlleble boat??
I have it floating but if I enter the water at an angle the car will stay like that, and also I want to drive it like a boat, this apc have 2 water jets at rear and is steering by using diferent power, like a tank.
I have it floating but if I enter the water at an angle the car will stay like that, and also I want to drive it like a boat, this apc have 2 water jets at rear and is steering by using diferent power, like a tank.
#2
I thought that the BraveTree guys were working on a car that could turn into a plane. Perhaps there are lessons to be learned from that.
02/23/2004 (10:16 pm)
'Cept that you'd have to change the class, not the datablock...I thought that the BraveTree guys were working on a car that could turn into a plane. Perhaps there are lessons to be learned from that.
Torque Owner Sean Kerr
I don't know if this is possible. But you could have two datablocks, one for a HoverVehicle (they can float) and one for wheeled vehicle. Then swap the datablock for the vehicle when it hits water or drives onto land.