react-native-arkit icon indicating copy to clipboard operation
react-native-arkit copied to clipboard

[Feature] load detected planes on mount

Open macrozone opened this issue 7 years ago • 4 comments

If ARKit is unmounted and remounted, it does not lose information about planes detected internally. But if you are using onPlaneDetected and onPlaneUpdate to visualize the planes detected, you won't get notified anymore.

We therefore should call onPlaneDetected on component mount for any plane that has been detected in the past (already merged with all updates).

macrozone avatar Sep 27 '17 09:09 macrozone

@macrozone is there a way to reset detected planes, so you can detect them again?

Bickson avatar Dec 13 '17 22:12 Bickson

@Bickson have to look into that. It was not an issue so far for me. On which occasions do you need to reset detected planes?

macrozone avatar Mar 09 '18 14:03 macrozone

just to use the native functionality of detecting plane & being able to redo it basically :)

Bickson avatar Mar 12 '18 09:03 Bickson

Would love this also.

mbodge avatar Apr 09 '18 21:04 mbodge