What do you think about a GLXBase that contains basic position/rotation information, a list of children and a Render procedure that does all the push/pop of the matrixes, translation and rotation.
Every Objekt like Camera, Model would inherit this base Class, this way you could link them all logicaly together.