mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0029882: Visualization - AcceptDisplayMode() should be redefined in class AIS_TexturedShape
This commit is contained in:
parent
4b114473ef
commit
d9f79dae49
@ -172,6 +172,9 @@ public: //! @name methods to alter texture mapping properties
|
||||
//! @return true if texture color modulation is turned on
|
||||
Standard_Boolean TextureModulate() const { return myModulate; }
|
||||
|
||||
//! Return true if specified display mode is supported (extends AIS_Shape with Display Mode 3).
|
||||
virtual Standard_Boolean AcceptDisplayMode (const Standard_Integer theMode) const Standard_OVERRIDE { return theMode >= 0 && theMode <= 3; }
|
||||
|
||||
protected: //! @name overridden methods
|
||||
|
||||
//! Compute presentation with texture mapping support.
|
||||
|
Loading…
x
Reference in New Issue
Block a user