Having an issue with my three.js
application. I created a cube and its bounding box, but when trying to access the computed bounding box (helper_bbox.geometry.boundingBox
), I found it was returning a value of null
, despite being correctly rendered on screen. Oddly enough, the bounding sphere (
helper_bbox.geometry.boundingSphere
) is accessible. Can anyone shed some light on why this might be happening? Is there a specific method that needs to be called to retrieve the coordinates of the bounding box points? Appreciate any insights.