Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 855 Bytes

README.md

File metadata and controls

37 lines (32 loc) · 855 Bytes

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