Samsung / GearVRf

The GearVR framework(GearVRf) is an Open Source VR rendering library for application development on VR-supported Android devices.
http://www.gearvrf.org
Apache License 2.0
407 stars 217 forks source link

Internal sensor should be used only in developing #157

Closed niusounds closed 9 years ago

niusounds commented 9 years ago

I think it is good idea that internal sensor rotates viewport in developing but it should be turned off in release APK for performance reason. Probably GVRInternalSensorListener.onSensorChanged is no worth with in production environment.

...isn't it?

chenchao1407 commented 9 years ago

Do you mean that for released APK it will only be able to run with GearVR? Right?

niusounds commented 9 years ago

I think GearVRf can be used only in app with GearVR. If GearVRf supports (will support) not only GearVR but also other devices like a Cardboard or standalone app, I'm barking up the wrong tree.

phyuzion commented 9 years ago

@niusounds Yes correct, but we have plan that spread out to every devices. Thank you for your comment and we will do asap. :)