sceneform-android
sceneform-android copied to clipboard
Is there any way to use arcore geospatial api with sceneform?
Hi, i'm having hard time using newly released geospatial api in arcore with sceneform. I tried to combine it, arcore is using geospatial api with session,
Earth earth = session.getEarth(); if (earth != null && earth.getTrackingState() == TrackingState.TRACKING) { GeospatialPose cameraGeospatialPose = earth.getCameraGeospatialPose(); }
But sceneform is not using session directly, views are different(arfragment and glsurface) and also the way they processes are so different(if my understanding is right).. So I can't figure out the way.
Is there any way to use arcore geospatial api with sceneform? I aimed to get the geospatial information like latitude, altitude in my sceneform project.(I imported the sample-ar-model-viewer-java) Please help me.. ㅠㅠ
@twoone17
I don't think this sceneform-android
supports geospatial api,
please check sceneview-android.
I'm trying too, but can't get it to work.:sweat_smile: https://github.com/SceneView/sceneview-android/issues/141
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. Thank you for your contributions.
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.