This is a basic question about the need for world and camera space matrices when each are identity matrices. Can they be omitted when calculating a 2D projection? I'm pretty sure that they can, although I seem to be getting strange results when I try to project some 3D points whilst omitting them, I ask since this might be directly linked to another question:
Projecting a 3D point to 2D screen space using a perspective camera matrix