Game Development Community

CameraManager Singleton released on TDN

by Matthew Shapiro · in Torque X 2D · 03/28/2008 (10:44 am) · 1 replies

I have released my CameraManager singleton I created onto TDN. This singleton is a class I created to manage the actions of multiple cameras, so instead of manually timing each camera's movement on the fly you just queue the action up and once the current action is finished the next will execute! This should make things like cinematics and complex camera action easier. You can also do some more advance things, such as allow the camera to follow and rotate with an object, even at an offset (which you can't do by just mounting it).

It only supports 2d cameras at this point but it is written to be pretty easy to add 3d functionality to it.

You can find it at: http://tdn.garagegames.com/wiki/TorqueX/CameraManager

#1
05/14/2008 (6:13 pm)
This is awesome, I'll be using it if you don't mind.