3rd Person Cross Hair
by NA · in Torque Game Engine · 10/06/2003 (3:49 pm) · 3 replies
How can I make it so that the cross hair visible in first person mode is still present in 3rd person mode?
Thx in advance
Thx in advance
About the author
#2
10/06/2003 (5:51 pm)
Problem is the cross hair stays in the middle of the screen and is only a valid aim point in first person.
#3
www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=3533
10/07/2003 (7:51 am)
Look atwww.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=3533
Associate Ron Yacketta
the line of code you would need to change is
if (!control || !(control->getType() & ObjectMask) || !conn->isFirstPerson()) return;