Post

Replies

Boosts

Views

Activity

Reply to Detect gesture in immersive space
Would this interfere with other entities in the immersive space?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to How to use render 3D models inside a USDZ into a ModelEntity
I figured it out: I had to load it in using Entity.load if let chessPiecesEntity = try? Entity.load(named: "ChessPiecesModel") { self.chessPieces = chessPiecesEntity } else { self.chessPieces = ModelEntity(mesh: MeshResource.generateBox(width: self.width*0.02, height: self.height*1.1, depth: self.depth*0.02)) }
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Getting Child ModelEntity from Reality Composer Pro
Were you able to figure this out?
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Jan ’24