Delta Reflection Lobe (blDltRf)

key: blDltRf

type: C

  1. color: specular reflectance

Description

Simplistic ideal specular (mirror) reflection for use as part of an aggregate (smAgg) material. Reflectance is constant at all angles.

BRDF

Single Kronecker delta function in the specular direction

Examples

	     
  smAgg
    blTrnspr
      rgb 0.85 0.85 0.85 end
    end
    blDltRf
      rgb 0.08 0.08 0.08 end
    end
  end