dat.GUI - Looking for a way to lock slider and prevent updating of values with mouse into dat.GUI menu
问题 I try to implement a way to prevent the updating of values with mouse (actually when the three.js animation has started, launched with a click on button). For the moment, I have the following dat.GUI menu : Once "start" button is clicked, I would like to prevent user from modifying with mouse the parameters " Rotation x " and " Rotation y ". Here is the concerned part of code for this menu : // Create GUI var gui = new dat.GUI({ autoplace: false, width: 350, height: 9 * 32 - 1 }); var params