python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to add a new scene to an existing anchor and remove the previous scene?
I have an rcproject file with about 12 scenes (500mb or so). In order to lessen the load on iOS devices I tried breaking it apart into separate rcproject files and change the scene using notification ...
Theuns Botha
Votes: 0
Answers: 1
Reasons for CollisionEvent not firing in RealityKit scene?
Event subscription has been added to a sceneof an ARView in RealityKit:
arView.scene.subscribe(to: CollisionEvents.Began.self) { event in
print("Some collision occured")
}
Entities are ...
anjelomerte
Votes: 0
Answers: 1
Metal Ray Tracing – SceneKit or RealityKit
The WWDC21 talk below shows how to "Enhance your app with Metal ray tracing".
How can I add Metal ray tracing to a SceneKit or RealityKit app?
Any basic example or reference code would be hu...
Mane Manero
Votes: 0
Answers: 1
iOS, RealityKit, Metal Shader APIs. Determine fragment's distance from the camera
Using the new Metal Custom Shader API, I've created Grass models that move over time.
Is there a way to determine the distance between the model's fragment and the camera?
I've tried to search through...
Jakub Gawecki
Votes: 0
Answers: 0