fast-surface-nets-rs icon indicating copy to clipboard operation
fast-surface-nets-rs copied to clipboard

Broken example rayon-chunks

Open TheKnarf opened this issue 1 year ago • 1 comments

The example rayon-chunks doesn't run, I assume its because of the ilattice dependency.

https://github.com/bonsairobo/fast-surface-nets-rs/blob/main/examples-crate/Cargo.toml#L12

In the Cargo.toml file it refrences branch = "main" for the ilattice dependency. There have probably been some code changes that break the example. It would be better if the example was updated to depend on a spesific version of ilattice.

TheKnarf avatar Feb 25 '25 12:02 TheKnarf

Yes, you are correct in that the problem was with ilattice, the example uses a the git version of Ilattice that uses Aabb, not Extent as the example uses. There also was a problem where one of the glam types were picked up from Ilattice::glam (0.25) and one from fast-surface-nets (0.29?) and the example tried to convert between them.

eadf avatar May 11 '25 00:05 eadf