Tagged Questions

6
votes
5answers
9k views

Flood Fill Algorithms

Its the weekend again, and that means I get to play with my hobby project. I've gotten tired of creating test levels by hand, so I thought I'd take a break from engine development and work on a level ...
4
votes
4answers
245 views

Different Methods of Performing FloodFill

OK everyone I have several different methods of performing a FloodFill. All of them cause problems. I will list the 3 methods and explain what happens with each one. If anyone could give me some ...
-1
votes
0answers
39 views

wp7 xna flood fill Texture2D algorithm

I need to flood fill a texture2D in WP7 XNA. I am looking for piece of code for it that i use in WP7 XNA. any idea?