nomades
Honored Guest
since ‎12-02-2015
‎02-23-2021

User Statistics

  • 8 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

(Note I still work with Mobile SDK 1.0.0.1 (not 1.0.3)).I see that VrGUI\Src\VolumePopup.cpp is the volume notification that pops up when the volume button is being pressed.Is there a way to suppress/disable Volume notification from showing?Thanks
There is no example of any spinners (a.k.a circular progressbar, loading icon).Can UIImage load animated GIF?
I have a pre-compiled static library (.so file).It is a third-party library which I don't have the source code.Normally, for general Android project, I would add .so files to ../jniLibs/armeabi-v7a/ folder and it will work.However, for GearVR project...
I can't figure out how to include other libraries into the GearVR project.I want to include a library into the GearVR project. For example: okhttp-3.2.0.jarIf I include at the ../Projects/Android/libs/okhttp-3.2.0.jar, then it compiles but I get a ru...
I have a VRMenuObejct called m_errorTextObject.VRMenuObject * m_errorTextObject {};//Error Text comps.PushBack( new OvrDefaultComponent( Vector3f( 0.0f, 0.0f, 0.05f ), 1.05f, 0.25f, 0.0f, Vector4f( 1.0f ), Vector4f( 1.0f ) ) ); comps.PushBack( new Ov...