Skip to content

Commit 8b22575

Browse files
authored
Viewer Configurator: Add support for shadow quality "high" (IBL) (#16752)
Now that IBL shadows (quality "high") are in the Viewer and stable, enabling this option in the configurator. ![image](https://github.com/user-attachments/assets/4376829a-0d7d-4c19-bb7d-9dde4a8dbc32)
1 parent be8f552 commit 8b22575

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/tools/viewer-configurator/src/components/configurator/configurator.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ const OutputOptions = [
6161
const ShadowQualityOptions = [
6262
{ label: "None", value: "none" },
6363
{ label: "Normal", value: "normal" },
64+
{ label: "High", value: "high" },
6465
] as const satisfies IInspectableOptions[] & { label: string; value: ShadowQuality }[];
6566

6667
const ToneMappingOptions = [

0 commit comments

Comments
 (0)