engine-software/simulation/atlas/protos/RegularAppearance.proto
Aditya Vasantharao 824d10299e Add Atlas model
2021-06-06 16:30:49 -04:00

19 lines
347 B
Protocol Buffer

#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 RegularAppearance [
]
{
PBRAppearance {
baseColorMap ImageTexture {
url [
"textures/atlas.jpg"
]
}
roughness 0.3
metalness 0
}
}