Integrate skylight model. Work in progress.

This commit is contained in:
castano
2012-05-22 18:47:38 +00:00
parent 20c5078e93
commit 0eb7c3eb71
5 changed files with 18227 additions and 0 deletions

33
extern/skylight/README.txt vendored Normal file
View File

@ -0,0 +1,33 @@
The files in this archive are a sample implementation of the analytical
skylight model presented in the SIGGRAPH 2012 paper
"An Analytic Model for Full Spectral Sky-Dome Radiance"
by
Lukas Hosek and Alexander Wilkie
Charles University in Prague, Czech Republic
Version: 1.0, May 11th, 2012
Please visit http://cgg.mff.cuni.cz/projects/SkylightModelling/ to check if
an updated version of this code has been published!
This archive contains the following files:
README.txt This file.
ArHosekSkyModel.h Header file for the reference functions. Their
usage is explained there, and sample code for
calling them is given.
ArHosekSkyModel.c Implementation of the functions.
ArHosekSkyModelData.h Coefficient data.
Please note that the source files are in C99, so that when e.g. compiling this
code with gcc, you have to add the "-std=c99" or "-std=gnu99" flags.