[osg-users] I want to connect two moving models with a line.

OpenSceneGraph Users osg-users at lists.openscenegraph.org
Mon Oct 19 06:51:16 PDT 2020


Hi, you have to modify the geometry of the line.

You can do that either scaling and rotating it or by modifying the
coordinates of the vertices.  In the latter case, be sure to deactivate
the display lists of the geometry, otherwise the line will not be
reflect any changes.

-- 
Alberto



More information about the osg-users mailing list