Skip to content

Commit

Permalink
Merge c6d3a88 into 249f1ec
Browse files Browse the repository at this point in the history
  • Loading branch information
iche033 authored Jan 30, 2021
2 parents 249f1ec + c6d3a88 commit 4a0e561
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 4a0e561

Please sign in to comment.