| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
| I forgot to mention you can then set the NSView to be full screen on one screen using something like. if ([[NSScreen screens]count]>1) { renderScreen = [[NSScreen screens] objectAtIndex:1] ; } else renderScreen = [NSScreen mainScreen]; [v001View enterFullScreenMode:renderScreen withOptions:nil]; Note enterFullScreenMode is 10.5 only afaik. Nothing stopping you from having two NSOpenGL Views, if you would need it...
On Feb 26, 2008, at 1:22 PM, Michael Diehr wrote: The secret option to disable VBL sync can give a massive increase in performance in the case when you have a single QC composition stretched across two screens, which is an odd but fairly common configuration for some QC video art pieces. Disabling VBL leads to image tearing, which is visually unappealing depending on the content being displayed. |
_______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/email@hidden This email sent to email@hidden
| References: | |
| >Disable VBL sync on per-screen basis? (From: Michael Diehr <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.