Skip to content

Commit

Permalink
WebXRManager: Refactored planes code (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Jun 30, 2023
1 parent 1817c4f commit 02d6bed
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions types/three/src/renderers/webxr/WebXRManager.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,5 @@ export class WebXRManager extends EventDispatcher {
getFoveation(): number | undefined;
setFoveation(value: number): void;

/**
* Returns the set of planes detected by WebXR's plane detection API.
*/
getPlanes(): Set<XRPlane>;

dispose(): void;
}

0 comments on commit 02d6bed

Please sign in to comment.