Function getGaussianSplatQualityInfo

  • Read-only view of the context's current splat quality state, or null if no splat content has been loaded: the applied quality, the current adaptation level and the effective (adapted) renderer settings.

    Parameters

    Returns
        | null
        | {
            adaptationLevel: number;
            effective: ResolvedGaussianSplatQuality;
            quality: GaussianSplatQuality;
        }