Pārlūkot izejas kodu

Removing leftover of the VREffect / VRControls separation

Diego Marcos 11 gadi atpakaļ
vecāks
revīzija
efdf025ffd
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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 () {
 		var self = this;
-		this._renderer = renderer;
 		if ( !navigator.mozGetVRDevices ) {
 			if ( done ) {
 				done("Your browser is not VR Ready");