Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.18 KB

README.md

File metadata and controls

26 lines (22 loc) · 1.18 KB

OpenGL 3.3 core mode application

Used libraries:

  1. freeglut - open-source alternative to the OpenGL Utility Toolkit (GLUT) library
  2. GLM - C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specifications
  3. GLEW - The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library.
  4. RapidJson - A fast JSON parser/generator for C++ with both SAX/DOM style API

Program in action

  1. Header:
    1. FPS
    2. drawcalls and material changes count
    3. ScenePath
    4. Objects count
  2. Instanced DrawCalls
  3. Loading models info and scene configuration from .json files
  4. Orbital camera with moving center
  5. Level-of-details: unload object if it's further than render distance
  6. Phong lightning with textures support

Controls:
Mouse Wheel - Camera zoom*(close/further)*
LBM - Camera rotation (hold and move)
WASD - Camera movement