{"id":280,"date":"2025-02-08T10:59:00","date_gmt":"2025-02-08T02:59:00","guid":{"rendered":"https:\/\/mitongxue.cn\/?p=280"},"modified":"2026-06-08T11:56:01","modified_gmt":"2026-06-08T03:56:01","slug":"dat-gui%e4%bd%bf%e7%94%a8","status":"publish","type":"post","link":"https:\/\/mitongxue.cn\/index.php\/2025\/02\/08\/dat-gui%e4%bd%bf%e7%94%a8\/","title":{"rendered":"dat.GUI\u4f7f\u7528"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">\u5b89\u88c5<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>https:&#47;&#47;www.npmjs.com\/package\/dat.gui\npnpm add dat.gui\npnpm add @types\/dat.gui -D<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\u7b80\u5355\u4f7f\u7528<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ CommonJS:\nconst dat = require('dat.gui');\n\n\/\/ ES6:\nimport * as dat from 'dat.gui';\n\nconst gui = new dat.GUI();<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/\u56fe\u5f62\u5316\u63a7\u5236\nconst gui = new dat.GUI();\ngui.add(box.position, 'x').name(\"\u79fb\u52a8x\u8f74\").min(-10).max(10).step(0.1);\ngui.add(box.position, 'y').name(\"\u79fb\u52a8y\u8f74\").min(-10).max(10).step(0.1);\ngui.add(box.position, 'z').name(\"\u79fb\u52a8z\u8f74\").min(-10).max(10).step(0.1);\ngui.addColor({color: 0x00ff00}, 'color').name(\"\u4fee\u6539\u989c\u8272\").onChange( (value)=> {\n    box.material.color = new THREE.Color(value);\n});\n\n\/\/\u53ef\u9009\nboxFolder.add(params, 'visible').name(\"\u662f\u5426\u53ef\u89c1\").onChange( (e)=> {\n  box.visible = e;\n});\nboxFolder.add(params, 'moveAnimation').name(\"\u79fb\u52a8\");\n\nconst cameraFolder = gui.addFolder('\u76f8\u673a');\ncameraFolder.open();\ncameraFolder.add(camera.position, 'x').name(\"\u76f8\u673ax\u8f74\").min(-5).max(5).step(0.01);\ncameraFolder.add(camera.position, 'y').name(\"\u76f8\u673ay\u8f74\").min(-5).max(5).step(0.01);\ncameraFolder.add(camera.position, 'z').name(\"\u76f8\u673az\u8f74\").min(-5).max(5).step(0.01);<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u5b89\u88c5 \u7b80\u5355\u4f7f\u7528<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16,11],"tags":[],"class_list":["post-280","post","type-post","status-publish","format-standard","hentry","category-js","category-front"],"featured_image_urls":{"full":"","thumbnail":"","medium":"","medium_large":"","large":"","1536x1536":"","2048x2048":""},"author_info":{"info":["\u9648 \u67d0\u4eba"]},"category_info":"<a href=\"https:\/\/mitongxue.cn\/index.php\/category\/front\/js\/\" rel=\"category tag\">JS<\/a> <a href=\"https:\/\/mitongxue.cn\/index.php\/category\/front\/\" rel=\"category tag\">\u524d\u7aef<\/a>","tag_info":"\u524d\u7aef","comment_count":"0","_links":{"self":[{"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/posts\/280","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/comments?post=280"}],"version-history":[{"count":1,"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/posts\/280\/revisions"}],"predecessor-version":[{"id":284,"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/posts\/280\/revisions\/284"}],"wp:attachment":[{"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/media?parent=280"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/categories?post=280"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/tags?post=280"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}