Google Cardboard integration for jMonkeyEngine 3
How do I use this thing!?
- Add jme-cardboard.jar to your project.
- Turn on Android deployment for your project (Properties/Application/Android
- In the generated MainActivity.java (Important Files/Android Main Activity) have it extend CardboardHarness instead of AndroidHarness.
- Change the appClass in the same to your project's application file.
- Enjoy?
For an example, look at test/CardboardStarTravel
If you wish to build the sources yourself, it needs access to an android.jar file.
Disclaimer: This has been developed against jMonkeyEngine 3.1. Support in 3.0 is not verified.