Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 963 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 963 Bytes

Model Viewer

This is a simple model viewer for the glTF format. It is written in C++ and uses OpenGL 3.

Soruces of the taken code

I like to thank the following sources for the code I used in this project:

https://github.com/mfl28/opengl-cpp-starter

https://learnopengl.com/Introduction

https://github.com/JoeyDeVries/LearnOpenGL

OpenGL Youtube Tutorial

How to import models to project

Download model in gltf format and put folder it in the models folder.

How to run project

#build
cmake -B build
cmake --build build
#run
./build/main

Screenshots

Screenshot Screenshot Screenshot Screenshot