hey sub thank you for his video. Can you add an image on the Dat GUI like for example say you want to have a head and want to change the hair can you add images of the different types of hair options?
I’m not sure about adding an image to Dat GUI, but you should be able to set up a variable to help you change the hair color on a 3D object. For example, you can set up a color variable and create an onChange function that updates the model’s hair color.
Hey, great series so far. Thank you for this, I've had an issue with the GUI where on the test project I'm using, it actually displays two of the GUI, one that i can edit the values on, and another one that does absolutly nothing, any pointers?
@@SuboptimalEng hey, thanks for the response, I actually was just following along with the tutorial, I have your project saved tho, so I'll check the files and see. Thanks again
Thanks a lot for this helpful tutorial
How can I force default values to the gui without relying on the "onchange" event.
Is it possible to have options to choose from instead of a range?
is there a way to remove duplicated s generated by dat.gui when using react + three.js?
You can remove the GUI when the component unmounts. I made this update to the code in the repository.
hey sub thank you for his video. Can you add an image on the Dat GUI like for example say you want to have a head and want to change the hair can you add images of the different types of hair options?
I’m not sure about adding an image to Dat GUI, but you should be able to set up a variable to help you change the hair color on a 3D object.
For example, you can set up a color variable and create an onChange function that updates the model’s hair color.
@@SuboptimalEng Thank you, yeah I really wanted to see if we could use the Dat gui to chnge the model hair instead. But thank you so much!!!
very compact but clear :)
Hey, great series so far. Thank you for this, I've had an issue with the GUI where on the test project I'm using, it actually displays two of the GUI, one that i can edit the values on, and another one that does absolutly nothing, any pointers?
Did you try pulling the latest changes from my Three.js GitHub repository? I fixed the issue which caused Dat.GUI to appear multiple times.
@@SuboptimalEng hey, thanks for the response, I actually was just following along with the tutorial, I have your project saved tho, so I'll check the files and see. Thanks again
Thanks, I found the fix.
man, do you know why my Three.js or GUI, did not found the funcion getHex()? Do you use another libray or something?🤔🤔😨
Sorry, it's just the type Material :/ Lmao
@@jack_wyus2013 Glad you figured out the answer 🙌
@@jack_wyus2013 how did you fix it? I have this same issue.
Imformative video
Thats looks like imgui but with barebones functionality.
Yep. I like to think of Dat.gui as the JavaScript version of Imgui.