Skip to content

Commit

Permalink
Add lightmap texcoord set (#124)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 authored Jan 12, 2021
1 parent fc7586b commit b581eb1
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 @@ -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

0 comments on commit b581eb1

Please sign in to comment.