Skip to content

Commit

Permalink
Merge pull request #510 from jadh4v/fix-rendering-standard-hybrid-pos…
Browse files Browse the repository at this point in the history
…ition-with-LAO-option

fix(rendering-ui): move "local ambient occlusion" option
  • Loading branch information
floryst authored Nov 20, 2023
2 parents a759d82 + 4675084 commit b69dd99
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/components/VolumeProperties.vue
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,14 @@ export default defineComponent({
/>
<v-divider class="my-8" />

<v-switch
label="Local Ambient Occlusion"
density="compact"
hide-details
:model-value="cvrParams.useLocalAmbientOcclusion"
@update:model-value="setCVRParam('useLocalAmbientOcclusion', !!$event)"
/>

<v-row class="my-4">
<v-btn-toggle
:model-value="lightingModel"
Expand All @@ -187,14 +195,6 @@ export default defineComponent({
</v-btn-toggle>
</v-row>

<v-switch
label="Local Ambient Occlusion"
density="compact"
hide-details
:model-value="cvrParams.useLocalAmbientOcclusion"
@update:model-value="setCVRParam('useLocalAmbientOcclusion', !!$event)"
/>

<v-spacer class="my-2" />

<v-slider
Expand Down

0 comments on commit b69dd99

Please sign in to comment.