struct BxDF::LambertianReflection
- BxDF::LambertianReflection
- BxDF
- Struct
- Value
- Object
Defined in:
bxdfs/lambertian.crConstructors
Instance Method Summary
- #f(wo : Vector, wi : Vector)
- #pdf(wo, wi)
- #sample_f(wo : Vector, u1 : Float64 = rand, u2 : Float64 = rand) : Tuple(Color, Vector, Float64)