Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 852 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 852 Bytes

3D Model Renderer C++/OpenGL

Build

Create a folder called "build" in the project folder, then create a VS solution using CMake

alt text

After opening the solution, be sure to set "src" as the startup project, and then do the following

  • ADD "assimp-vc140-mt.lib" to Linker -> Input -> Additional Dependencies
  • Copy the files in external/assimp/lib - TO -> build/src

Functionality

alt text

  • Import and load OBJ Models
  • Move camera or model around 3D space
  • Take a screenshot of current framebuffer (Record png image of object view)

Dependencies (All Included)

  • Assimp
  • OpenGL
  • GLFW
  • GLEW
  • GLM
  • STB_IMAGE
  • ImGui