Bevy-Rust-GPU / rust-gpu-sdf

Signed distance field library usable on both CPU and GPU.
Apache License 2.0
12 stars 1 forks source link

Interior / exterior distinction for BoundChecker #13

Open Shfty opened 1 year ago

Shfty commented 1 year ago

Currently, BoundsChecker asserts whether the entire sample space is a bound. This should be amended to consider interior and exterior separately and return two bools, or a struct containing the same.