Skip to content

torresf/gltf-viewer-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glTF Viewer Tutorial

Florian Torres

glTF Viewer tutorial link

How to run the program :

git clone https://github.com/torresf/gltf-viewer-tutorial.git
cd gltf-viewer-tutorial
mkdir build
cd build
cmake ..
make -j
./bin/gltf-viewer viewer ../../PATH_TO_GLTF_MODEL/MODEL.gltf

TODO / IDEAS :

  • Loading and drawing
  • Controlling the Camera
  • Directional Lighting
  • Physically Based Materials
  • Refacto white default texture
  • Emissive Material
  • Toggle Textures in GUI
  • Occlusion Mapping
  • Deferred Rendering
  • Post Processing - SSAO
  • Post Processing - Bloom
  • Fix loading multiple VAOs
  • Normal mapping
  • Shadow Mapping
  • Point Light
  • Multiple lights
  • HDRi
  • Motion blur

About

glTF viewer made with C++ and OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 75.1%
  • GLSL 14.4%
  • CMake 8.5%
  • Shell 2.0%