Related Experiment Video
Updated: Sep 24, 2025

Stepwise Cell Seeding on Tessellated Scaffolds to Study Sprouting Blood Vessels
Published on: January 14, 2021
Watertight Incremental Heightfield Tessellation
Abstract:
In this article, we propose a method for the interactive visualization of medium-scale dynamic heightfields without visual artifacts. Our data fall into a category too large to be rendered directly at full resolution, but small enough to fit into GPU memory without pre-filtering and data streaming. We present the real-world use case of unfiltered flood simulation data of such medium scale that need to be visualized in real time for scientific purposes. Our solution facilitates compute shaders to maintain a guaranteed watertight triangulation in GPU memory that approximates the interpolated heightfields with view-dependent, continuous levels of detail. In each frame, the triangulation is updated incrementally by iteratively refining the cached result of the previous frame to minimize the computational effort. In particular, we minimize the number of heightfield sampling operations to make adaptive and higher-order interpolations viable options. We impose no restriction on the number of subdivisions and the achievable level of detail to allow for extreme zoom ranges required in geospatial visualization. Our method provides a stable runtime performance and can be executed with a limited time budget. We present a comparison of our method to three state-of-the-art methods, in which our method is competitive to previous non-watertight methods in terms of runtime, while outperforming them in terms of accuracy.
Related Concept Videos
Design Example: Maintaining Level of an Embankment
Uniform Depth Channel Flow: Problem Solving
Design Example: Analyzing Capacity Contours for Flood Risk Assessment
Uniform Depth Channel Flow
Methods of Obtaining Topography
Topographic Surveying and Contours

