Skip to content

texture: change parametrization in CUDA texturing from XAtlas to best view clustering - #1270

Open
JuSiGabriel wants to merge 1 commit into
cdcseacave:cuda-texturefrom
JuSiGabriel:cuda-texture
Open

JuSiGabriel wants to merge 1 commit into
cdcseacave:cuda-texturefrom
JuSiGabriel:cuda-texture

Conversation

@JuSiGabriel

Copy link
Copy Markdown
Contributor

Replaced the CUDA texturing UV parametrization with a custom in-house method and removed the old xatlas path entirely.

The new parametrization builds texture charts by grouping mesh faces into connected components that share the same best source view, then assigns UVs by directly projecting each chart into that camera. Faces without a valid view fall back to a simple local planar triangle parametrization. This keeps the parametrization step lightweight and predictable, reuses information already computed by the CUDA texturing pipeline, and avoids the overhead of running a separate global UV unwrapping stage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant