add focus project, fix recovery save on ui thread, fix grid commit, wave_sdk submodule, use PlatformActivity as base for android/quest/focus and extend VRActivity on focus.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package com.omixlab.panopainter;
|
||||
|
||||
public class Platform {
|
||||
public static final String[] Libs = new String[]{"wvr_api"};
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
package com.omixlab.panopainter;
|
||||
|
||||
import com.htc.vr.sdk.VR;
|
||||
import com.htc.vr.sdk.VRActivity;
|
||||
import com.htc.vr.sdk.VRNativeActivity;
|
||||
import com.omixlab.panopainter.Platform;
|
||||
|
||||
public class PlatformActivity extends VRActivity {
|
||||
}
|
||||
Reference in New Issue
Block a user