arscnview Questions

3

I'm new to this and currently building an AR-related application, on the old version I stated this let results = self.hitTest(screenPosition, types: [.featurePoint]) and now I have a problem where...
Thinner asked 8/10, 2020 at 7:51

1

Solved

I have a simple Swift ARKit setup where I have a SCNNode with a 3D object that is visible in an ARSCNView. I want to determine the 2D coordinates of this object on the ARSCNView. By this I mean th...
Unholy asked 27/12, 2017 at 12:32

6

I'm using ARKit to display 3D objects. I managed to place the nodes in the real world in front of the user (aka the camera). But I don't manage to make them to face the camera when I drop them. l...
Buckles asked 13/9, 2017 at 11:16

2

Solved

I have an ARSCNView running an ARSession. You can pause the session with session.pause() sure, but that still in effect, leaves the session running. I have tried deallocating the ARSCNView by remov...
Artima asked 11/10, 2018 at 21:40

1

Solved

I am trying to select an object which has been placed on a detected plane in order to perform various task on it such as rotating through gestures. In order to search for placed objects and avoid...
Cal asked 26/11, 2018 at 22:59

3

How can we access Front Facing Camera Images with ARCamera or ARSCNView and is it possible to record ARSCNView just like Camera Recording?
Lawful asked 12/10, 2017 at 14:4

1

Solved

I've been trying without success to extract face features, for instance the mouth, from ARSCNFaceGeometry in order to change their color or add a different material. I understand I need to create a...
Wormhole asked 14/11, 2017 at 4:53

1

I'm trying to add ARKit to one of my existing apps, and I'm making that transition to the view when you click a button. I made the button only available if you have iOS 11 so you'll only be a...
Apollinaire asked 10/11, 2017 at 21:36

1

I am using ARKit and I want to allow the users to use the app in both portrait and landscape mode. I would like all UI controls to rotate on orientation change except for the ARSCNView. I tried to ...
Prudhoe asked 3/10, 2017 at 23:41

1

Solved

I try to add a B&W filter to the camera images of an ARSCNView, then render colored AR objects over it. I'am almost there with the following code added to the beginning of - (void)renderer:(...
Artieartifact asked 28/8, 2017 at 13:2
1

© 2022 - 2024 — McMap. All rights reserved.