can I create an .arobject without bounding box?

can I create an .arobject without bounding box?

I want to make an app which is tracking a fraction of a certain object(for my case, minor errors are permitted), but the scanning and detecting object sample code suggested by apple doesn't seem to allow scanning without bounding box.

Did anyone made a reference object without bounding boxes? (or did anyone handled non-cube shaped bounding boxes? for example,  a rectangular parallelepiped one)

(https://developer.apple.com/documentation/arkit/content_anchors/scanning_and_detecting_3d_objects)

Hello,

The only method available to create an ARReferenceObject is createReferenceObject(transform:center:extent:completionHandler:).

This method requires a center and extent to define the bounding box relative to the provided transform that should be used to create the ARReferenceObject.

Please file an enhancement request for the functionality that you are looking for using Feedback Assistant.

ok. thanks. I'll work with transform arg and share some updates.

can I create an .arobject without bounding box?
 
 
Q