Topic: How to track Lat/Lon for FPC or Main Camera

I am trying to understand how to convert the Position (X,Y,Z) of my Main Camera to track the Lat/Lon/Altitude associated with this object as the first person controller moves it through out the game.  Can you please help?

Re: How to track Lat/Lon for FPC or Main Camera

Hello.

RealWorldTerrainMonoBase.GetCoordinatesByWorldPosition
http://infinity-code.com/doxygen/real-w … eebc41bec5

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: How to track Lat/Lon for FPC or Main Camera

Alex Vertax wrote:

Hello.

RealWorldTerrainMonoBase.GetCoordinatesByWorldPosition
http://infinity-code.com/doxygen/real-w … eebc41bec5

THANK YOU!  Just what I needed!