Mesh Generation News
The latest Mesh Generation coverage curated for game developers.
A new hex-meshing method promises fully automatic conforming meshes with planar quad faces, a long-standing pain point for simulation pipelines. It uses two refinement passes under a moderate balancing condition, …
A new ACM Transactions on Graphics paper tackles robust constrained tetrahedralization while keeping boundaries Steiner-point-free. That matters for simulation and geometry pipelines that need clean volume meshes without extra boundary …
Procedura turns text prompts into editable 3D assemblies instead of opaque meshes, aiming squarely at hard-surface modeling. The system uses an LLM to write parametric programs with named parts, typed …
MeshFlow generates triangle meshes directly with equivariant flow matching, sidestepping long autoregressive mesh sequences. The method respects face and vertex permutation symmetries and reports quality on par with leading mesh …
A new reconstruction pipeline called Gaussian Sculpting aims to fix a long-standing weakness in 3D Gaussian Splatting: messy geometry. By tying Gaussians to an evolving differentiable surface, it uses them …
Tripo AI is pushing beyond demo-ready 3D generation with production-ready meshes, animation, open-source tooling, and interactive worlds. The SIGGRAPH 2026 showcase frames AI asset creation as a pipeline tool, not …
A new diffusion pipeline can generate triply periodic minimal surfaces with far tighter geometric control than earlier TPMS tools. The system combines a 18K-surface dataset, a Fourier latent space that …
Meshy T2 can turn an image into a mesh in a median of 6 seconds, using flow matching instead of slow autoregressive token decoding. The system generates topology natively, preserving …
A new mesh-generation method, LATO.2, splits the problem into two flows: first it generates vertices, then it derives connectivity from those realized points. That separation is aimed at fixing the …
PolyFlow tackles a real bottleneck for mesh generation: autoregressive models can make high-quality topology, but they’re slow. The paper’s main trick is to turn discrete mesh connectivity into a continuous …
MeshPad turns rough sketches into editable 3D meshes, and the practical win is interactive iteration: each edit can complete in a few seconds. For graphics teams, the interesting part is …
A new procedural geometry library focuses on generating smooth, analysis-ready human airway meshes from compact YAML specs, which is a big deal if you care about reproducible simulation assets. The …
MeshFlow replaces slow auto-regressive mesh tokenization with a continuous latent VAE plus a rectified-flow transformer, and it claims 18x faster generation than the fastest AR baseline. For graphics and tools …
A new city-scale reconstruction pipeline aims to turn unordered multi-view photos into watertight meshes that are actually usable for simulation. The practical win for graphics and tools teams is less …
A new surface-generation model claims to handle open, closed, and hybrid meshes in one pipeline, which is more relevant than it sounds for character and prop work. The big practical …
A new diffusion-based pipeline can generate polycube representations for hexahedral meshing directly from point clouds, skipping the usual manual segmentation and template-heavy setup. For teams doing simulation-heavy work, the interesting …
For teams doing mesh-based simulation or character generation, the interesting bit is a triangulation-agnostic flow-matching setup that scales to meshes with over one million triangles. The paper pairs a Matérn …
QuadLink tackles a real production pain point for 3D teams: turning point clouds into usable quad-dominant meshes with coherent edge flow. The paper claims better geometric fidelity and topology than …
The new Strips as Tokens (SATO) framework presents a significant advancement in mesh generation for artists, addressing inefficiencies in existing token ordering strategies. By leveraging a connected chain of faces …
A new method for generating high-quality high-order unstructured quadrilateral meshes has been proposed, significantly improving efficiency for graphics programmers. This approach addresses common issues like preserving geometric features while reducing …