File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ import "gz/msgs/header.proto";
31
31
32
32
message MaterialColor
33
33
{
34
- /// \brief Entities to apply material color.
35
- enum Apply
34
+ /// \brief Entities that match to apply material color.
35
+ enum EntityMatch
36
36
{
37
37
/// \brief Apply material color to first matching entity.
38
38
FIRST = 0 ;
@@ -42,7 +42,7 @@ message MaterialColor
42
42
}
43
43
44
44
/// \brief Optional header data
45
- Header header = 1 ;
45
+ Header header = 1 ;
46
46
47
47
/// \brief Entity for which material colors are going to be modified.
48
48
///
@@ -63,23 +63,23 @@ message MaterialColor
63
63
/// * model_name::link_name::visual_name
64
64
/// * link_name::visual_name
65
65
/// * visual_name
66
- Entity entity = 2 ;
66
+ Entity entity = 2 ;
67
67
68
68
/// \brief Ambient color
69
- Color ambient = 3 ;
69
+ Color ambient = 3 ;
70
70
71
71
/// \brief Diffuse color
72
- Color diffuse = 4 ;
72
+ Color diffuse = 4 ;
73
73
74
74
/// \brief Specular color
75
- Color specular = 5 ;
75
+ Color specular = 5 ;
76
76
77
77
/// \brief Emissive color
78
- Color emissive = 6 ;
78
+ Color emissive = 6 ;
79
79
80
80
/// \brief Specular exponent
81
- double shininess = 7 ;
81
+ double shininess = 7 ;
82
82
83
- /// \brief Entities to apply material color
84
- Apply apply = 8 ;
83
+ /// \brief Entities that match to apply material color.
84
+ EntityMatch entity_match = 8 ;
85
85
}
You can’t perform that action at this time.
0 commit comments