We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99b7ec commit 67b282dCopy full SHA for 67b282d
1 file changed
editor/src/editor/layout/inspector/material/sky.tsx
@@ -40,6 +40,11 @@ export class EditorSkyMaterialInspector extends Component<IEditorSkyMaterialInsp
40
<EditorInspectorNumberField object={this.props.material} property="mieDirectionalG" label="Mie Directional G" min={0} max={1} />
41
<EditorInspectorSwitchField object={this.props.material} property="dithering" label="Dithering" />
42
</EditorInspectorSectionField>
43
+
44
+ <EditorInspectorSectionField title="Misc">
45
+ <EditorInspectorSwitchField label="Fog Enabled" object={this.props.material} property="fogEnabled" />
46
+ <EditorInspectorSwitchField label="Use Logarithmic Depth" object={this.props.material} property="useLogarithmicDepth" />
47
+ </EditorInspectorSectionField>
48
</>
49
);
50
}
0 commit comments