478 |
PROTO Robot [
field SFColor eyeColor 1.0 0.0 0.0
. . .
] {
Shape {
appearance Appearance {
material Material {
diffuseColor IS eyeColor
}
}
. . .
}
}