Skip to main content
GameDev.net gamedev.net

Mesh Processing News

The latest Mesh Processing coverage curated for game developers.

KaiNinja: Extending Native 3D Generators to the Part Level

KaiNinja extends native 3D generation from whole objects to editable parts, targeting the pain point of fused meshes that are awkward to rig, simulate, or modify. Built on TRELLIS.2, it …

Research arXiv cs.GR · 1 week ago
Accelerating HKTex without Mesh Eigensystems: Local Unfolding and Randomized Thermal Features

A new HKTex acceleration method drops the mesh eigensystem bottleneck that has made heat-kernel texture workflows expensive to initialize. Two variants, LocalHK and ThermalRF, keep the trainer and compositing pipeline …

Research arXiv cs.GR · 1 week ago
Efficient Offset Mesh Generation with Preserved Features and Boundaries

Researchers have published a new offset-mesh generation method that preserves sharp features and boundaries while staying efficient enough for practical geometry workflows. The work targets a long-standing pain point in …

Research ACM Graphics · 1 week, 1 day ago
Proximity-Preserving Neural Subdivision

A new neural subdivision scheme aims to keep the benefits of classic Loop refinement while learning local detail. Proximity-Preserving Neural Subdivision adds a bounded, curvature-gated correction that stays rigid-motion equivariant …

Research arXiv cs.GR · 1 month ago
Hi-TOPS: Hierarchical Topology-aware Scoring Prior for 3D Part Decomposition

Hi-TOPS is a new 3D part decomposition method aimed at cleaner, editable mesh splits without semantic labels or 2D priors. It uses a hierarchical, topology-aware scoring prior to balance broad …

Research arXiv cs.GR · 1 month, 2 weeks ago
Learning Manifolds in High-D Point Embedding for Anisotropic Surface Approximation from Unstructured Point Clouds

A new graphics paper proposes HD-PEA, a learning-based pipeline for turning unstructured point clouds into compact anisotropic surface approximations. The method embeds points into a high-dimensional manifold, then estimates tangent …

Research arXiv cs.GR · 1 month, 2 weeks ago
MeshFM: 2D Features Are All You Need for 3D Shape Understanding

MeshFM turns 2D foundation-model features into 3D shape understanding with a feedforward pipeline that skips test-time optimization. Built from 2D supervision alone, it reaches performance comparable to 3D-supervised methods on …

Research arXiv cs.GR · 1 month, 3 weeks ago
Blended Chart Surfaces: A Seamless Explicit Representation for Smooth Surface Fitting

A new surface representation aims to give graphics teams a compact, explicit way to fit smooth geometry without seam artifacts or an iso-surfacing step. Blended Chart Surfaces keeps topology in …

Research arXiv cs.GR · 3 months ago
BijectiveRemesh: Maintaining Bijective Mappings for Data Transfer Across Remeshed Manifolds

For teams that move geometry through remeshing, this paper tackles a nasty problem: keeping data mappings bijective instead of approximated. The authors describe a composite map built from local bijective …

Research arXiv cs.GR · 3 months, 3 weeks ago
Auditing Training-Free 3D Shape Retrieval with Diffused Geodesic Moments

For teams working on 3D shape retrieval or mesh similarity, this paper argues the evaluation pipeline matters as much as the descriptor itself. On FAUST-Reg and TOSCA, a Heat Kernel …

Research arXiv cs.GR · 3 months, 3 weeks ago
Curve Skeletonization in Continuous domain for Meshes and Point Clouds

This paper pushes curve skeletonization out of the usual discrete graph setup and into a continuous domain, which matters if you care about cleaner topology from messy meshes or point …

Research arXiv cs.GR · 3 months, 3 weeks ago
Look Both Ways Before You Cross: Lifting Cross Fields From 2D Visual Priors

A new mesh-processing method, CrossLift, uses 2D visual priors to infer cross fields on 3D surfaces and then lifts those directions back onto meshes. For graphics and technical art teams, …

Research arXiv cs.GR · 3 months, 3 weeks ago
Conformal tubular parameterization and toroidal bending of tube-like surfaces

A new conformal mapping framework targets tube-like meshes with two boundaries, aiming to preserve longitudinal and circumferential structure better than standard planar unwraps. It also adds a localized seam fix, …

Research arXiv cs.GR · 4 months ago
Tangent Blow-Ups for Processing Non-Manifold Geometry

For graphics programmers, this paper tackles a long-standing failure mode: geometry pipelines that break on non-manifold data like edges, corners, self-intersections, and branching junctions. The authors introduce a tangent blow-up …

Research arXiv cs.GR · 4 months ago
Best Segmentation Buddies for Image-Shape Correspondence

A new CV/graphics paper tackles image-to-3D-shape correspondence by matching image segment pixels to vertices on untextured meshes. The practical angle for game teams is better cross-modal part labeling: the method …

Research arXiv cs.GR · 4 months ago
MeshTailor: Cutting Seams via Generative Mesh Traversal

For graphics programmers and technical artists, MeshTailor is a mesh-native approach to generating edge-aligned seams on 3D surfaces. It avoids the projection and snapping issues that plague earlier methods by …

Research arXiv cs.GR · 5 months, 3 weeks ago
Fast Sparse Matrix Permutation for Mesh-Based Direct Solvers

A mesh-focused sparse-matrix permutation method cuts one of the nastier preprocessing costs in direct solvers, with reported solve speedups up to 6.27x. The key trick is relaxing classic nested-dissection goals …

Research arXiv cs.GR · 7 months, 2 weeks ago
Locality-Aware Automatic Differentiation on the GPU for Mesh-Based Computations

GPU-side automatic differentiation for triangle-mesh workloads is getting a practical locality-first treatment here. The paper avoids global computation graphs and host sync, instead doing per-element forward-mode AD in registers/shared memory …

Research arXiv cs.GR · 7 months, 2 weeks ago
HodgeFormer: Transformers for Learnable Operators on Triangular Meshes through Data-Driven Hodge Matrices

A new approach to mesh processing is on the horizon with HodgeFormer, which utilizes learnable operators to enhance efficiency in shape analysis. This innovation could significantly streamline workflows for graphics …

Research arXiv cs.GR · 9 months, 1 week ago