ros-visualization / rviz

ROS 3D Robot Visualizer
BSD 3-Clause "New" or "Revised" License
792 stars 459 forks source link

Fix transparency of RobotLinks #1751

Closed rhaschke closed 2 years ago

rhaschke commented 2 years ago
If a RobotLink has multiple visuals with different alpha values, only the last one was actually used (stored in material_alpha_). Instead, store the original material and use alpha from there. before after
image image