I’m 99% sure I have the answer to this already, but I’m wondering if anyone knows how to make large objects move without all this flicker and tearing I’m getting.
My thought is it’s just windows drawing…we probably need proper page flipping(like DirectDraw does) to fix it.
Here’s a crude example of what I am talking about.
*Originally posted by Mormegil *
**I’m 99% sure I have the answer to this already, but I’m wondering if anyone knows how to make large objects move without all this flicker and tearing I’m getting.
My thought is it’s just windows drawing…we probably need proper page flipping(like DirectDraw does) to fix it.
Here’s a crude example of what I am talking about.