|
@@ -1545,6 +1545,18 @@ Object.assign( WebVRManager.prototype, {
|
|
|
|
|
|
} );
|
|
} );
|
|
|
|
|
|
|
|
+Object.defineProperties( WebVRManager.prototype, {
|
|
|
|
+
|
|
|
|
+ standing: {
|
|
|
|
+ set: function ( value ) {
|
|
|
|
+
|
|
|
|
+ console.warn( 'THREE.WebVRManager: .standing has been removed.' );
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+} );
|
|
|
|
+
|
|
//
|
|
//
|
|
|
|
|
|
Audio.prototype.load = function ( file ) {
|
|
Audio.prototype.load = function ( file ) {
|