TheRealMJP / BakingLab

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

Added support for VS2017 #7

Closed bonizz closed 5 years ago

bonizz commented 5 years ago

Hi MJP,

I added sln/proj files for vs2017 and changed HosekSky to be compiled from src (like you've done in another project). Also added a pragma for vs2013 to compile.

Thanks for making these sources available, and for the great series on baking and SGs!

Boni

TheRealMJP commented 5 years ago

Thank you for the pull request, looks great!