Dmytro Volovyk
Dmytro Volovyk
Hey, 1. I'm not sure I understand the question. `PolygonSoup` and `CornerTable` are surface meshes approximated with triangles. Do you want to create a hollow inside of a model? 2....
I can confirm that `faer-trait` doesn't build for 32bit targets. ``` cargo build --target i686-pc-windows-msvc Compiling faer-traits v0.21.5 (C:\Users\Dmytro Volovyk\source\repos\faer-rs\faer-traits) error[E0277]: the trait bound `u64: Index` is not satisfied -->...
I have created a small [PR](https://github.com/sarah-quinones/faer-rs/pull/184) to fix it, but I'm not sure I understood the intention behind using `#[cfg(any(target_pointer_width = "64"))]`. Even if `u64` is not supported by the...