work in progress [might break]

This commit is contained in:
Leon van Kammen 2023-05-04 19:54:44 +02:00
parent 7d7446cf2f
commit 1c3e01da3e
3 changed files with 8 additions and 3 deletions

View file

@ -89,3 +89,8 @@ a#source{
right:0; right:0;
bottom:0; bottom:0;
} }
.lil-gui.autoPlace{
right:0px !important;
top:49px !important;
}

View file

@ -184,7 +184,7 @@
const gui = new GUI( { width: 300 } ); const gui = new GUI( { width: 300 } );
gui.add( parameters, 'env', 0.2, 3.0, 0.1 ).onChange( onChange ); gui.add( parameters, 'env', 0.2, 3.0, 0.1 ).onChange( onChange );
gui.domElement.style.visibility = 'hidden'; //gui.domElement.style.visibility = 'hidden';
const group = new InteractiveGroup( renderer, camera ); const group = new InteractiveGroup( renderer, camera );
scene.add( group ); scene.add( group );

File diff suppressed because one or more lines are too long