Change skin of a TSStatic object
by Klaas Hemerijckx · in Torque Game Engine · 06/14/2006 (6:20 am) · 2 replies
Hi,
Is it possible to change the skin of a TSStatic object on the fly like you can do with a GameBase-derived object with the SetSkinName("xxx") function?
Thanx,
Klaas
Is it possible to change the skin of a TSStatic object on the fly like you can do with a GameBase-derived object with the SetSkinName("xxx") function?
Thanx,
Klaas
Torque Owner Tank Dork
TSStatic can only have basic rendering and simple collision..
You could however simply swap the model out with another on the fly since its a simple shape and probably not too size intensive.