Go to file
Robert Osfield 904aceec22 Added convinence methods to osgProducer::Viewer:
/** compute, from normalized mouse coords, for sepecified Camera, the pixel coords relative to that Camera's RenderSurface.*/
        bool computePixelCoords(float x,float y,unsigned int cameraNum,float& pixel_x,float& pixel_y);

        /** compute, from normalized mouse coords, for sepecified Camera, the near and far points in worlds coords.*/
        bool computeNearFar(float x,float y,unsigned int cameraNum,osg::Vec3& near, osg::Vec3& far);

        /** compute, from normalized mouse coords, for sepecified Camera, intersections with the scene.*/
        bool computeIntersections(float x,float y,unsigned int cameraNum,osgUtil::IntersectVisitor::HitList& hits);

        /** compute, from normalized mouse coords, for all Cameras, intersections with the scene.*/
        bool computeIntersections(float x,float y,osgUtil::IntersectVisitor::HitList& hits);
2003-04-16 14:17:49 +00:00
bin Added .README to prevent CVS from deleting the empty bin directory when checking 2001-12-29 20:53:08 +00:00
dist 1) Replaced all Makefile* with GNUmakefile*. 2003-03-12 10:39:43 +00:00
doc Updated dependancies with link to Producer web page. 2003-04-13 14:12:03 +00:00
examples Added convinence methods to osgProducer::Viewer: 2003-04-16 14:17:49 +00:00
include Added convinence methods to osgProducer::Viewer: 2003-04-16 14:17:49 +00:00
lib Removed osgPlugins from lib, which is now built on the fly 2003-03-12 20:10:43 +00:00
Make Added -I/usr/X11R6/include to osgProducer and all the examples GNUMakefiles. 2003-04-14 19:39:22 +00:00
src Added convinence methods to osgProducer::Viewer: 2003-04-16 14:17:49 +00:00
VisualStudio Changed the linking to Producer for debug builds so that producerd.lib is linked 2003-04-15 14:29:36 +00:00
AUTHORS.txt Fixes to documentions to refelect the move from osgGLUT to osgProducer. 2003-04-11 10:37:31 +00:00
ChangeLog Final changes for release. 2003-01-25 00:14:14 +00:00
GNUmakefile Added support for versioning to the build system 2003-03-18 18:40:19 +00:00
index.html Ran the spell checker through the new documentation. 2002-04-25 13:26:33 +00:00
INSTALL.txt Fixes to documentions to refelect the move from osgGLUT to osgProducer. 2003-04-11 10:37:31 +00:00
LICENSE.txt Rename of INSTALL to INSTALL.txt, etc. to help OSX case insentivity issues. 2003-02-10 14:31:05 +00:00
NEWS.txt Fixes to documentions to refelect the move from osgGLUT to osgProducer. 2003-04-11 10:37:31 +00:00
README.txt Fixes to documentions to refelect the move from osgGLUT to osgProducer. 2003-04-11 10:37:31 +00:00
runexamples.bat Added convinence methods to osgProducer::Viewer: 2003-04-16 14:17:49 +00:00

Welcome to the OpenSceneGraph (OSG).

For information on the project, this distribtion, how to compile and
run libraries and examples, and for documention open up index.html
in your perfered html browser.

Robert Osfield. 
robert@openscenegraph.com
April 2002.