SetSkinName on TSStatic?
by Neil Marshall · in Torque Game Engine · 09/04/2003 (8:34 pm) · 1 replies
Is it possible to somehow call setSkinName on a TSStatic?
I'm trying to get my game to randomly apply textures to the trees in the forest but TSStatics don't have the setSkinName function. Is there a better way I could do this?
I'm trying to get my game to randomly apply textures to the trees in the forest but TSStatics don't have the setSkinName function. Is there a better way I could do this?
Torque Owner Sam Guffey
Im pretty sure you can add the setSkinName functionality to static shapes based off the shapeBase object.