Welcome



Welcome to the Computer Graphics Group at University of Bern!

New SIGGRAPH ASIA paper

The paper A Progressive Embedding Approach to Bijective Tetrahedral Maps driven by Cluster Mesh Topology was accepted for publication and will be presented at SIGGRAPH ASIA 2024 Conference

Sept. 18, 2024

New SIGGRAPH papers

The three papers Expansion Cones: A Progressive Volumetric Mapping Framework, Locally Meshable Frame Fields and Min-Deviation-Flow in Bi-directed Graphs for T-Mesh Quantization were accepted for publication and are to be presented in SIGGRAPH 2023 Conference

May 12, 2023

Best paper award SGP 2022

The paper TinyAD: Automatic Differentiation in Geometry Processing Made Simple, co-authored by Prof. David Bommes, won the Best Paper Award 1st place at the Symposium on Geometry Processing 2022. SGP2022/awards

July 7, 2022

Invited talk by visiting researcher Hendrik Brückler, Osnabrück University, Germany

Title: "How to build hex meshes using motorcycles (not the other way around)” Monday, June 13th, 2022, Time: 11:00 Location: N10, room 104

June 13, 2022

Invited talk by visiting researcher Tim Felle Olsen, TU Denmark

Title: Synthesis of Frame Field-aligned Multi-Laminar Structures Thursday, October 28th, 2021, Time: 16:30 Location: N10, room 302

Oct. 28, 2021

Best paper award SGP 2021

The paper Geodesic Distance Computation via Virtual Source Propagation, coauthored by Prof. David Bommes, won the Best Paper 2nd Place at the Symposium on Geometry Processing 2021. SGP2021/awards

Sept. 10, 2021

Recent Publications

HexHex: Highspeed Extraction of Hexahedral Meshes

ACM Transactions on Graphics (SIGGRAPH 2025)

Modern hexahedral mesh generation relies on integer-grid maps (IGM), which map the Cartesian grid of integer iso-surfaces to a structure-aligned and conforming hexahedral cell complex discretizing the target shape. The hexahedral mesh is formed by iso-surfaces of the map such that an extraction algorithm is needed to convert the implicit map representation into an explicit mesh. State-of-the-art algorithms have been designed with two goals in mind, i.e., (i) unconditional robustness and (ii) tolerance to map defects in the form of inverted or degenerate tetrahedra. Because of significant advancements in the generation of locally injective maps, the tolerance to map defects has become irrelevant. At the same time, there is a growing demand for efficiently handling significantly larger mesh complexities, unfortunately not well served by the state-of-the-art since the tolerance to map defects induces a high runtime cost. Consequently, we present HexHex, a novel (unconditionally robust) hexahedral mesh extraction algorithm for locally injective integer-grid maps designed for maximal performance and scalability. Key contributions include a novel and highly compact mesh data structure based on so-called propellers and a conservative rasterization technique, significantly reducing the number of required exact predicate tests. HexHex not only offers lower asymptotic runtime complexities from a theoretical perspective but also lower constants, enabling in practice a 30x speedup for medium-sized examples and a larger speedup for more complex inputs, specifically when the hex-to-tet ratio is large. We provide a C++ reference implementation, supporting multi-core parallelization and the extraction of curved (piecewise-linear) hexahedral mesh edges and faces, e.g., valuable for subsequent higher-order mesh generation.

 

A Progressive Embedding Approach to Bijective Tetrahedral Maps driven by Cluster Mesh Topology

SIGGRAPH ASIA 2024

We present a novel algorithm to map ball-topology tetrahedral meshes onto star-shaped domains with guarantees regarding bijectivity. Our algorithm is based on the recently introduced idea of Shrink-and-Expand, where images of interior vertices are initially clustered at one point (Shrink-), before being sequentially moved to non-degenerate positions yielding a bijective map (-and-Expand). In this context, we introduce the concept of the cluster mesh, i.e. the unexpanded interior mesh consisting of geometrically degenerate simplices. Using local, per-vertex connectivity information solely from the cluster mesh, we show that a viable expansion sequence guaranteed to produce a bijective map can always be found as long as the mesh is shellable. In addition to robustness guarantees for this ubiquitous class of inputs, other practically relevant benefits include improved parsimony and reduced algorithmic complexity. While inheriting some of the worst-case high run time requirements of the state of the art, significant acceleration for the average case is experimentally demonstrated.

 

Quad Mesh Quantization Without a T-Mesh

SGP24: Eurographics Symposium on Geometry Processing

Grid preserving maps of triangulated surfaces were introduced for quad meshing because the 2D unit grid in such maps corresponds to a sub-division of the surface into quad-shaped charts. These maps can be obtained by solving a mixed integer optimization problem: Real variables define the geometry of the charts and integer variables define the combinatorial structure of the decomposition. To make this optimization problem tractable, a common strategy is to ignore integer constraints at first, then to enforce them in a so-called quantization step. Actual quantization algorithms exploit the geometric interpretation of integer variables to solve an equivalent problem: They consider that the final quad mesh is a sub-division of a T-mesh embedded in the surface, and optimize the number of sub-divisions for each edge of this T-mesh. We propose to operate on a decimated version of the original surface instead of the T-mesh. It is easier to implement and to adapt to constraints such as free boundaries, complex feature curves network etc.

Home