|
-
Feb 15th, 2003, 06:00 AM
#1
Thread Starter
Addicted Member
Dirty Rectangles
Hi all,
Can anyone explain the concept of "Dirty Rectangles" and how it can be used to speed up graphics,
Where can I find more about it?
Thanks and have a nice weekend.
-
Feb 15th, 2003, 07:42 AM
#2
Ex-Super Mod'rater
The concept of dirty rectangles is that when you update the screen you only change what has changed since the last frame was displayed. Therefore it should be faster because your not painting as much. Remember don't clear the back buffer tho.
Just do a search on google to find out more.
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

-
Feb 15th, 2003, 08:44 AM
#3
Thread Starter
Addicted Member
Thanks, Electroman. And now all is left is to figure out how I can
implement this technique using bitblt or other APIs.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|