satoshi0212 / visionOS_30Days

visionOS 30 days challenge.
MIT License
2.03k stars 161 forks source link

Day 4 example shows nothing #3

Open thilojaeggi opened 1 year ago

thilojaeggi commented 1 year ago

I've read about World Tracking not being in the simulator yet, but the screenshots in the README.md show it to be working. Is this a screenshot from Apple or is it somehow working for you?

satoshi0212 commented 1 year ago

When I did this implementation, I thought I had placed it with ARKit, but in fact ARKit and World Tracking had nothing to do with it.

And the material setting was not working, so I displayed it from the debug view of Xcode and took a screen capture.

https://twitter.com/shmdevelop/status/1674386249061404672?s=20

thilojaeggi commented 1 year ago

Ah, didn't know these visualisations exist. So ARKit isn't working yet?

satoshi0212 commented 1 year ago

I used ARKit here, so take a look! https://github.com/satoshi0212/visionOS_30Days/tree/main/Day16

thilojaeggi commented 1 year ago

Hmm, that demo just weirdly places the object for me everytime. What exactly is it meant to show? Could ofc also just be it bugging on my end.