We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8f552 commit 8b22575Copy full SHA for 8b22575
packages/tools/viewer-configurator/src/components/configurator/configurator.tsx
@@ -61,6 +61,7 @@ const OutputOptions = [
61
const ShadowQualityOptions = [
62
{ label: "None", value: "none" },
63
{ label: "Normal", value: "normal" },
64
+ { label: "High", value: "high" },
65
] as const satisfies IInspectableOptions[] & { label: string; value: ShadowQuality }[];
66
67
const ToneMappingOptions = [
0 commit comments