Hi Petr, osgProducer hasn't been part of the core OSG since OSG-2.0, which was released 20 months ago. osgProducer is now maintained in it's own repository. Since OSG-2.0 uses osgProducer.
Just checking the tutorial your link shows that it's not been updated to match work out of the box with OSG-2.x. I thought most of the tutorials had been caught, but this is obviously a missing one, the note at the top of page highlights this. So unless you have an old application that requires osgProducer then just ignore this tutorial. Have a look at the osgintersection and osgforest examples in the core distribution to see how to do intersection testing. Robert. On Tue, Mar 3, 2009 at 2:09 PM, petr <[email protected]> wrote: > Hi all, > please, could you let me know where is my mystakes? > > I would like to try this tutorial > (http://www.openscenegraph.org/projects/osg/wiki/Support/Tutorials/Intersections) > in my little modification, but i have got a problem with > osgProducer\OsgCameraGroup - let's see build output below: > > Output Build [start]: > D:\programovani\osg\include\osgProducer/OsgCameraGroup(18) : fatal error > C1083: Cannot open include file: 'Producer/CameraConfig': No such file or > directory > 1>Build log was saved at > "file://d:\programovani\osg\examples\osganimate\example_osganimate.dir\Debug\BuildLog.htm" > 1>Examples osganimate - 1 error(s), 0 warning(s) > Output Build [end] > > file: d:\programovani\osg\include\osgProducer\OsgCameraGroup contains: > #include <Producer/CameraConfig> (no such file) > #include <Producer/CameraGroup> > > No such files are found in this folder: > d:\programovani\osg\bin\include\osgProducer\Producer\ > d:\programovani\osg\bin\include\osgProducer\Producer\CameraConfig.obj > d:\programovani\osg\bin\include\osgProducer\Producer\CameraConfig.h > d:\programovani\osg\bin\include\osgProducer\Producer\CameraConfig.cpp > > I don't know how to solve it. > > I would like to try in my c++ project this: > osg::LineSegment > osgUtil::Hit > > Without include header #include <osgProducer/Viewer> i cannot use it. > > (OpenSceneGraph-2.8.0) > Please let me know, thanks. > Petr > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=7858#7858 > > > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

