react-native-arkit
react-native-arkit copied to clipboard
[Feature] load detected planes on mount
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 is there a way to reset detected planes, so you can detect them again?
@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?
just to use the native functionality of detecting plane & being able to redo it basically :)
Would love this also.