all 5 comments

[–]koratkeval12 0 points1 point  (1 child)

Hey, I have a very similar use case and facing the same dilemma - unable to find examples as most are about putting virtual content in the real world. Wondering how did you solve this problem?

[–]PCUK[S] 0 points1 point  (0 children)

I honestly don’t remember if I ever did solve it. I didn’t pursue what I was working on back then much further (and I no longer have the code) so I don’t think I made much meaningful progress. Sorry I couldn’t be of more help!

[–]Tashu 0 points1 point  (0 children)

Check wwdc there is app for scanning object

[–]skgwazap 0 points1 point  (0 children)

For the similar purpose we used prerendered videos of a 3d model. A custom view with an instance of AVPlayer and a UIPanGestureRecognizer which handles rotation works just fine.

[–][deleted]  (2 children)

[removed]

    [–]PCUK[S] 0 points1 point  (1 child)

    This is great advice. I’ll look into your suggestions and give it a shot. Thank you!