Skip to content

Commit

Permalink
Updated builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Feb 28, 2019
1 parent d53e097 commit 72c90fc
Show file tree
Hide file tree
Showing 3 changed files with 420 additions and 420 deletions.
6 changes: 3 additions & 3 deletions build/three.js
Original file line number Diff line number Diff line change
Expand Up @@ -21958,9 +21958,11 @@

var userHeight = frameOfReferenceType === 'stage' ? 1.6 : 0;

if ( device === null ) {
if ( isPresenting() === false ) {

camera.position.set( 0, userHeight, 0 );
camera.rotation.set( 0, 0, 0 );

return camera;

}
Expand Down Expand Up @@ -22014,8 +22016,6 @@

poseObject.updateMatrixWorld();

if ( device.isPresenting === false ) return camera;

//

cameraL.near = camera.near;
Expand Down
Loading

0 comments on commit 72c90fc

Please sign in to comment.