void setUniform4f(const std::string& name, float f0, float f1, float f2, float f3); void setUniform1i(const std::string& name, int f0); ...
This project is a 3D graphics scene built using OpenGL in C++. The goal was to design and render a small scene using geometric primitives, lighting, textures, and camera movement. The scene represents ...