mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +03:00
0024699: Visualization - prototype interoperation of TKOpenGl viewer with Direct3D viewer
Add new C# sample which allow to render the OCCT scene to a Direct3D context in a WPF application. DirectX SDK is required in order to build this sample.
This commit is contained in:
@@ -10,7 +10,7 @@ if "%1" == "-h" (
|
||||
|
||||
call "%~dp0..\..\env.bat" %1 %2 %3
|
||||
|
||||
set "EXEC=%~dp0\win%ARCH%\bin%CASDEB%\IE_WPF.exe"
|
||||
set "EXEC=%~dp0\win%ARCH%\bin%CASDEB%\IE_WPF_WinForms.exe"
|
||||
|
||||
if not exist "%EXEC%" goto err_exe
|
||||
|
||||
|
Reference in New Issue
Block a user