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

some source files missing #41

Closed straaljager closed 3 years ago

straaljager commented 3 years ago

Hi,

thanks for this amazing atmospheric model. The demo is very cool.

When I try to build from source, the compiler complains about not finding some include files, e.g.

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

Can you tell me where to find the files belonging in the math directory like angle.h, binary_function.h, scalar_function.h, etc?

Thanks!

straaljager commented 3 years ago

Nevermind, I think the answer is in your dimensional_types repo.