diff --git a/src/AIS/AIS_TexturedShape.cxx b/src/AIS/AIS_TexturedShape.cxx index 8b3986172b..27b8fac864 100644 --- a/src/AIS/AIS_TexturedShape.cxx +++ b/src/AIS/AIS_TexturedShape.cxx @@ -225,6 +225,11 @@ void AIS_TexturedShape::UpdateAttributes() return; } + if (myModulate) + myTexture->EnableModulate(); + else + myTexture->DisableModulate(); + if (myToShowTriangles) myAspect->SetEdgeOn(); else