Project information
- Category: C / C++
- Made by:: Jesús Royo Carabal, Ramón Pérez Segarra
Further Details
This procedural city was made during my second year in ESAT. It was made using OpenGL,
implementing different rendering techniques and using exclusively smart pointers in order to
create and access objects such as lights, gaining experience in memory management.
Rendering techniques
- 3D Camera.
- Lighting System.
- Billboard.
- Fog.
- Transparency.
- Post-processing.
- Geometry Shader.
- Frustrum Culling.
Other features
- Create and destroy objects in real-time using pointers.
- Procedural generation of the city using a "District System".
- Interface with ImGUI.