ebruneton / precomputed_atmospheric_scattering

This project provides a new implementation of our EGSR 2008 paper "Precomputed Atmospheric Scattering".
BSD 3-Clause "New" or "Revised" License
908 stars 120 forks source link

dependencies #16

Closed tpalli closed 6 years ago

tpalli commented 6 years ago

What is the math library used? My build fails like:

./atmosphere/reference/definitions.h:53:10: fatal error: math/angle.h: No such file or directory

include "math/angle.h"

ebruneton commented 6 years ago

These are git submodules. You need to do "git submodule init" and "git submodule update" (in the root directory) to get them.

tpalli commented 6 years ago

ok thanks!