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:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user