#VRML_SIM R2021a utf8
# license: Copyright Cyberbotics Ltd. Licensed for use only with Webots.
# license url: https://cyberbotics.com/webots_assets_license
# tags: hidden

PROTO CarbonFiberAppearance [
]
{
PBRAppearance {
  baseColorMap ImageTexture {
    url [
      "textures/atlas_carbon_fiber.jpg"
    ]
  }
  metalness 0
  roughness 0.3
}
}