WilliamLiu-1997 / Parafashion

A 3D web application that can help simplify the design and customizing process of garments. Main functions include decomposing the 3D mesh into small patches according to user’s inputs and customizing the material and texture of each patch.
https://parafashion.vercel.app
4 stars 3 forks source link

where is located the actual processing code? #37

Open destlaver opened 10 months ago

destlaver commented 10 months ago

Hi William, Is the code located in the wasm DerivePatchLayout file? If so, how can I get or edit the original code to adapt it for my use case?

WilliamLiu-1997 commented 9 months ago

The original code is modified based on the work from paper “Reliable Feature-Line Driven Quad-Remeshing” by NICO PIETRONI et al. (Siggraph, 2021). And is written by C++. You should contact the author (Nico) to get the code. https://github.com/nicopietroni/quadwild