qq456cvb / ObjSimplifier

Open-source C++ Obj Simplifier implementing "Surface Simplification Using Quadric Error Metrics" 1997
MIT License
4 stars 0 forks source link

Question #4

Closed 6sycf closed 4 days ago

6sycf commented 2 months ago

Where is the loadInput function in the main function in the readme file? Or does it belong to a library?

qq456cvb commented 1 month ago

Hi, it does not belong to the library. The whole library is wrapped into a single class i.e., ObjSimplifier.