|
@@ -1,4 +1,6 @@
|
|
-
|
|
|
|
|
|
+/**
|
|
|
|
+ * @author servinlp
|
|
|
|
+ */
|
|
|
|
|
|
THREE.GearVRController = function () {
|
|
THREE.GearVRController = function () {
|
|
|
|
|
|
@@ -32,12 +34,6 @@ THREE.GearVRController = function () {
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
- this.setSkyBox = function ( skyBox ) {
|
|
|
|
-
|
|
|
|
- window.SamsungChangeSky( skyBox );
|
|
|
|
-
|
|
|
|
- };
|
|
|
|
-
|
|
|
|
this.setHand = function ( hand = 'right' ) {
|
|
this.setHand = function ( hand = 'right' ) {
|
|
|
|
|
|
var handPos;
|
|
var handPos;
|