mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0028820: Samples - fix compilation of JAVA sample for Android
This commit is contained in:
@@ -195,8 +195,8 @@ bool OcctJni_Viewer::init()
|
||||
|
||||
// create AIS context
|
||||
myContext = new AIS_InteractiveContext (myViewer);
|
||||
//myContext->SetDisplayMode (AIS_WireFrame);
|
||||
myContext->SetDisplayMode (AIS_Shaded);
|
||||
//myContext->SetDisplayMode (AIS_WireFrame, false);
|
||||
myContext->SetDisplayMode (AIS_Shaded, false);
|
||||
|
||||
Handle(OcctJni_Window) aWindow = new OcctJni_Window (aWidth, aHeight);
|
||||
myView = myViewer->CreateView();
|
||||
|
Reference in New Issue
Block a user