tracing icon indicating copy to clipboard operation
tracing copied to clipboard

A simple physically-based path tracer

Results 1 tracing issues
Sort by recently updated
recently updated
newest added

`cargo run --release --example=cornell` warning: trait objects without an explicit `dyn` are deprecated --> src/light.rs:108:19 | 108 | pub surface: Box, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SampleDirectSurface + Send...