mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0025511: Visualization - drop redundant viewer option V3d_View::Transparency()
Visual3d_ViewManager, activate texturing by default. Update Qt sample
This commit is contained in:
@@ -251,8 +251,6 @@ V3d_View::V3d_View(const Handle(V3d_Viewer)& VM, const V3d_TypeOfView Type ) :
|
||||
aCamera->SetProjectionType ((Type == V3d_ORTHOGRAPHIC)
|
||||
? Graphic3d_Camera::Projection_Orthographic
|
||||
: Graphic3d_Camera::Projection_Perspective);
|
||||
|
||||
MyTransparencyFlag = Standard_False;
|
||||
}
|
||||
|
||||
//=============================================================================
|
||||
|
Reference in New Issue
Block a user