arkit Questions
4
Solved
I used an ios app to create a usdz file using arkit but now I want to convert the scan to a solid 3d model such as an stl or obj. is there an ios or mac application that allows for this conversion....
Authentic asked 22/2, 2019 at 5:19
1
I'm trying to implement a feature using SwiftUI and RealityKit, in which a series of 3D objects placed in space (such as cubes or spheres) are automatically detected using a continuous raycast that...
Langobardic asked 24/8, 2023 at 7:55
4
I'm trying to use AV Speech Synthesizer on an ARKit app (I've never used it before), but I keep getting the same error message "Unable to list voice folder."
I saw the same question being...
Kennakennan asked 27/7, 2023 at 3:10
3
Working on user position tracking in visionOS within Immersive Space. Any insights or tips to navigate this? Docs seem elusive at the moment. I searched and found queryPose but Xcode throws error.
...
Hinayana asked 30/11, 2023 at 9:45
3
I want to draw the mesh point on the detected plane as shown in the ARCore video link and I don't know how to achieve it.
Can you help me out to achieve this? Thanks in advance.
Thy asked 4/3, 2022 at 6:20
5
While running an ARKit session with world tracking enabled, the Xcode console shows log messages about (I presume: reduced) tracking performance, even though
The AR Session is in Normal tracking s...
Jug asked 4/8, 2017 at 16:44
1
I have been working to learn how to perform 3D body tracking, using Apple's sample project. My goal is to replace the model in this project with my own 3D model, which I have built to match Apple's...
Kono asked 24/2, 2020 at 3:58
3
Solved
When using the ARSessionDelegate to process the raw camera image in ARKit...
func session(_ session: ARSession, didUpdate frame: ARFrame) {
guard let currentFrame = session.currentFrame else { r...
2
Solved
From developer.apple.com, it is described as follows,
ARKit: Integrate iOS device camera and motion features to produce augmented reality experiences in your app or game.
and
RealityKit: Simulat...
Dunaville asked 16/3, 2023 at 7:40
3
I've constructed a scene in Reality Composer that has a ball that starts the scene floating in the air. I'm attempting to programmatically throw the ball while simultaneously spinning it.
I tried...
Fefeal asked 11/4, 2020 at 21:4
1
Solved
I have a .rcproject file with a goal (football gate) and a ball, the ball has physics of Dynamic and Rubber material, and the goal is Fixed with Lead material. When I load the scene from the .rcpro...
Sec asked 4/5, 2023 at 20:4
7
I'm trying to load a model and texture in RealityKit (set up in an ARView instance), but I can't seem to figure out how to specify the material should be two-sided.
I have the model loaded up as a...
Wireworm asked 17/10, 2019 at 22:52
1
Solved
So I asked a question a couple of days ago which Andy Jazz kindly answered. So I have been playing with the answer, and although I was able to implement a solution, it is incomplete because the met...
Phenyl asked 1/5, 2023 at 20:50
1
Solved
I load an Entity from Reality Composer and I add a custom CollisionShape.
These are the steps I follow:
// I get the `.reality` url and I load the model
let rocketSceneUrl = Bundle.main.url(forReso...
Spielman asked 30/4, 2023 at 4:3
1
Solved
I am trying to load an Entity into my code from a scene in a Reality Composer project.
I am reaching out directly to the autogenerated .reality file because I do not want it placed automatically on...
Tomika asked 29/4, 2023 at 13:49
1
I am doing the following:
detect an image with an ARWorldTrackingConfiguration with maximumNumberOfTrackedImages set to 1
when the image disappears and didUpdate is called, create a plane with a V...
Pianola asked 5/4, 2023 at 20:38
1
I have been trying to create an ARView for over two days now that can record the position of the camera in space over time and then save this to a keyframe file. Basically, I want to create an app ...
Braddock asked 19/2, 2023 at 17:13
1
I am classifying images per frame from ARSession delegate by Vision framework and CoreML in an Augmented Reality app, with ARKit and RealityKit. While processing a frame.capturedImage I am not requ...
Altitude asked 29/12, 2021 at 11:42
3
Solved
I want to adjust the device's physical camera focus while in augmented reality. (I'm not talking about the SCNCamera object.)
In an Apple Dev forum post, I've read that autofocus would interfere wi...
5
In my project I'm positioning 3d files using ARKit. I'm able to load .dae and .obj format models.
Is there any way I could load .fbx files?
Chancre asked 7/6, 2019 at 12:4
4
Solved
1
Solved
I’m trying to render a face mesh with RealityKit, no success yet. So when ARKit detected a human face, then ARSession generates an ARFaceAnchor which has a face geometry mesh in it.
But it cannot b...
Vina asked 20/3, 2022 at 7:35
1
Solved
How can I create a border/outline on a ModelEntity in RealityKit?
Something like this blue border in Reality Composer:
Gravelblind asked 21/12, 2022 at 19:12
1
Solved
Im trying to create a functionality in ARKit where if the user taps on the modelEntity it changes its colour to lets say blue so it indicates that it's selected. But then if the user taps on anothe...
Cunningham asked 17/12, 2022 at 22:53
3
You can now convert 3D models to .usdz files (uncompressed zip archive) using Apple's command line tool bundled with Xcode 10 beta.
Example code to convert an .obj file to .usdz:
xcrun usdz_conve...
Meryl asked 24/6, 2018 at 10:39
1 Next >
© 2022 - 2024 — McMap. All rights reserved.