You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to change the colors of visual objects using gui.setColor(nodeName, [r,g,b,a])
this used to work fine until recent update, now it seems to work only if I add a mesh with an stl extension
if I add a mesh with .dae or use something like gui.addCone(,,, [r,g,b,a]) then what ever rgb scale I use it shows in black
if I check the body tree in the gepetto-gui and I click on the color of an object within the tree then it displays the values I used (you can see in the figure below some shade of orange) however it displays it in black
is there anything I might be doing wrong ?
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to change the colors of visual objects using
gui.setColor(nodeName, [r,g,b,a])
this used to work fine until recent update, now it seems to work only if I add a mesh with an stl extension
gui.addCone(,,, [r,g,b,a])
then what ever rgb scale I use it shows in blackgepetto-gui
and I click on the color of an object within the tree then it displays the values I used (you can see in the figure below some shade of orange) however it displays it in blackis there anything I might be doing wrong ?
The text was updated successfully, but these errors were encountered: