X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=tests%2Fde_mesh%2Fgltf_read%2Fbegin;h=72db86bda375592f31fe0b67bae0aa6e8e46fa58;hb=ba562b2b7a9c7c92bc582d43b3eabca7c722668d;hpb=73dc2d3ae56052deac2d8c5881688b42ced10c7e diff --git a/tests/de_mesh/gltf_read/begin b/tests/de_mesh/gltf_read/begin index a6de429d5c..72db86bda3 100644 --- a/tests/de_mesh/gltf_read/begin +++ b/tests/de_mesh/gltf_read/begin @@ -1,2 +1,4 @@ pload XDE OCAF MODELING VISUALIZATION catch { Close D } +# PBR requires OpenGL 3.0+ on macOS +if { $::tcl_platform(os) == "Darwin" } { vcaps -core }