In MSPaint, you can fill in a certain area, with a color. I want to be able to do something like that but instead of just one color, I want to fill it using a bitmap texture in DDraw. Thanks
Printable View
In MSPaint, you can fill in a certain area, with a color. I want to be able to do something like that but instead of just one color, I want to fill it using a bitmap texture in DDraw. Thanks
Try this: you have the area of the surface you wanna fill in a color, then just blt the other surface to it using that color as the color key, so it fills ONLY the parts that are that color.
DX's help files have the exact functions, I always use my wrapper module instead of DX's functions so I only have a vague idea on it :)
If you still can't get it, reply here again and I'll give you the exact code ;)