Skip to content

Commit

Permalink
Update proto/gz/msgs/material_color.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Benjamin Perseghetti <[email protected]>
  • Loading branch information
bperseghetti and ahcorde committed Jan 15, 2024
1 parent 57cd9c7 commit 5c03d8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions proto/gz/msgs/material_color.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,21 @@ option java_package = "com.gz.msgs";
option java_outer_classname = "MaterialProtos";

/// \ingroup gz.msgs
/// \interface Material
/// \brief Information about a material
/// \interface MaterialColor
/// \brief Color description for an entities link-visual material.

import "gz/msgs/color.proto";
import "gz/msgs/header.proto";

message MaterialColor
{

/// \brief Optional header data
Header header = 1;

/// \brief Name of link-visual.
string name = 2;

/// \brief Name of parent enitity for link-visual.
string parent_name = 3;

/// \brief Ambient color
Expand All @@ -49,5 +50,4 @@ message MaterialColor

/// \brief Emissive color
Color emissive = 7;

}

0 comments on commit 5c03d8a

Please sign in to comment.