AIS_Triangulation color is incorrect

Hello, The color of AIS_Triangulationseems to be combined with color of model's default material, how can I cancel this color of material to display the vertex color correctly? Looking forward to your answer.

Attachments: 
Alisiben J's picture

You can try SetMaterial(Graphic3d_NameOfMaterial_UserDefined).

FrankZNL's picture

thanks! I did the same