-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plane detection is shown blank #125
Comments
How are you adding the planes to the scene graph? |
It is something similar to this I did with reference https://developer.apple.com/documentation/arkit/world_tracking/tracking_and_visualizing_planes
In class Grid : SCNNode we perform this in init method --
I stop detection of horizontal plane after detecting required area using Later in my app I add a button for recording which when tapped records the sceneview using this framework arvideokit.. |
After recording the sceneview it shows blank plane.
.. Can you please tell me solution for this...
The text was updated successfully, but these errors were encountered: