Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Preserve Feature Angles when remeshing sharp objects

Abierto
#199 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
5/5
Tiempo estimado
Más de una semana
Aptitud para principiantes
25/100
Tipo de issue
Nueva funcionalidad
Claridad
Necesita aclaración
Estado de actividad
Estancado
Stack tecnológico
cpp

Línea de trabajo

Start by tracing the remeshing and smoothing behavior described for the Stanford bunny, then inspect how MutationManager handles vertices marked as "Non-Repositionable." Determine whether feature edges can remain sharp without preventing mesh-quality improvement at their interface. Done means remeshing preserves sharp features while maintaining quality around them.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

I've been trying out the remeshing for the Stanford bunny and there seems to be a general loss of sharp features:

image

Are there any mechanisms I can implement to conserve these? I would assume the smoothing part is agnostic to these features.

If I leverage the MutationManager to set the vertices forming the feature edges as "Non-Repositionable", I assume it won't be able to improve the mesh quality at its interface.

Lenguaje dominante
C++
Estrellas
1.3k
Forks
183
Métricas de merge de PR
Sin PR fusionados en 30 d

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de nmwsharp/geometry-central

Todos los issues de nmwsharp/geometry-central

Issues similares

Más issues de C++

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.