Replaced osgUtil::IntersectVisitor usage with osgUtil::InteresectionVisitor

This commit is contained in:
Robert Osfield
2018-04-20 14:32:34 +01:00
parent 8de8af6850
commit 709194c88c
15 changed files with 23 additions and 27 deletions

View File

@@ -16,9 +16,7 @@
* THE SOFTWARE.
*/
/* osgpick sample
* demonstrate use of osgUtil/PickVisitor for picking in a HUD or
* in a 3d scene,
/* osgpick sample - Mouse picking in a 3d scene,
*/
#include <osgUtil/Optimizer>