|
@@ -55,7 +55,7 @@ type XRDetectionBoundaryType = "frustum" | "sphere" | "box";
|
|
|
|
|
|
interface XRDetectionBoundary {
|
|
interface XRDetectionBoundary {
|
|
isStationary?: boolean;
|
|
isStationary?: boolean;
|
|
- type?: XRDetectionBoundaryType | string;
|
|
|
|
|
|
+ type?: XRDetectionBoundaryType;
|
|
frustum?: XRFrustum;
|
|
frustum?: XRFrustum;
|
|
sphereRadius?: number;
|
|
sphereRadius?: number;
|
|
boxDimensions?: XRVector;
|
|
boxDimensions?: XRVector;
|