Skip to content

Commit

Permalink
Added render order to material msgs (#118)
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <[email protected]>
  • Loading branch information
ahcorde authored Dec 23, 2020
1 parent 5a0cec0 commit 21555dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proto/ignition/msgs/material.proto
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,8 @@ message Material

/// \brief Physically Based Rendering (PBR) material properties
PBR pbr = 10;

/// \brief Render order. The higher value will be rendered on top of the
/// other coplanar polygons
double render_order = 11;
}

0 comments on commit 21555dc

Please sign in to comment.