[][src]Module pbrt::filters::boxfilter

Defines a box filter that implements Filter. Note: This is named BoxFilter and not Box due to Box being a reserved word in rust.

Structs

BoxFilter

Filter that returns 1. within the configured radius.