1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +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

@@ -3334,3 +3334,21 @@ void V3d_View::DiagnosticInformation (TColStd_IndexedDataMapOfStringString& theD
{
myView->DiagnosticInformation (theDict, theFlags);
}
//=============================================================================
//function : RenderingParams
//purpose :
//=============================================================================
const Graphic3d_RenderingParams& V3d_View::RenderingParams() const
{
return myView->RenderingParams();
}
//=============================================================================
//function : ChangeRenderingParams
//purpose :
//=============================================================================
Graphic3d_RenderingParams& V3d_View::ChangeRenderingParams()
{
return myView->ChangeRenderingParams();
}