Variable Material.roughnessFactor

Surface roughness factor (0 = smooth, 1 = rough). Used if roughnessMetallicTexture is not specified

class Material
{
  // ...
  float roughnessFactor = 0.5F;
  // ...
}