|
From: SourceForge.net <no...@so...> - 2006-12-09 03:20:11
|
Bugs item #1601345, was opened at 2006-11-22 11:02 Message generated for change (Comment added) made by sf-robot 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: Closed 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: SourceForge Robot (sf-robot) Date: 2006-12-08 19:20 Message: Logged In: YES user_id=1312539 Originator: NO This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- 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 |