Skip to content

Commit 2686fc5

Browse files
committed
add lightmap texcoord set
Signed-off-by: Ian Chen <[email protected]>
1 parent 668a75b commit 2686fc5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

proto/ignition/msgs/material.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ message Material
100100

101101
/// \brief Filename of the light map.
102102
string light_map = 14;
103+
104+
/// \brief Texture coordinate set for the light map
105+
uint32 light_map_texcoord_set = 15;
103106
}
104107

105108

0 commit comments

Comments
 (0)