Trait arendur::material::Material [] [src]

pub trait Material: Sync + Send {
    fn compute_scattering<'a>(
        &self,
        si: &mut SurfaceInteraction,
        dxy: &DxyInfo,
        alloc: &'a Allocator
    ) -> Bsdf<'a>; }

The material interface

Required Methods

Implementors