| 984 | } |
| 985 | |
| 986 | int APIENTRY wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow) |
| 987 | { |
| 988 | // GenerateGaussianIrradianceTable(4.0f, L"SG_Irradiance_4.0.txt"); |
| 989 | // GenerateSGInnerProductIrradianceTable(4.0f, L"SG_InnerProduct_Irradiance_4.0.txt"); |
| 990 | // GenerateSGFittedIrradianceTable(4.0f, L"SG_Fitted_Irradiance_4.0.txt"); |
| 991 | |
| 992 | BakingLab app; |
| 993 | app.Run(); |
| 994 | } |