Mr.doob 7 лет назад
Родитель
Сommit
d44359fc91
1 измененных файлов с 0 добавлено и 8 удалено
  1. 0 8
      src/renderers/webvr/WebVRManager.js

+ 0 - 8
src/renderers/webvr/WebVRManager.js

@@ -261,14 +261,6 @@ function WebVRManager( renderer ) {
 
 
 	};
 	};
 
 
-	// DEPRECATED
-
-	this.requestAnimationFrame = function ( /* callback */ ) {
-
-		// device.requestAnimationFrame( callback );
-
-	};
-
 }
 }
 
 
 export { WebVRManager };
 export { WebVRManager };

粤ICP备19079148号