mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
Samples update
This commit is contained in:
@@ -32,7 +32,7 @@ COCCDemoApp::COCCDemoApp() : OCC_App()
|
||||
try
|
||||
{
|
||||
Handle(Aspect_DisplayConnection) aDisplayConnection;
|
||||
myGraphicDriver = Graphic3d::InitGraphicDriver (aDisplayConnection);
|
||||
myGraphicDriver = new OpenGl_GraphicDriver (aDisplayConnection);
|
||||
}
|
||||
catch (Standard_Failure)
|
||||
{
|
||||
|
@@ -36,6 +36,7 @@
|
||||
#include <Graphic3d.hxx>
|
||||
#include <V3d_Viewer.hxx>
|
||||
#include <V3d_View.hxx>
|
||||
#include <OpenGl_GraphicDriver.hxx>
|
||||
#include <WNT_Window.hxx>
|
||||
#include <Standard_ErrorHandler.hxx>
|
||||
|
||||
|
Reference in New Issue
Block a user