Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions proto/ignition/msgs/material.proto
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ message Material

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

/// \brief Texture coordinate set for the light map
uint32 light_map_texcoord_set = 15;
}


Expand Down