Topic: Markers3D Zoom in and disappear

Please look at picture 1,
When zoom is 16.75, the model is displayed,

picture 2

When Zoom is 17, the model disappears,

I want all models to remain zoom no matter how they change. How do I do that?

Post's attachments

Attachment icon QQ截图20220616142737.png 298.4 kb, 40 downloads since 2022-06-16 

Re: Markers3D Zoom in and disappear

Hello.

Most likely, the pivot of this model has coordinates that, on zoom - 17 become outside the map and therefore the GameObject is disabled.

The best way to fix this is to properly set up the pivot and coordinates of the model.
Or you can disable the map bounds check for the model (OnlineMapsMarker3D.checkMapBoundaries = false).
https://infinity-code.com/doxygen/onlin … bf394954f6

Kind Regards,
Infinity Code Team.

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

Re: Markers3D Zoom in and disappear

Hi Alex

i have the same problem and i am quite new to the program, i don't understand in which script i have to set this OnlineMapsMarker3D.checkMapBoundaries = false

thank you very mutch

Re: Markers3D Zoom in and disappear

You use this in your own script.
In general, you create a new 3D marker or get an existing one from the marker 3D manager, and do the following:

marker3d.checkMapBoundaries = false;
Kind Regards,
Infinity Code Team.

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