diff --git a/utils/VREffect.js b/utils/VREffect.js index 10f52d2..e78a1c9 100644 --- a/utils/VREffect.js +++ b/utils/VREffect.js @@ -240,7 +240,7 @@ THREE.VREffect = function ( renderer, onError ) { if ( autoUpdate ) { scene.updateMatrixWorld(); - scene.autoUpdate = false; + scene.matrixWorldAutoUpdate = false; } @@ -387,7 +387,7 @@ THREE.VREffect = function ( renderer, onError ) { if ( autoUpdate ) { - scene.autoUpdate = true; + scene.matrixWorldAutoUpdate = true; }