Remove debug information.

(Fix for PAL21179:
	1) draw outlines (borders) of the shapes,
	2) material properties.)
This commit is contained in:
mkr 2012-01-16 08:01:59 +00:00
parent 7882eb76e9
commit 147d0719d7

View File

@ -986,7 +986,6 @@ void GEOM_Displayer::Update( SALOME_OCCPrs* prs )
// Get back material properties from the model // Get back material properties from the model
Graphic3d_MaterialAspect aMatB = aModelB->getMaterialOCCAspect(); Graphic3d_MaterialAspect aMatB = aModelB->getMaterialOCCAspect();
printf(">> GEOM_Displayer::Update() : SetMaterial\n");
// Set front material for the selected shape // Set front material for the selected shape
AISShape->SetCurrentFacingModel(Aspect_TOFM_FRONT_SIDE); AISShape->SetCurrentFacingModel(Aspect_TOFM_FRONT_SIDE);
AISShape->SetMaterial(aMatF); AISShape->SetMaterial(aMatF);