← Back to work
Procedural Materials / Technical art
Layered Material Study
A procedural material study for layered surfaces, curvature-driven wear, and controlled masking.

Interactive previewChannels available below
This placeholder verifies the Work detail route, metadata, interactive canvas, and channel controls.
The final shader will eventually be replaced by a real study with production captures and a full breakdown.
float wear = smoothstep(0.35, 0.8, curvature);
color *= mix(1.0, wearTint, wear);