eadf
eadf
It's impossible to search for the correct beach-line key in a BTree when the keys are corrupted. So instead I fixed(?) the problem by implementing a Vec based linked-list that...
Turns out the fix is not adequate, i'll need to find a better solution than this
I noticed you’re interested in integrating baby_shark so it can be used directly inside Blender. In my project [hallr](https://github.com/eadf/hallr), I’m working on exactly that. As a first step, I’ve added...
I really appreciate the work that’s gone into this crate—thanks to everyone involved! I know this is a big ask, but for blender integration to work there should preferably not...
Here is the code i'm using: [decimate](https://github.com/eadf/hallr/blob/3058d40a3f7e1e820d7884bd6a0543ca34dc8140/src/command/cmd_baby_shark_decimate.rs#L35) [isotropic remesh](https://github.com/eadf/hallr/blob/3058d40a3f7e1e820d7884bd6a0543ca34dc8140/src/command/cmd_baby_shark_isotropic_remesh.rs#L35) and for good measure, even though it does not relate to the issue: [mesh offset](https://github.com/eadf/hallr/blob/3058d40a3f7e1e820d7884bd6a0543ca34dc8140/src/command/cmd_baby_shark_mesh_offset.rs#L31) And regarding the model, it was...
tag: #23
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...
Would [pastey 0.2.0](https://crates.io/crates/pastey/0.2.0) work?