From 2686fc55c88d3337b55413a8b08ceb44ffd963d1 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Fri, 8 Jan 2021 22:26:48 -0800 Subject: [PATCH] add lightmap texcoord set Signed-off-by: Ian Chen --- proto/ignition/msgs/material.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/ignition/msgs/material.proto b/proto/ignition/msgs/material.proto index dd0dceed..2f958ac4 100644 --- a/proto/ignition/msgs/material.proto +++ b/proto/ignition/msgs/material.proto @@ -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; }