mirror of
https://github.com/LucasDower/ObjToSchematic.git
synced 2024-12-15 02:59:55 +08:00
Increased maximum desired height from 320 to 380
This commit is contained in:
parent
9002de0ce4
commit
9006f4d7d1
@ -59,7 +59,7 @@ export class UI {
|
||||
'build': {
|
||||
label: 'Build',
|
||||
elements: {
|
||||
'height': new SliderElement('Desired height', 3, 320, 0, 80, 1),
|
||||
'height': new SliderElement('Desired height', 3, 380, 0, 80, 1),
|
||||
'voxeliser': new ComboBoxElement<TVoxelisers>('Algorithm', [
|
||||
{
|
||||
id: 'bvh-ray',
|
||||
|
Loading…
Reference in New Issue
Block a user