1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

0027972: Visualization - remove unused and not implemented property V3d_View::EnableGLLight()

This commit is contained in:
kgv
2016-10-17 17:39:30 +03:00
committed by apn
parent df18769ea6
commit ebc369da1d
10 changed files with 18 additions and 117 deletions

View File

@@ -853,13 +853,6 @@ public:
//! Returns current state of the back faces display
Standard_EXPORT V3d_TypeOfBackfacingModel BackFacingModel() const;
//! turns on/off opengl lighting, currently used in triedron displaying
Standard_EXPORT void EnableGLLight (const Standard_Boolean theIsEnabled = Standard_True) const;
//! returns the current state of the gl lighting
//! currently used in triedron displaying
Standard_EXPORT Standard_Boolean IsGLLightEnabled() const;
//! Adds clip plane to the view. The composition of clip planes truncates the
//! rendering space to convex volume. Number of supported clip planes can be consulted
//! by PlaneLimit method of associated Graphic3d_GraphicDriver.