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

Refactor raymarchers as operators with a custom attribute #18

Closed Shfty closed 1 year ago

Shfty commented 1 year ago

Standardizing raymarchers as a top-level operator would afford the user more unified control over the SDF evaluation stack, making #17 more viable.

Shfty commented 1 year ago

Done.