Quick Question - Camera Views
by Brian Wells · in Torque Game Engine · 03/03/2002 (10:15 pm) · 2 replies
Is there a console command that will toggle the view from 1st to 3rd person perspective, and is there anyway to make it so that when you rotate the camera around the player (default Z key) to make it stay in the position you rotated to and not snap back?
Thanks!
Thanks!
#2
you can switch between 1st and 3rd person with the TAB key. So have a look in the ActionMap bindings and figure out which command is bound to the TAB key (i don't have the code right here).
Alexander,
you mean an observer camera? Check out the binding for F7 or F8 (?) key.
Bye
Alex
03/04/2002 (7:15 am)
Brian,you can switch between 1st and 3rd person with the TAB key. So have a look in the ActionMap bindings and figure out which command is bound to the TAB key (i don't have the code right here).
Alexander,
you mean an observer camera? Check out the binding for F7 or F8 (?) key.
Bye
Alex
Torque Owner Alexander Bierbrauer
I'm trying to implement a stand-alone camera view... I didn't find any console commands... It seems that we have to implement it on our own.