Is there a way to lock down the scale of a model in AR quicklook?
You have to use ARQuickLookPreviewItem; see allowsContentScaling https://developer.apple.com/documentation/arkit/arquicklookpreviewitem/3152993-allowscontentscaling
Through the web, you pass the allowsContentScaling=0 parameter. e.g.