Skip to content

Commit

Permalink
Update default foveation (#22915)
Browse files Browse the repository at this point in the history
  • Loading branch information
cabanier authored Nov 29, 2021
1 parent c748762 commit e9c4f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderers/webxr/WebXRManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ class WebXRManager extends EventDispatcher {
}

// Set foveation to maximum.
this.setFoveation( 0 );
this.setFoveation( 1.0 );

referenceSpace = await session.requestReferenceSpace( referenceSpaceType );

Expand Down

0 comments on commit e9c4f92

Please sign in to comment.