Open hadronized opened 9 years ago
We need spherical harmonics lighting as a new Ambient constructor. Instead of having the current Ambient, we would have something like:
Ambient
data Ambient = Ambient Color Float | SphericalHarmonics …
We need spherical harmonics lighting as a new
Ambient
constructor. Instead of having the currentAmbient
, we would have something like: