Camera object

Allowing the first render to occur

At this point you should have the game configured and ready to load. Creating a camera for the game is super easy.

//Camera
UnifiedEngine::Camera Cam;
UnifiedEngine::instantiate(&Cam);

And that's it, now compile and run. You should end up with a black screen.

Last updated