ixchow / 15-466-ibl

Example code related to image-based lighting (and, well, hdr in general).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image-Based Lighting Examples + Utilities

This is a version of the 15-466 base code (base3, in fact) with some example image-based lighting code.

See the cubes/ directory for processing code and the rgbe.hpp function for conversion between RGBE8 and floating point color data. See ShowCubeMode.cpp for the example cubemap loading, setup, and rendering code, and cube_*_program.*pp for the shaders themselves.

About

Example code related to image-based lighting (and, well, hdr in general).


Languages

Language:C 60.8%Language:C++ 33.9%Language:Python 5.0%Language:Makefile 0.3%