Doc.Chen
Doc.Chen

Reputation: 19

Google VR SDK 360 Video

Recently, I'm doing some research work on Google VR SDK on android platform. I fetch the SDK from github https://github.com/googlevr/gvr-android-sdk. It contains several aar libraries, such as common, commonwidget, etc.

  1. Does anyone know where can I download the source code of these libraries?
  2. Why the VR video has no changes in Y axis after invoking the method onPanningEvent(float translationPixelX, float translationPixelY) in VrWidgetRenderer class file? X axis is Okay.

Upvotes: 1

Views: 380

Answers (1)

Guillaume Braibant
Guillaume Braibant

Reputation: 209

This post on the Google VR SDK git issues might answer your question.

My answer to your question is : No, i don't think Google will give its source code.

Regards

Upvotes: 1

Related Questions