Type Alias: OcclusionMode
type OcclusionMode = "hard" | "soft" | "minmax-soft";
Defined in: packages/webxr-environment/src/occlusion.ts:38
How hard the edge between real and virtual is drawn.
type OcclusionMode = "hard" | "soft" | "minmax-soft";
Defined in: packages/webxr-environment/src/occlusion.ts:38
How hard the edge between real and virtual is drawn.