Topic: some clarification

Hi,
The size of the map can't be scaled at run Time?
Thank you

Re: some clarification

Hello.

For Tileset Control use OnlineMapsTileSetControl.Resize.
http://infinity-code.com/doxygen/online … c7221feeac

For the rest Controls use OnlineMaps.SetTexture.
http://infinity-code.com/doxygen/online … 118f451394

Kind Regards,
Infinity Code Team.

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

Re: some clarification

Thank you, It works .Nice.
But the position of my 3D Object is never the same % the map.
There is a methode to upadate the position to the center of the map each time do the resize. ?
Thank you

Re: some clarification

Most likely the problem is that you set the size of the map not equal to N * 256.
The size of the map (width / height pixels) should be equal to N * 256.

Kind Regards,
Infinity Code Team.

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