Dmytro Volovyk

Results 13 comments of Dmytro Volovyk

Could you provide code that reproduces this issue?

Closing this issue because 2d triangulation was removed from the library.

I have started to use cargo fmt for this repo but prefer to keep it in manual mode. Sometimes autoformatting gives unpleasant results.

Could you share model decimated in blender?

That is a great idea! Unfortunately, I do not have experience in add-on development for Blender and Rust-Python bindings. So I can't say much. Inter-language interop is a complicated thing...

I should definitely refactor that code. I would appreciate it if you could share the code and 3d model to reproduce this. This is likely a bug in one of...

This should be straightforward to implement. However, are you certain that you need it for `IncrementalRemesher` and not for `EdgeDecimator`? The slides discuss incremental decimation, which aligns more closely with...

> @dima634 You are right. This should better be implemented as a feature to the `EdgeDecimator` as a plug-in criterion. E.g. > > ``` > // Quality taken from >...

> After doing some research, I came across this algorithm from the RWTH Aachen, which seems to do a good job improving mesh quality after the decimation of edges. >...

> Out of curiosity: would this minimum edges feature be something that I could already achieve with the Remesher pipeline? I guess no, mb with a combination of remeshing +...