Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nevyn committed Aug 4, 2020
1 parent a1fd3de commit 418d314
Show file tree
Hide file tree
Showing 18 changed files with 606 additions and 1 deletion.
Binary file removed HbService.jar
Binary file not shown.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@ You must still agree to Pico's licensing terms to use it.

## Version history

### v1.3.3 (2020-07-23)

- Added support for safety border recognition and seethrough.
- Added interfaces to get Neo2 controller velocity, angular velocity, acceleration.
- Added interfaces for Neo2 controller vibration.
- Added interfaces to get & set eye buffer size.
- Added Native SDK demo and provided sample

### v1.3.2 (2019-09-19)

1. Provided VR SDK fundamental functionalities.
2. Added support for Pico Neo2
3. Added support for head and contoller 6DoF
4. Fixed some bugs reported by developers.
4. Fixed some bugs reported by developers.
11 changes: 11 additions & 0 deletions aar/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.picovr.picovrlib"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk
android:minSdkVersion="21"
android:targetSdkVersion="26" />

</manifest>
Binary file added aar/PvrSDK-Native-release.aar
Binary file not shown.
6 changes: 6 additions & 0 deletions aar/R.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
int string dialog_button1_zh_CN 0x7f150001
int string dialog_button2_zh_CN 0x7f150002
int string dialog_content_gobcak_zh_CN 0x7f150003
int string dialog_content_lost_zh_CN 0x7f150004
int string dialog_content_toofar_zh_CN 0x7f150005
int string dialog_title_zh_CN 0x7f150006
571 changes: 571 additions & 0 deletions aar/assets/res.json

Large diffs are not rendered by default.

Binary file added aar/classes.jar
Binary file not shown.
Binary file added aar/jni/arm64-v8a/libPvr_NativeSDK.so
Binary file not shown.
Binary file added aar/jni/armeabi-v7a/libPvr_NativeSDK.so
Binary file not shown.
9 changes: 9 additions & 0 deletions aar/res/values/values.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="dialog_button1_zh_CN">原地设置安全边界</string>
<string name="dialog_button2_zh_CN">自定义安全边界</string>
<string name="dialog_content_gobcak_zh_CN">你已离开游戏安全区,请返回安全区边界内或者重新设置安全边界</string>
<string name="dialog_content_lost_zh_CN">请勿遮挡前方摄像头,保持室内光线充足。请您重新设置安全边界</string>
<string name="dialog_content_toofar_zh_CN">你已离开游戏安全区过远,请摘下头戴显示器,返回安全区边界内或者重新设置安全边界</string>
<string name="dialog_title_zh_CN">安全区警告:</string>
</resources>
Binary file removed arm64-v8a/libPvr_NativeSDK.so
Binary file not shown.
Binary file removed armeabi-v7a/libPvr_NativeSDK.so
Binary file not shown.
Binary file removed cvControllerClient.jar
Binary file not shown.
Binary file added demo/6DoF_Controller_Demo.apk
Binary file not shown.
Binary file added demo/ControllerModel.apk
Binary file not shown.
Binary file added demo/PicoVR_TreasureHunt.apk
Binary file not shown.
Binary file added sample/PvrSamples.zip
Binary file not shown.
Binary file removed vractivity.jar
Binary file not shown.

0 comments on commit 418d314

Please sign in to comment.