gpt4 book ai didi

javascript - 使用新值刷新 dat.gui

转载 作者:行者123 更新时间:2023-12-02 03:11:37 25 4
gpt4 key购买 nike

我想用新值刷新 dat.gui 菜单。我已加载模型并在文件夹中显示 gui 文件夹内对象的名称。
当我重新加载其他模型时如何显示新的对象名称?
或者可以重置/清除 GUI。 enter image description here

最佳答案

基本上,您必须在添加 Controller 时将它们设置为“监听”输入,例如,

gui = new dat.GUI();
var guiX = gui.add( parameters, 'x' ).min(0).max(200).listen();

有关文档,请参阅:

http://workshop.chromeexperiments.com/examples/gui/#9--Updating-the-Display-Automatically

有关 Three.js 中的示例,请参阅:

http://stemkoski.github.io/Three.js/GUI-Controller.html

关于javascript - 使用新值刷新 dat.gui,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16166440/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com