v2-ui #84

Merged
Vishnu merged 53 commits from v2-ui into main 2025-05-10 13:42:19 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 3867ea9e38 - Show all commits

View File

@ -243,12 +243,12 @@ const GlobalProperties: React.FC = () => {
label="Wall Visibility"
onClick={changeWallVisibility}
/>
<InputToggle
{/* <InputToggle
value={shadows}
inputKey="3"
label="Shadows Visibility"
onClick={shadowVisibility}
/>
/> */}
<LabeledButton
label="Reset Camera"
onClick={toggleResetCamera}