mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
0024892: AIS_TexturedShape::ShowTriangles overloads mismatch
This commit is contained in:
parent
e97a6598fe
commit
7ccd27ca04
@ -158,7 +158,7 @@ public: //! @name methods to alter texture mapping properties
|
||||
Standard_Boolean ShowTriangles() const { return myToShowTriangles; }
|
||||
|
||||
//! Use this method to show the triangulation of the shape (for debugging etc.).
|
||||
Standard_EXPORT void ShowTriangles (const Standard_Boolean theToShowTriangles = Standard_False);
|
||||
Standard_EXPORT void ShowTriangles (const Standard_Boolean theToShowTriangles);
|
||||
|
||||
//! @return true if texture color modulation is turned on
|
||||
Standard_Boolean TextureModulate() const { return myModulate; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user