|
@@ -367,6 +367,8 @@ function WebXRManager( renderer, gl ) {
|
|
|
// update camera and its children
|
|
|
|
|
|
camera.matrixWorld.copy( cameraVR.matrixWorld );
|
|
|
+ camera.matrix.copy( cameraVR.matrix );
|
|
|
+ camera.matrix.decompose( camera.position, camera.quaternion, camera.scale );
|
|
|
|
|
|
const children = camera.children;
|
|
|
|