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)