Re: [osg-users] OpenSceneGraph-3.6.5 relased!

2020-02-01 Thread OpenSceneGraph Users
Hello OSG Community, OpenSceneGraph 3.6.5 Windows binaries are now up at the Objexx Engineering OSG page at: https://objexx.com/OpenSceneGraph.html There are debug and release packages built with Visual C++ 2019 which should be binary compatible with Visual C++ 2017 or 2019 application builds.

[osg-users] LineSegmentIntersector and MODEL Frame

2020-02-01 Thread OpenSceneGraph Users
I have a scene built with a few objects loaded, the most pertinent one being a large plane surface centered at the origin. I want to cast a ray from a particular point at a particular angle inside the scene and get a list of everything it intersects—both the point of intersection and the Node o