Post

Replies

Boosts

Views

Activity

Reply to Displaying USD File in SwiftUI
Cole from Scandy wrote a nice blog article about this a number of years ago. I don't think his mesh was textured though, so the method described may not yield the results you're looking for. https://www.scandy.co/blog/how-to-export-simple-3d-objects-as-usdz-on-ios
Topic: UI Frameworks SubTopic: SwiftUI Tags:
May ’24
Reply to ARSession and RoomCaptureSession
Re: @sducouedic's question, configuration changes aren't immediate. Add this delegate method to see that the sceneDepth semantic is enabled. public func captureSession(_ session: RoomCaptureSession, didAdd room: CapturedRoom) { if (session.arSession.configuration?.frameSemantics.contains(.sceneDepth)) != nil { print("Scene depth is supported") } }
Topic: Spatial Computing SubTopic: ARKit Tags:
Jan ’24