This is our final project for opengl introduction course at school.
- Add SSAO
-
Main Scene
-
Skybox
-
Assimp scene/model loading
-
-
Lighting, Matetial & Rendering
-
Other effects
-
Particle system (snow)
-
Fog
-
Ocean
-
-
UI & Navigation
-
GLEW 2.1.0
-
Freeglut 3.2.1
-
glm 0.9.9.6
-
Assimp 3.3.1
-
stb image loader 2.23
-
ImGui 1.74
-
OS:Windows 10, 64 bit
-
IDE:Visual Studio 2017 (Build setting: Debug, x64)
-
Project Structure
-
assets/ 3d models, shader code, images...
-
src/ all source code
-
include/ library headers to include
-
lib/ library binaries that header files will look at
-
bin/ executable and intermediate object files
-