#Change color of children and parents node with keyboard input?

2 messages · Page 1 of 1 (latest)

humble spoke
#

robotHead.parent.material.color is a color, not a material

#

robotHead.parent.material.color.set("red")
robotHead.parent.material.color.set("#ff0000")
etc