Variable: DEFAULT_OCCLUSION
const DEFAULT_OCCLUSION: OcclusionSpec;
Defined in: occlusion.ts:84
Soft edges over everything, from a GPU texture.
gpu-optimized is the default because it is the only usage three.js's
built-in occlusion accepts, and because the alternative costs a read back to
the CPU that nothing in this package needs.