nzfeng / TeddyAR

3 stars 1 forks source link

Source file for halfedge #1

Open pixxel7 opened 3 years ago

pixxel7 commented 3 years ago

Hey! I hope you're doing well.

I was looking for a halfedge data structure implementation and somehow ended up on your project. I really liked your project. Amazing work!

The halfedge implementation you did in Teddy_C++, I wished to see the source code that you based it on. I am not able to find Kevin Li's implementation. If possible, can you share it.

Thanks

nzfeng commented 6 months ago

Hi! The halfedge code in this project was based on halfedge.h from Assignment 5 of Caltech's intro graphics course --- the file can be downloaded from the assignment page. These days I use the geometry-central C++ library for everything geometry processing-related, including handling halfedge meshes. If you need something beyond a bare-bones pointer-based implementation, I'd recommend it!