mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-24 13:50:49 +03:00
- Load OPENGL draw plugin before using vcaps - Skip optional VTK plugin on macOS within "oit" test - Processing improvements
5 lines
167 B
Plaintext
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 }
|