Game Development Community

how can i show leg in the first person camera

by Enel · in Torque 3D Professional · 08/18/2009 (10:52 am) · 2 replies

WarriorCamp example show Player lag but I cant find defined script that first person show player in WarriorCamp



#1
08/18/2009 (10:59 am)
I think what you're looking for (the video isn't ready yet) is the renderFirstPerson field in the player datablock. It's set to true in the FPS Kit but false in the Template. It is this field that tells the engine whether or not the player can see their body (legs, torso, and arms depending on animations, camera/eye nodes, etc) while in first person.
#2
08/18/2009 (11:09 am)
@Michael Hall

Thx Michael i appreciate your help :)