## specular BRDF.glsl Custom specular BRDF with a long highlight tail. Copy the code into https://shdr.bkcore.com for interactive demonstration. Toggle variables: ``` int GGX = 0; // toggle for comparison ... int specular_only = 1; // disable to view diffuse + specular ```