Florian Torres
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