OpenSceneGraph/include
Robert Osfield 745834c329 Added triangle index functor to src/osgUtil/SphereSegment.cpp for computing
the intersection between an indivual geometry and the sphere segment.

Converted the terrain in osgspheresegment to be an osg::Geometry based
drawable rather than a osg::ShapeDrawable/osg::HeightField one to make it
more practicle to use as a test for the new SphereSegment intersection code.
2005-09-09 11:13:40 +00:00
..
osg Added support for cullable state, that uses a polytope to define the extents 2005-09-07 16:18:43 +00:00
osgDB made removeExpiredSubgraphs virtual. 2005-08-25 18:18:27 +00:00
osgFX Coding style update 2005-04-29 06:32:45 +00:00
osgGA From Eric Sokolowsky, warning fixes for g++ 4.0 under Fedora Core 4. 2005-08-25 17:53:01 +00:00
osgIntrospection Updated doxgen docs. 2005-05-25 11:45:02 +00:00
osgParticle Added support for rapid movement of the emitter, with particle now seeding between 2005-08-25 14:12:08 +00:00
osgProducer Added name and keep member variables to osg::GraphicsThread::Operation to allow 2005-08-30 19:03:02 +00:00
osgSim Added triangle index functor to src/osgUtil/SphereSegment.cpp for computing 2005-09-09 11:13:40 +00:00
osgTerrain Added support in osgTerrain/osgdem for setting the image format to use when writing tiles out to disk 2005-09-04 06:36:52 +00:00
osgText From Marco Jez (with tweaks by Robert Osfield) : clean up of inheritance from std::vector<> classes 2005-07-20 19:42:59 +00:00
osgUtil Renamed osgUtil::RenderStageLighting osgUtil::PositionalStateContainer 2005-09-02 10:35:38 +00:00