So i am trying to draw some waypoints on earth - each waypoint is ansphere but thats not the point whenever incrementing x value of the waypoint position waypoint goes left instead of right. This is like i would need to use left haned coords instead of right handed ones
Imagine camera position is at 0,0,0 and its looking toward z+ lets say at 0,0,10
Now im looking at twonspheres one pink at 0.0, 0.0, 0.1 and red at 0.1, 0.0, 0.0
Red should be at right
Anyeay this is the issue that i need different coord system. Well at least i think that will do, but now how do i do that
What would be the easiest solution?
Negating x coord of object doesnt count cause i just described a relative situation which never occurs ( no camera and objects sitting on axis aligned planes)
I would like to leave everything like it is however i can't duento this partucular problem im having.
Lets say i have a gps position and a waypoint now whenever i face that waypoint i would like to see it on the screen - its something similar to google ar street view but i somehow cant place objects where they should be