One simple method to generate a box3 in three.js is by using the min and max vector3 values.
I am interested in constructing a box3 with 8 different vector3 points.
Although I attempted to use the '.setFromArray' function, it did not yield the desired outcome for me. This method solely calculates the minimum and maximum x, y, z coordinates to create the box3.
Any suggestions on how to create a box3 with 8 vector3 points?