Game Development Community

Camera inheriting from shapbase

by Noah Dyer · in Torque Game Engine · 12/05/2005 (8:56 am) · 0 replies

I've been trying to get a better grasp on what a camera actually is. I noticed that camera inherits from Shapebase, which is a very robust class. I was wondering why it doesn't inherit from gamebase or sceneobject? I feel like this information might help me to better understand how and why camera's work. Thanks.