-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vr generic squashed #15
base: master
Are you sure you want to change the base?
Conversation
feat: initial generic VR support
commit 772824b Author: Ricardo Quesada <[email protected]> Date: Sat Apr 23 10:05:55 2016 -0700 fix: almost there commit 76fd1eb Author: Ricardo Quesada <[email protected]> Date: Thu Apr 21 19:05:54 2016 -0700 fix: almost working commit adb8a77 Author: Ricardo Quesada <[email protected]> Date: Wed Apr 20 18:43:47 2016 -0700 fix: almost render something commit e7e5080 Author: Ricardo Quesada <[email protected]> Date: Tue Apr 19 18:01:25 2016 -0700 fix: doesn't crash :-) but doesn't render distortion yet commit 2f81936 Author: Ricardo Quesada <[email protected]> Date: Fri Apr 15 17:07:04 2016 -0700 fix: compiles, doesn't work yet commit 1799220 Author: Ricardo Quesada <[email protected]> Date: Thu Apr 14 18:42:51 2016 -0700 fix: add needed files still WIP commit 8322cc2 Author: Ricardo Quesada <[email protected]> Date: Wed Apr 13 19:04:14 2016 -0700 generic vr: WIP
@ricardoquesada Thanks. I merged your branch in my local repo and want to run it on my device. What should I do? |
@dabingnn open the iOS project with Xcode and run the project. It is just a "proof of concept", so there are still a few things to fix. But the idea is to fix those things in cocos2d-x (at least that's what I'm doing) |
It runs but only presents black screen. |
I tested on iPhone 5s and iPhone6 and Mac. On Wed, Apr 27, 2016 at 7:35 PM, Huabing.Xu [email protected]
|
I tested on iphone 5s, it works. This pull request seems to be a prototype, rather than a feature.
Which repo would you prefer to submit for VR issues? |
@dabingnn there we are discussing branches, design issues, etc. thanks. |
Adds "proof of concept" generic VR for cocos2d-x.