Explorar el Código

Removing leftover of the VREffect / VRControls separation

Diego Marcos hace 11 años
padre
commit
efdf025ffd
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      examples/js/controls/VRControls.js

+ 0 - 1
examples/js/controls/VRControls.js

@@ -8,7 +8,6 @@ THREE.VRControls = function ( camera, done ) {
 
 
 	this._init = function () {
 	this._init = function () {
 		var self = this;
 		var self = this;
-		this._renderer = renderer;
 		if ( !navigator.mozGetVRDevices ) {
 		if ( !navigator.mozGetVRDevices ) {
 			if ( done ) {
 			if ( done ) {
 				done("Your browser is not VR Ready");
 				done("Your browser is not VR Ready");