From fe3b2d99cd7a8691eb6d1fe16d8cb0421b0f2fbc Mon Sep 17 00:00:00 2001 From: ahcorde Date: Tue, 22 Dec 2020 14:54:36 +0100 Subject: [PATCH] Added render order to material msgs Signed-off-by: ahcorde --- proto/ignition/msgs/material.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proto/ignition/msgs/material.proto b/proto/ignition/msgs/material.proto index 22913884..f237e45e 100644 --- a/proto/ignition/msgs/material.proto +++ b/proto/ignition/msgs/material.proto @@ -117,4 +117,6 @@ message Material /// \brief Physically Based Rendering (PBR) material properties PBR pbr = 10; + + int32 render_order = 11; }