提交 1b158c69 编写于 作者: M Master James

GUI positioning Tweaks

上级 453a2b3b
......@@ -146,7 +146,15 @@
gui = new dat.GUI();
gui.width = 180;
gui.width = 178;
var gStyle = gui.domElement.style;
gStyle.position = "absolute";
gStyle.top = "48px";
gStyle.height = "220px";
gui.open();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册