Custom game engine made with OpenGL.
Contains a sample scene presenting features of the engine.
- Transformations (Scaling, Translation, Rotation)
- Camera with mouse look
- Textures
- Skybox
- Loading models in
.objformat - Phong lighting model - ambient, diffuse and specular lighting
- Use
mouseto look around - Use
WASDkeys to move
- Clone project
git clone https://github.com/kotikfi/opengl-engine.git
- Run project with
CTRL+F5(Visual Studio)






