In this post, we will see how to resolve Why is my .dae file not applying materials correctly in Xcode? Question: I worked with a freelancer to create a few 3D models and I’m now trying to apply materials to ...

Question: With UIKit I have created a SceneView with an object, that can perform SCNActions when a button has been pressed: Now I want to achieve the same using SwiftUI. While I am able to, in this example, let the ...

Question: I have a node in ARKit for which I’ve registered its rotation at some point. Later on, I’m registering the node’s current rotation once again and I need to know the difference between those two. I need this in ...

Question: I’m using ARKit with scene reconstruction and need to rendered the captured scene geometry in metal. I can access this geometry through the ARMeshAnchor.geometry, which is a ARMeshGeometry. However when I try rendering it using my custom metal rendering ...

Question: In m1pro chip (my new MacBook Pro 14′), iOS App load dae file error. Crash both in simulator and devices. But the same code works well with intel chip (MacBook Pro 13′ 2017) built iOS APP Question: Does the ...

Question: I have made project with ARKit that uses metal shaders to perform a mirroring effect, and this is assigned by using sceneView.technique. I am trying to figure out if it would be possible to transition the project over to ...

Question: I have a RealityKit app that is doing some basic AR image tracking. It detects a rectangular-shaped image, and I am looking to place some spherical dots at each corner of the image. I know I can create the ...

Question: I tried loading an .hdr file to use it as a skybox and use its lighting informations. This is the code I used: Unfortunately I recieve a grey screen and also no errors. Has anyone experience in using hdr ...

Question: I’m using ARKit and SceneKit to render a very simple scene with a sphere hovering above a plane. However no matter what I try, I cannot get shadows to render at all. The sphere is shaded properly from the ...

Question: This might be a stupid question, but how can I set the background of my scene from the Scene editor itself ? I want the Scene to be transparent so I can overlay it on top of UI, for ...