Skip to content

Commit

Permalink
fix (WebXRManager): change argument name of setFoveation
Browse files Browse the repository at this point in the history
  • Loading branch information
0b5vr committed Jan 30, 2023
1 parent 16b0f37 commit 1f38b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/three/src/renderers/webxr/WebXRManager.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class WebXRManager extends EventDispatcher {
updateCamera(camera: PerspectiveCamera): void;
setAnimationLoop(callback: XRFrameRequestCallback | null): void;
getFoveation(): number | undefined;
setFoveation(foveation: number): void;
setFoveation(value: number): void;

/**
* Returns the set of planes detected by WebXR's plane detection API.
Expand Down

0 comments on commit 1f38b70

Please sign in to comment.