mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +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; }
|
Standard_Boolean ShowTriangles() const { return myToShowTriangles; }
|
||||||
|
|
||||||
//! Use this method to show the triangulation of the shape (for debugging etc.).
|
//! 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
|
//! @return true if texture color modulation is turned on
|
||||||
Standard_Boolean TextureModulate() const { return myModulate; }
|
Standard_Boolean TextureModulate() const { return myModulate; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user