-
Objective: I am currently trying to impliment a feature simplar to presing f function in modering softwares focusing you on the selected object or the whole scene.
-
Issue: Current approach I’m using simply focuses the camera gaze towards the object and puts the whole scene in view even though I’m trying to set the bounds to object bounds.
//note boundingBox here is a given objectIds bounding box
cameraController.setCameraView(boundingBox, true)