Skip to content

Commit

Permalink
Added light map to material.proto
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Koenig <[email protected]>
  • Loading branch information
Nate Koenig committed Dec 14, 2020
1 parent c228e54 commit f7de119
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proto/ignition/msgs/material.proto
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ message Material

/// \brief Filename of the emissive map
string emissive_map = 13;

/// \brief Filename of the light map.
string light_map = 14;
}


Expand Down

0 comments on commit f7de119

Please sign in to comment.