Game Development Community

Changing the camera view between levels

by Shiraz · in Torque X 2D · 04/17/2007 (8:41 pm) · 2 replies

If I zoom the camera out on level 2 in tgbx, shouldn't it zoom out in my program? I'm getting the new level loaded but none of the camera info. Is this a bug?

#1
04/18/2007 (9:40 am)
Each level you have has it's own camera being defined. If you want to persist this, get your camera info when your previous level is loaded and reset the new camera info to what you have saved.


www.linkedin.com/img/webpromo/btn_viewmy_160x25.gif
#2
04/18/2007 (9:45 am)
I don't want it to persist. It IS persisting!