Sajdkick
Sajdkick
Awesome, thanks for the quick reply! All i had to do was to change this: `clipper.Execute(ClipType.ctUnion, unionPaths);` Into: `clipper.Execute(ClipType.ctDifference, unionPaths);` So if you wanted a general function for doing all...
Awesome, when it shows up again I'll try to get a test case for you :)
I got it to happen consistently. ``` DeBroglie.Tiled.TiledMapImporter importer = new DeBroglie.Tiled.TiledMapImporter(); var sampleSet = importer.Load("Deque Map Crash"); // Specify the model used for generation var model = new OverlappingModel(2,...
Really cool stuff! Outpainting was the one thing I really missed in the original implementation, is it possible to add a custom mask instead of just cropping the image? Or...