Skip to content

nshejwalkar/mesh-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Half-Edge Mesh Editor

This project implements a half-edge mesh data structure and an interactive mesh editor built on top of OpenGL. Half-edge meshes enable efficient traversal, adjacency queries and topology edits that are inefficient on simpler index buffer based meshes. Essentially, this data structure trades ease of rendering for flexibility, making it perfect for editing.

Features include mesh parsing, Catmull-Clark subdivision and several other geometry processing algorithms (split edge, triangulation/quadrangulation, etc).

image

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages