Hello i am building the sink with fucet and blow drawer. The issue is that we want to add the more drawer if we increase the no. of rows and if we increase the column number then the available drawer is split with 2 columns . I have build the model is this possible to resolve this issue using three.js.
Make the drawer as a separate object (or a separate subobject of the sink). Then stack as many clones of the drawer horizontally and vertically, as you want. You must also resize the sink basin at the top, so it covers all drawers.
It may not be quite that simple.
There are constant width “gaps” between drawers both horizontally and vertically. While you can cut wood (or plastics) for the drawers to almost arbitrary lenght, the handle and sink probably only come in a very limited variety of dimensions.
I concur that the drawer should be a separate object, but without the handle, which should be an object separate from the drawer. The sink is not part of the problem/solution, in my view.
Yes, the handle is best to be a separate object, if not → the drawer should be resized by shifting vertices, instead of scaling.