|
From: SourceForge.net <no...@so...> - 2006-11-25 01:51:47
|
Bugs item #1601345, was opened at 2006-11-22 11:02 Message generated for change (Comment added) made by jwwalker You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=442052&aid=1601345&group_id=45158 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Pending >Resolution: Fixed Priority: 5 Private: No Submitted By: Sean McBride (sean_mcbride) >Assigned to: James W. Walker (jwwalker) Summary: Need option to turn on VBL syncing Initial Comment: With large windows and a complex scene, moving the camera around produces visible tearing. One solution would be to provide an API to enable VBL syncing, using this snippit: <http://developer.apple.com/technotes/tn/tn2014.html#Section5> By default it should be off to not disturb existing code. ---------------------------------------------------------------------- >Comment By: James W. Walker (jwwalker) Date: 2006-11-24 17:51 Message: Logged In: YES user_id=433183 Originator: NO On the Mac (Carbon), there is now a draw context option to turn on VBL syncing, kQ3DrawContextPropertySyncToRefresh. I don't know if there are equivalent options on Windows and Unix. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=442052&aid=1601345&group_id=45158 |