Currently, I am utilizing Three.js for my project and I am importing .OBJ file using OBJ LOADER ()
Everything has been working smoothly thus far, but I have come across an issue that has me stumped. I am trying to figure out how to change the width and height of my imported object using dom controls. For instance, I have a bed model and I would like to be able to adjust the width of the bed interactively. Is this doable? I am facing some difficulties if it's not possible :)
Thank you in advance!