Skip to content

Commit a41096c

Browse files
committed
update position of param
1 parent 7494f55 commit a41096c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/spotLights.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ async function init() {
278278
onResize();
279279
window.addEventListener( 'resize', onResize );
280280
const gui = new GUI();
281+
gui.add( params, 'showTransformControls' );
281282

282283
const ptFolder = gui.addFolder( 'Path Tracing' );
283284
ptFolder.add( params, 'multipleImportanceSampling' ).onChange( value => {
@@ -314,7 +315,6 @@ async function init() {
314315
ptRenderer.reset();
315316

316317
} );
317-
envFolder.add( params, 'showTransformControls' );
318318

319319
const matFolder1 = gui.addFolder( 'Floor Material' );
320320
matFolder1.addColor( params.floorMaterial, 'color' ).onChange( reset );

0 commit comments

Comments
 (0)