SimBlocks / OneWorldSDKforUnity

A whole-earth visualization in Unity with support for WGS-84 coordinates and multiple levels of detail.
Other
143 stars 34 forks source link

Can Some Areas with High Detail and others with Low Detail? #10

Open CharlesQHappy opened 2 years ago

CharlesQHappy commented 2 years ago

I set the whole earth's max imagery LOD to 5, except for some small areas with higher max LOD for example 19. All the images are stored in SQLite in local PC. Before zooming to 6, it works fine, but once zoom level exceed 5 there will be the tile NULL error. My question is since some specific areas has higher images in SQLite, why theses areas can't display images with LOD larger than 5?

SimBlocks commented 2 years ago

Thanks for reporting this. We will have one of our developers look into it.

CharlesQHappy commented 2 years ago

Thanks! Looking forward to your response.

CharlesQHappy commented 2 years ago

Hi, did you find what cause the problem?