Questions tagged [arquicklook]

28 questions
0
votes
1 answer

AR quick look Web vertical (wall) tracking

Is any posible solutions to make usdz files be tracked on walls in AR quick look? Looks that model-viwer doesn't support ios vertical tracking.
0
votes
0 answers

How to realize ARQuickLook's function by using RealityKit

drag the ModelEntity and can switch planes smoothly. I want to use the gesture which RealityKit provided But I don't how to switch different planes(use realitykit's gestures) and keep the shadow which RealityKit provided. This is my project --…
0
votes
0 answers

Using RealityKit to realize ARQuickLook's function

When the user drags the ModelEntity, the ModelEntity can switch planes smoothly. I want to use the gesture which RealityKit provided self.arView.installGestures(.all, for: usdzEntity).forEach { gestureRecognizer in gestureRecognizer.addTarget(self,…
MetaFrank
  • 11
  • 3
0
votes
1 answer

Is there a way to pass a ModelEntity to ARQuickLook preview controller?

I'm working on a project where I have to download a USDZ file from a URL, preconfigured with white materials, then customize it in runtime and finally view it in AR with ARQuickLook. At the moment, I thought the best way was to download the asset…
zico
  • 1
0
votes
1 answer

SwiftUI: Integration of dictionaries and quicklook

I'm seeking some help for my iOS app and hope someone can get me on the right path! FYI: I'm no developper, I'm an architectural student trying to work on a project for a museum. So, I have this view which contains multiple cards for different…
0
votes
1 answer

Straight go to "Object" view mode in AR Quicklook

I am working on an iOS shopping app and users can see the products in AR (Quicklook - QLPreviewController). When the user opens the AR screen, the app goes to AR mode(camera) of Quicklook. Just wondering if I can update the app to straight go to…
gstream
  • 525
  • 6
  • 18
0
votes
1 answer

AR Quick Look - Using double sided Materials in USDZ is not displayed

Using a double sided Material in USDZ Files is not displayed when opening the model in AR Quick Look. Only one side is displayed. Even when the model is displayed correctly when opening in Xcode or other tools. Seems like AR Quick Look is ignoring…
Peter Pohlmann
  • 1,478
  • 15
  • 30
0
votes
1 answer

AR Quicklook Custom Banner or Buy Button

Does anyone have a working link for a AR QuickLook Buy Button or Custom Banner? example? Is there a way to debug why the custom banner doesn't show up at all? I've tried just appending #applePayButtonType=plain to my working https usdz link... but…
ina
  • 19,167
  • 39
  • 122
  • 201
0
votes
1 answer

AR model protection / accessibility

I'm hosting multiple AR models on my website. For iOS I've got the AR models (.usdz) set up so they can be accessed directly via the browser. One of the problems I run into is security of the AR models. I want to prevent users from being able to…
0
votes
2 answers

Google model viewer lighting

We have created a model for use with the google model viewer web component here. Lighting on the model is as expected when opened in AR (IOS - Safari), but not in the viewer. I would like to understand why.
MrBizle
  • 418
  • 4
  • 12
0
votes
1 answer

Add UTM and Referral Links to AR Quick Look

Attempted to track usage of AR content in S3 (without S3). Am trying to create referral campaign links in PixelMe . When opening the content it opens an image of the item and and not the content itself. Here's an example of a pixelme to USDZ link:…
Allen Wixted
  • 179
  • 2
  • 12
0
votes
1 answer

How to hide top bar on QLPreviewController by default

I am presenting a QuickLook preview controller like so: QLPreviewController *qlController = [[QLPreviewController alloc] init]; qlController.dataSource = self; qlController.delegate = self; dispatch_async(dispatch_get_main_queue(), ^{ …
nwales
  • 3,521
  • 2
  • 25
  • 47
-1
votes
1 answer

How to use iPhone LiDAR sensor with Web app?

I need to create WebAR using iPhone 12's LiDAR sensor. Is that possible to get permission or API to access it? Kindly suggest me the good reference for my requirement.
1
2