Object Capture Edit Bounding Box like WWDC video

Hi! In the WWDC keynote for object capture, at 17:38, they drag and edit the bounds of the object. Please can someone guide me how to do this or how to get started? Is there any kind of sample code anywhere for editing bounds?

https://developer.apple.com/videos/play/wwdc2021/10076/

would also love to know. the bounding box itself can be done via https://developer.apple.com/documentation/realitykit/boundingbox but we would like to know how we can pass this to the Photogrammetry Session.

I would like to know this too. I think it is in

 PhotogrammetrySession.Request.modelFile(url:detail:geometry:) 

and in Geometry, we can pass a bounding box and transform. I just haven't figured out how to do that properly.

Apple, please help!!

thanks, Dale

Is anyone have any solutions for this? I need help regarding this.

@lanxinger Hi Lanxinger,

you mentioned "the bounding box itself can be done via https://developer.apple.com/documentation/realitykit/boundingbox"

I recently started learning SWIFT, I am stuck here using bounding box. The link you shared are super helpful. Does it have sample code/github I can download and learn? Thanks!

Object Capture Edit Bounding Box like WWDC video
 
 
Q