mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0031149: Visualization - using clipping planes for FitAll of V3d_View
#warnings correction
This commit is contained in:
@@ -242,7 +242,7 @@ Standard_Boolean OpenGl_Structure::IsClipped (const Handle(Graphic3d_SequenceOfH
|
||||
{
|
||||
// True if structure is fully clipped
|
||||
bool isClipped = false;
|
||||
bool hasDisabled = false;
|
||||
//bool hasDisabled = false;
|
||||
|
||||
//const Handle(OpenGl_Context)& aCtx = theWorkspace->GetGlContext();
|
||||
//if (aCtx->Clipping().IsClippingOrCappingOn())
|
||||
|
@@ -126,7 +126,7 @@ public:
|
||||
Standard_Boolean IsRaytracable() const;
|
||||
|
||||
//! Returns true if the structure is clipped with set planes
|
||||
Standard_EXPORT virtual Standard_Boolean IsClipped (const Handle(Graphic3d_SequenceOfHClipPlane)& theClipPlane) const;
|
||||
Standard_EXPORT virtual Standard_Boolean IsClipped (const Handle(Graphic3d_SequenceOfHClipPlane)& theClipPlane) const Standard_OVERRIDE;
|
||||
|
||||
//! Update render transformation matrix.
|
||||
Standard_EXPORT virtual void updateLayerTransformation() Standard_OVERRIDE;
|
||||
|
Reference in New Issue
Block a user