Hello, I have some issue with glm::intersectRaySphere
, I have seen here https://github.com/g-truc/glm/issues/8 that there was a bug in an old glm version, and I am trying to figure out if this old bug affects also the glm version used by openFrameworks, but unfortunately I can not find out which version of glm is OF using.
According to
openFrameworks/libs/glm/CMakeLists.txt
it looks like 0.9.8, or?
it seems to be version 0.9.8.5, you can have a look in :
libs/glm/include/glm/detail/setup.hpp
1 Like
Thanks
And online it seems to be found here: