Make the cursor move parallel to the detected plane like in iOS Measure app

Viewed 124

I am trying to make a bit similar app to iOS's Measure app in which now I'm trying to make a white cursor on a horizontal plane which will move parallel to the horizontal plane.

I've done detecting the horizontal plane with ARKit with RealityKit but my question is, how to make a strip circle with only a border radius? I want to make moving cursor like the iOS app. I am attaching the reference video.

I am a bit new to this RealityKit. Please help me to achieve this. Thanks in advance.

1 Answers

You could use this swift package FocusEntity to drop it straight into your app.

https://github.com/maxxfrazer/FocusEntity

There's an example project in there, as well as documentation.
I wrote the package, so feel free to shoot any questions to me here or twitter (same username)

Related