Topic: Camera fly

Hi,

just bought your fantastic add-on from asset store and I'm trying to port an old system of mine to your system.

I took a look to the forum but I didn't find a topic or a sample in the examples area to implement a camera fly between two geographical points.

The final result should be something like your last video in asset store (https://vimeo.com/304694846) when the camera starts to follow the airplane (starting from time code 00:40).

Can you please suggest to me the correct way to realize such animation?

Many thanks in advance and congratulation for you great asset!

Re: Camera fly

Hello.

Please see Car Drive {SOMETHING} example scenes.
Most likely these examples contain what you are looking for.

Or do you want to make an animation (as in the video)?
In this case, the general logic:
1. You make your airplane (or another object you need) as a 3D marker.
2. You animate the change of position of the marker between locations.
Important: For better results, you need to animate the change in the tile position instead of changing the coordinates.
OnlineMapsProjection.CoordinatesToTile, OnlineMapsProjection.TileToCoordinates:
http://infinity-code.com/doxygen/online … d1845170e0
3. When you update the position of the marker, you set the position of the map to the same location.

Kind Regards,
Infinity Code Team.

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

Re: Camera fly

Thanx a lot!!!!!