How to exporter the weapon .dts file.
by Rdi · in Torque Game Engine · 11/01/2005 (1:45 am) · 1 replies
Hi all
In Maya,we have a character with skeleton animation. And he has a weapon.
When I export the character to .dts file,we can't find the weapon.
How to solve?
Thanks,
rdi
In Maya,we have a character with skeleton animation. And he has a weapon.
When I export the character to .dts file,we can't find the weapon.
How to solve?
Thanks,
rdi
Torque Owner Till Hoffmann
one for the player -> export to player.dts
and one for the weapon -> export to myweapon.dts
Afterwards the weapon will be mounted to the playermodel by script (or C++).