Skip to content

Commit

Permalink
Add double sided field to material (#130)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <ichen@osrfoundation.org>
  • Loading branch information
iche033 authored Jan 30, 2021
1 parent 249f1ec commit 446fc89
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 @@ -124,4 +124,8 @@ message Material
/// \brief Render order. The higher value will be rendered on top of the
/// other coplanar polygons
double render_order = 11;

/// \brief If true, the mesh that this material is applied to will be
/// rendered as double sided
bool double_sided = 12;
}

0 comments on commit 446fc89

Please sign in to comment.