Skip to main content
0 votes
0 answers
25 views

Don't understand RealityKit's entity.move in visionOS immersive space

The set up: I am developing a visionOS app that uses an immersive space. The user sees a board with entities put onto it. My app places the board in front of the default camera and entities with a ...
Reinhard Männer's user avatar
0 votes
0 answers
61 views

View Immersive option is not visible on the AVPlayer

I'm trying to build a player to view spatial videos. When I try to open the video normally from Files or Photos in my VisionPro simulator, the View Immersive option is showing and the spatial video is ...
Lahfir's user avatar
  • 197
1 vote
1 answer
48 views

Displaying MacBook screen content in visionOS app window after opening immersive space?

I was wondering if there are any possibilities similar to when connecting the Apple Vision Pro to e.g. a MacBook, one could somehow implement that the MacBook screen content would be displayed within ...
Xayreen's user avatar
  • 11
1 vote
1 answer
103 views

How to do ray casting in a RealityViewContent immersive space without an ARView?

The setup: My visionOS app shows a programmatically created immersive space with some entities. It does not show the user's environment, i.e. it does not use an ARView, only a RealityView with its ...
Reinhard Männer's user avatar
0 votes
1 answer
71 views

Don't understand visionOS immersive space coordinate systems

I am testing coordinate transforms in a visionOS app that uses an immersive space. In that space, a box is displayed that is not at the origin. The box can be tapped, and the returned Point3D is ...
Reinhard Männer's user avatar