mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0027549: Visualization, OpenGl_View - drop confusing misnamed methods Width() and Height()
This commit is contained in:
@@ -425,12 +425,6 @@ public:
|
||||
void SetTextureEnv (const Handle(OpenGl_Context)& theCtx,
|
||||
const Handle(Graphic3d_TextureEnv)& theTexture);
|
||||
|
||||
//! Returns height of view volume.
|
||||
Standard_Real Height () const { return myCamera->ViewDimensions().X(); }
|
||||
|
||||
//! Returns width of view volume.
|
||||
Standard_Real Width () const { return myCamera->ViewDimensions().Y(); }
|
||||
|
||||
void SetBackgroundTextureStyle (const Aspect_FillMethod FillStyle);
|
||||
|
||||
void SetBackgroundGradient (const Quantity_Color& AColor1, const Quantity_Color& AColor2, const Aspect_GradientFillMethod AType);
|
||||
|
Reference in New Issue
Block a user