Skip to content

Commit

Permalink
Add Script sub-message with uri, material_name
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
  • Loading branch information
scpeters committed Sep 17, 2021
1 parent b118c49 commit 6addaa4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion proto/ignition/msgs/scene.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ import "ignition/msgs/header.proto";

message Scene
{
message Script
{
repeated string uri = 1;
string material_name = 2;
}

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

Expand All @@ -53,5 +59,5 @@ message Scene
bool origin_visual = 12;

/// \brief Name of shadow caster material.
string shadow_caster_material_name = 13;
Script shadow_caster_script = 13;
}

0 comments on commit 6addaa4

Please # to comment.