DarkArtsAndSciences / OculusRiftSceneKit

SceneKit + Oculus Rift. Updated for DK2 with LibOVR SDK 0.4.1
BSD 2-Clause "Simplified" License
15 stars 2 forks source link

Rendering issue with XCode 6 on Yosemite #2

Open AndyQ opened 10 years ago

AndyQ commented 10 years ago

I've tried running this on Xcode 6 (under Yosemite) and the right image is very offset (see screenshot).

When Run under Xcode 5, all is well.

Haven't managed to track down why this is yet (probably an issue with SceneKit in Xcode 6 but just thought I'd report it here).

screenshot

AndyQ commented 10 years ago

Small update - it appears that if you call [rightEyeRenderer render]; twice in succession - the second one renders correctly!