var controls = new function () {. this .speed = 1;. }; var gui = new dat.GUI();. gui.add(controls, 'speed' , 0, 10).name( "旋转速度" ); ...
確定! 回上一頁