Marc Alexander
Marc Alexander
The pivot point for each route step is 0.5 of the distance, and there's a comment that 0.5 is sometimes off and that the constant should be a settable property....
Note: This issue is fixed and will be available for review in the upcoming PR I'm preparing.
I gave a quick look into this, and it looks like RalityKit is all about face detection and plane detection, things that our framework doesn't utilize.
I looked at the RealityKit docs when it was announced, and I don't recall seeing anything that looked relevant to this framework. I could easily have missed something(s) useful, I'm...
I stand corrected. It is more than just face detection and plane detection. Good call.
For a nice touch, this can be animated ... ```maxDistance: Double = 3000 sceneLocationView.locationNodes.forEach { let p = $0.position SCNTransaction.animationDuration = 0.25 let distance: Double = Double(sqrt(pow(p.x, 2) + pow(p.y,...
I use AROrientationTrackingConfiguration, because my nodes are all far away, there's no objects or planes close enough to give ARKit any positional awareness.
I like this feature, thanks for finishing this up 👍
PR #249 fixed a memory leak specifically with the "dismiss and return back to POIViewController" sequence. You might want to pull the develop branch and retest.
I'm 100% in favor of bumping the minimum supported iOS to 11, which is when Apple introduced ARKit and SafeAreaInsets. I'm hesitant to bump it to iOS 12 unless there's...