eth-ait / aitviewer

A set of tools to visualize and interact with sequences of 3D data.
MIT License
497 stars 46 forks source link

Mac fixes for 1.6.0 #19

Closed totomobile43 closed 1 year ago

totomobile43 commented 1 year ago

Macs are stuck on openGL v 4.1 which doesn't support SSBO. We still provide mainline support for macOS, so this PR downgrades the ogl version to 4.0 to address this, as well as a minor transparency bug fix.