|
@@ -72,7 +72,7 @@ void Ssao::initInternal(const RendererInitializer& initializer)
|
|
|
//
|
|
//
|
|
|
// noise map
|
|
// noise map
|
|
|
//
|
|
//
|
|
|
- noiseMap.load("engine-rsrc/noise3.png");
|
|
|
|
|
|
|
+ noiseMap.load("engine_data/noise.ankitex");
|
|
|
noiseMap->setFiltering(Texture::TFT_NEAREST);
|
|
noiseMap->setFiltering(Texture::TFT_NEAREST);
|
|
|
if(noiseMap->getWidth() != noiseMap->getHeight())
|
|
if(noiseMap->getWidth() != noiseMap->getHeight())
|
|
|
{
|
|
{
|