carla-simulator / carla

Open-source simulator for autonomous driving research.
http://carla.org
MIT License
11.11k stars 3.58k forks source link

which part does set_attribute('color', '0,0,0') change in Material Example of the car #7026

Closed zhoujiawei3 closed 4 months ago

zhoujiawei3 commented 8 months ago

when I change a car's color with the python API set_attribute('color', '0,0,0'),I really wonder that which component of the Material Example of the car in UE4 does the change happen?

AntonioMata1 commented 4 months ago

I posted an answer about this here: https://github.com/carla-simulator/carla/issues/7120

zhoujiawei3 commented 4 months ago

@AntonioMata1 Thanks