I made a menu using dat.gui for my applcation with Three.js. It works fine, I have also discovered that pressing h key I can hide the menu created with dat.gui. My question is h
I hade the same issue and solved it by:
var gui = new dat.GUI(); dat.GUI.toggleHide();