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

SDF traversal trait #2

Closed Shfty closed 1 year ago

Shfty commented 1 year ago

Need to port the sphere tracing implementations from bevy-test and unify them under an SDF traversal trait that defers to SignedDistanceField::distance.

Shfty commented 1 year ago

Done.