You can get halfway there, but it would be kinda fun if visionOS let you put content on the back of a view. Right now, input is always directed to the frontmost view and raytraced hit testing does not take into account .rotation3DEffect
@stroughtonsmith does this 2 sided view look correct if you walk around it? When building something similar for iOS I found I had to hide one of the views when it wasn’t facing forward using a clip shape otherwise the same one would always be on top due to the ZStack order.
@stroughtonsmith My prediction of a future dark pattern for spam and pop ups: The close button is attached to the back of the object but moves around with you so you can never get to it. It’s always on the opposite side of the app UI.