OpenGL Graphics
- April 9, 2022
- SerOleg
This project features a 3D graphics application exhibiting key techniques in graphics programming. The application demonstrates the use of the OpenGL API. Among the features implemented are: LightingThe scene shows lighting from multiple lights of different types, colours and some animated. Light types include ambient, point and spot.GeometryAll geometry is correctly textured and litA mix of imp…