Merge pull request #12064 from bdieterm/fixPlaneTransparency

Gui: add explicit transparency specification
This commit is contained in:
Chris Hennes
2024-01-23 21:33:20 -06:00
committed by GitHub
7 changed files with 64 additions and 0 deletions

View File

@@ -197,6 +197,7 @@ ViewProviderFemMesh::ViewProviderFemMesh()
LineWidth.setConstraints(&floatRange);
ShapeColor.setValue(App::Color(1.0f, 0.7f, 0.0f));
Transparency.setValue(0);
ADD_PROPERTY(BackfaceCulling, (true));
ADD_PROPERTY(ShowInner, (false));
ADD_PROPERTY(MaxFacesShowInner, (50000));