dimforge / parry

2D and 3D collision-detection library for Rust.
https://parry.rs
Apache License 2.0
565 stars 100 forks source link

Doc info for VHACD best parameters #174

Open ThomasCartier opened 9 months ago

ThomasCartier commented 9 months ago

Hi,

I think the doc is lacking a note on the parameters to use for better representation of the underlying mesh. The original project has it but the issue is that the parameters are not the same between the two projects.

Even the commented link in the source code doesn't make it clear, because the range don't seem to be the same/given.

What's your opinion ? I could produce the doc text for the Boeotian like me if you wish, if I can understand the implication of each parameters on the result.

for example, I don't get the "Controls the bias toward clipping along revolution planes.". Maybe I am not the only one.

So for the current doc, it would state: range [A,B], "with A meaning X and B meaning Y" on the resulting mesh. Nothing more.