SLA gizmo now forces objects to use their normal color (not SELECTED_COLOR)

This commit is contained in:
Lukas Matena 2019-03-20 14:04:20 +01:00
parent 2728e45646
commit df01af975a
3 changed files with 19 additions and 10 deletions

View file

@ -302,6 +302,8 @@ public:
bool is_extrusion_path;
// Wheter or not to always render this volume using its own alpha
bool force_transparent;
// Whether or not always use the volume's own color (not using SELECTED/HOVER/DISABLED/OUTSIDE)
bool force_native_color;
// Interleaved triangles & normals with indexed triangles & quads.
GLIndexedVertexArray indexed_vertex_array;