mirror of
https://github.com/LucasDower/ObjToSchematic.git
synced 2025-12-11 20:15:30 +01:00
Remove unused colour accuracy in voxelise action
This commit is contained in:
parent
867953a836
commit
bcdd92ed33
@ -177,13 +177,6 @@ export class UI {
|
||||
payload: 'first',
|
||||
})
|
||||
.setLabel('voxelise.components.voxel_overlap'),
|
||||
'colourAccuracy': new SliderComponent()
|
||||
.setMin(1)
|
||||
.setMax(8)
|
||||
.setDefaultValue(5)
|
||||
.setDecimals(1)
|
||||
.setStep(0.1)
|
||||
.setLabel('assign.components.colour_accuracy'),
|
||||
'placeholder': new PlaceholderComponent()
|
||||
.setPlaceholderText('misc.advanced_settings'),
|
||||
},
|
||||
@ -195,7 +188,6 @@ export class UI {
|
||||
'ambientOcclusion',
|
||||
'multisampleColouring',
|
||||
'voxelOverlapRule',
|
||||
'colourAccuracy'
|
||||
],
|
||||
execButton: new ButtonComponent()
|
||||
.setOnClick(() => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user