TheRealMJP / BakingLab

A D3D11 application for experimenting with Spherical Gaussian lightmaps
MIT License
700 stars 91 forks source link

Add support for Enlighten's RGB directional lightmaps. #12

Closed pzurita closed 4 years ago

pzurita commented 4 years ago

Added support for Enlighten's RGB directional lightmaps. Not a worthy alternative to SH1s but had to implement it anyway to make my point so I might as well share it. Also fixed a bug in the original single direction implementation.

Enlighten Single Direction Enlighten RGB Direction SH1
image image image
TheRealMJP commented 4 years ago

Thanks Pablo!