Game Development Community

Chapter 4 code, everything working except 3rd person

by Nikhil Haldar-Sinha · in Torque Game Engine · 05/26/2006 (7:24 pm) · 2 replies

I've copied all the code from the book (by hand), and everything works except the tab key (switch between povs). Any advice on where I should look for an error like this?

Thanks.

-Nick

#1
06/03/2006 (12:43 am)
I had the same problem and discovered that I had used a lowercase L instead of a 1 in the function definition for function Toggle1stPPOV
#2
08/19/2006 (1:50 pm)
I have the same problem, the third person view doesn't work with the binary compiled from the Torque 1.4 SDK. If I use the tge.exe from the CD it works fine, if I use the torqueDemo.exe from the SDK it doesn't work. Anybody know why?