Posts

Post not yet marked as solved
0 Replies
121 Views
How to initiate the quicklook in object mode directly (but you can still switch the slider to AR if you like)? func previewController(_ controller: QLPreviewController, previewItemAt index: Int) -> QLPreviewItem { let url = Bundle.main.url(forResource: modelsName[selectedModelIndex], withExtension: "usdz")! return url as QLPreviewItem
Posted
by Almo1389.
Last updated
.