Hi, this might be a stupid question but… how do you get the dimensions (max width/length) of an imported model. (using Java3d)
Essentially, what I’m trying to do is draw a movable, resizable, and rotatable ellipse and keep it confined within a certain rectangular space - no parts of the ellipse must be outside of that space. That space has the same dimensions (width, length) as an imported model, but I don’t know how to get that width/length…
The method that I’ve thought up of keeping that ellipse in the space, involves me knowing how much of that ellipse is outside of the rectangular space - so knowing whether or not it’s completely inside the space alone after a transformation is not enough and hence the need for the width/length.
So can anyone provide me some info about finding the dimensions? Thanks
