Xrvitd / CWF

Code of CWF: Consolidating Weak Features in High-quality Mesh Simplification, ACM Transactions on Graphics, SIGGRAPH 2024
https://ruixu.me/html/CWF/index.html
GNU Affero General Public License v3.0
224 stars 14 forks source link

Any other obj files fail to run #5

Open mingg13 opened 4 months ago

mingg13 commented 4 months ago

Simple box mesh obj failed to run.
test.zip

ningnawang commented 4 months ago

can you please provide the initial input point in .xyz file as well?

afabri commented 3 months ago

What are the expectations for the points to provide? Can they be just randomly on the surface? Can they be a random sample of the vertices or do we have to avoid vertices. What is a good percentage. Do you expect more points where the model has more details?

Xrvitd commented 3 months ago

hi @afabri, we just want the initial point cloud to fall on the surface as evenly as possible, and most sampling methods can do the job, such as white noise sampling, blue noise sampling, Poisson disk sampling, etc.