A library for generating coherent noise.
GNU Lesser General Public License v3.0
37
stars
18
forks
source link
test.bmp output file in SharpNoise.Tests\GraniteTextureTest.cs should be removed after tests #3
Closed
InfiniteProductions closed 8 years ago
In test SharpNoise.Tests\GraniteTextureTest.cs, in
GraniteTexture_SphericalRender
test (the last one), the output file created in:bitmap.Save(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Desktop), "test.bmp"), System.Drawing.Imaging.ImageFormat.Bmp);
Should be removed after the test end. Or file created into temp directory.