You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I Used the sample project which is awesome, But I want to do the following:
--> place the 3d object in specific Latlng with ( x, y, z ) for the real world positioning when I open the camera without touching or detecting the surface planning.
I made it with ARkit for IOS, but I can't with ARcore.
Couldn't understand the doc very well, I need to understand how it works and how to implement what I write above.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Ahmednagyyy
changed the title
ARcore Render object without planning or touching
ARcore Render object without planning or touching (ANDROID STUDIO)
Apr 21, 2018
ARCore does not yet provide absolute (latitude/longitude) coordinates. Feature request #94 may provide a bit of what you're looking for in the future if we add something like that.
@inio Well, I hope you add it soon.
But #94 couldn't help me enough , Now I want to add a 3d model object without surface planning I want to open the helloARactivity and see the object with , for example
ARCore provides device motion tracking and scene understanding tools, currently in the form of plane detection and hit testing. It's up to developers to decide how to uses these tools. Automatic placement of virtual content is a very application-specific behavior that requires knowledge of both the scale of your content and the ways users will interact with it.
I Used the sample project which is awesome, But I want to do the following:
--> place the 3d object in specific Latlng with ( x, y, z ) for the real world positioning when I open the camera without touching or detecting the surface planning.
I made it with ARkit for IOS, but I can't with ARcore.
Couldn't understand the doc very well, I need to understand how it works and how to implement what I write above.
Thanks in advance
The text was updated successfully, but these errors were encountered: