Getting the Height outside the current buildcontext

Hi,

I need to get the heights of an area outside of the buildcontext how can i achieve that?
Its for a seamless filter plugin that should make a tile wrappable.

Thanks!

Hi there,

Unfortunately, this is not possible. Although the procedural generators contain information for all locations, the world consists of both procedural and non-procedural operations: there is no real way to retrieve elevations for locations outside of the current render extent, because WM has no idea what they might be.

The only other option is to have users create two render extents – a larger area and a smaller one, and have your device capture the contents of the larger one and use it even when operating on the small one. The “Equalizer” device does something like this to make the histogram equalization behave for small render extents.