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
.obj
format - Phong lighting model - ambient, diffuse and specular lighting
- Use
mouse
to look around - Use
W
A
S
D
keys to move
- Clone project
git clone https://github.com/kotikfi/opengl-engine.git
- Run project with
CTRL+F5
(Visual Studio)