You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the offline regions are rendered with a fixed solid color. This could be changed to simply do a post-process on the rendered tile: set the hue to a specific color, put in an overlay image, something like that.
The text was updated successfully, but these errors were encountered:
There's a note in the code near line 358 of RDBMap.cs, committed in 6211bc:
if(!region.HasKnownCoordinates()){// Hey, the region is KNOWN to not have any clue as to where it is located. Skippage.// ISSUE: since the region location info is pulled from disk sometime much later this will result in offline regions that don't have their prim data.// Not an issue ATM, but at some point offline with prims will be wanted.continue;}
This is because the location information for the region at hand might be pulled up from disk some time later, but since it's not known at this point the region doesn't get any prims assigned to it. RDBMap needs some serious refactoring anyway, so maybe this will go away at some point.
Currently the offline regions are rendered with a fixed solid color. This could be changed to simply do a post-process on the rendered tile: set the hue to a specific color, put in an overlay image, something like that.
The text was updated successfully, but these errors were encountered: