1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-24 13:50:49 +03:00
Files
occt/tests/de_mesh/obj_read/begin
bugmaster ae0de0e7f9 0032451: Tests - adjusting test cases with Improvement status on macOS arm64 platforms
- Load OPENGL draw plugin before using vcaps
- Skip optional VTK plugin on macOS within "oit" test
- Processing improvements
2021-06-17 17:17:07 +03:00

5 lines
167 B
Plaintext

pload XDE OCAF MODELING VISUALIZATION
Close D -silent
# PBR requires OpenGL 3.0+ on macOS
if { $::tcl_platform(os) == "Darwin" } { vdriver -load OPENGL; vcaps -core }