GjermundOstensvig / VisualizingRobotConsepts

This repo. was made to visualize robot consepts like Kinomatics and ROS.
MIT License
0 stars 0 forks source link

The rendered meshes have no colors. #12

Closed GjermundOstensvig closed 10 months ago

GjermundOstensvig commented 10 months ago

image

GjermundOstensvig commented 10 months ago

Adding a material color and setting the visual mesh to that material did not fix the issue: Maybe because the .dae materials are taking priority here.

  <material name="red">
    <color rgba="0.8 0 0 1"/>
  </material>

I could color the .dae files and then import them. There' s also a way to use images as materials.

GjermundOstensvig commented 10 months ago

Fixed: 6022d9dc4a40a6b6c7c26aa379e70de725bed131