hadronized / quaazar

Realtime 3D engine
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Spherical Harmonics (SH) lighting #65

Open hadronized opened 9 years ago

hadronized commented 9 years ago

We need spherical harmonics lighting as a new Ambient constructor. Instead of having the current Ambient, we would have something like:

data Ambient = Ambient Color Float | SphericalHarmonics …