Open carlesgutierrez opened 1 year ago
Are these available in ARKit and/or ARCore?
Are these available in ARKit and/or ARCore?
Yes, that's the doc for plane detection and tracking in ARKit, https://developer.apple.com/documentation/arkit/arkit_in_ios/content_anchors/tracking_and_visualizing_planes
Hello everyone, My goal is to analyze tracked surfaces from the device and then be able to place as many objects as I can automatically.
These types of methods (get trackable surfaces) are already available on other platforms as a Unity TrackableType class. or also as a DebugDrawTrackedGeometry UE5 class.
I suppose it is not a method that is commonly used or I have not been able to find it here. Are these surfaces available at ar_flutter_plugin?
Thanks for reading, Carles