open UI window from 3D object
I have a 3D model in Reality Composer Pro that I can open as a volumetric window via Swift UI code. However I'm not sure how I can then tap on that model to open a Swift View. Keen to do the following... 1. Open an independent Swift View via a 3D model interaction ( tap gesture ) 2. Open an anchored Swift View via a 3D model interaction ( where the View is connected to an entity in RCP ). I watched the diorama video ( https://www.youtube.com/watch?v=-1qdEYYqrkA&t=1239s ) but not quite making the connection. Hoping someone might have some basic code samples or projects that does the above. thanks.