Fem: for view provider of post-object enable two-side rendering because the coloured object could look broken depending on the range of the color bar

This commit is contained in:
wmayer
2022-01-28 11:24:36 +01:00
parent 2886ca0185
commit 54e2eabccb

View File

@@ -78,6 +78,7 @@ ViewProviderFemPostObject::ViewProviderFemPostObject() : m_blockPropertyChanges(
m_shapeHints = new SoShapeHints();
m_shapeHints->ref();
m_shapeHints->shapeType = SoShapeHints::UNKNOWN_SHAPE_TYPE;
m_shapeHints->vertexOrdering = SoShapeHints::COUNTERCLOCKWISE;
m_coordinates = new SoCoordinate3();
m_coordinates->ref();
m_materialBinding = new SoMaterialBinding();