Increased maximum desired height from 320 to 380

This commit is contained in:
Lucas Dower 2022-07-06 18:11:21 +01:00
parent 9002de0ce4
commit 9006f4d7d1

View File

@ -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',