updated voxelizer with conservative rasterization;

dropped windows 7 support;
other updates;
This commit is contained in:
turanszkij
2017-02-27 23:56:58 +01:00
parent 8d445eaf83
commit a49eecbd9d
35 changed files with 199 additions and 2928 deletions
-5
View File
@@ -45,11 +45,6 @@ namespace wiInitializer
{
stringstream ss("");
ss << "Failed to Initialize Audio Device!";
#if (_WIN32_WINNT >= 0x0602 /*_WIN32_WINNT_WIN8*/)
//
#else
ss << " Install June 2010 DirectX Redistributable!";
#endif
wiHelper::messageBox(ss.str());
}
}