You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I try to write some dat.GUI elements. I want to know if I can access them in Julia? Or I can only write functions in JavaScript?
For example, could I type the filename in the dat.GUI text box and use it to load *.obj file in Julia?
// add in src/index.js => class Viewerletparams={obj_file: "example.obj"}this.gui.add(params,"obj_file").name("Load obj");
Thank you!
The text was updated successfully, but these errors were encountered:
Hi, I try to write some dat.GUI elements. I want to know if I can access them in Julia? Or I can only write functions in JavaScript?
For example, could I type the filename in the dat.GUI text box and use it to load *.obj file in Julia?
Thank you!
The text was updated successfully, but these errors were encountered: