Mesh Processing News
The latest Mesh Processing coverage curated for game developers.
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 …
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 …
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 …
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 …
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 …
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 …
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 …
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 …
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 …
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 …
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 …
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, …
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, …
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 …
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 …
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 …
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 …
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 …
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 …