OpenSceneGraph/include/osg
Robert Osfield 3351306d80 Added new osg::Projection node, and osgUtil::NewCullVisitor which are work
in progress for the new support for controlling the projection matrix from
within the scene graph.

Also Added osg::State::getClippingVolume(), getProjectionMatrix() and
getModelViewMatrix() with allows drawables to access the current projection,
and model view matrices and the view frustum in local coords to the drawable.
2002-03-31 16:40:44 +00:00
..
AlphaFunc Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
AnimationPath Added new osg::AnimationPath which is contaner for a set of key frames for 2002-02-27 00:58:54 +00:00
Billboard Fixes for IRIX and Boris Bralo's TerraPage loader. 2002-02-08 09:30:02 +00:00
BoundingBox Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
BoundingSphere Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
BoundsChecking Add support for Metrowerks Codewarrior build under Windows. 2002-02-22 17:12:10 +00:00
Camera Added new osg::Projection node, and osgUtil::NewCullVisitor which are work 2002-03-31 16:40:44 +00:00
ClippingVolume Added new osg::Projection node, and osgUtil::NewCullVisitor which are work 2002-03-31 16:40:44 +00:00
ClipPlane Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
ColorMask Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
ColorMatrix Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
CopyOp Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
CullFace Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
Depth Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
DisplaySettings Added support for setting the maximum number of graphics contexts that the 2002-02-28 00:11:31 +00:00
Drawable Changed Texture so that is use lazy updating on texture paramters (Filter/Wrap) 2002-03-14 16:01:21 +00:00
EarthSky Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
Export Added support for osg::MemoryManager which is based upon Paul Nettle's 2002-03-26 23:52:52 +00:00
Fog Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
FrameStamp Fix for win32 Codewarrior build 2002-02-22 23:39:42 +00:00
FrontFace Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
Geode Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
GeoSet Added support for osg::MemoryManager which is based upon Paul Nettle's 2002-03-26 23:52:52 +00:00
GL Add support for Metrowerks Codewarrior build under Windows. 2002-02-22 17:12:10 +00:00
GLExtensions Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
GLU First batch of changes required for MacOS X build. Orignal submission from 2002-01-16 10:36:20 +00:00
Group Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
Image Added support for osg::MemoryManager which is based upon Paul Nettle's 2002-03-26 23:52:52 +00:00
Impostor Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
ImpostorSprite Added support for osg::MemoryManager which is based upon Paul Nettle's 2002-03-26 23:52:52 +00:00
Light Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
LightModel Added support for glLightModel functionality via osg::LightModel. 2002-02-25 22:46:38 +00:00
LightSource Added support for osg::MemoryManager which is based upon Paul Nettle's 2002-03-26 23:52:52 +00:00
LineSegment Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
LineStipple Added support for glLineStipple via osg::LineStipple state attribute. 2002-02-24 20:55:45 +00:00
LineWidth Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
LOD Added callbacks to allow users to modify the underlying functionality of 2002-02-07 01:07:11 +00:00
Material Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
Math Fixes for MacOSX build. 2002-03-25 19:04:30 +00:00
Matrix Added support for osg::MemoryManager which is based upon Paul Nettle's 2002-03-26 23:52:52 +00:00
MemoryManager Converted from dos file endings to unix. 2002-03-29 12:23:54 +00:00
Node Added support for osg::MemoryManager which is based upon Paul Nettle's 2002-03-26 23:52:52 +00:00
NodeCallback Changed Texture so that is use lazy updating on texture paramters (Filter/Wrap) 2002-03-14 16:01:21 +00:00
NodeVisitor Added new osg::Projection node, and osgUtil::NewCullVisitor which are work 2002-03-31 16:40:44 +00:00
Notify Added support for osg::MemoryManager which is based upon Paul Nettle's 2002-03-26 23:52:52 +00:00
Object Added support for osg::MemoryManager which is based upon Paul Nettle's 2002-03-26 23:52:52 +00:00
Plane Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
Point Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
PolygonMode Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
PolygonOffset Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
PositionAttitudeTransform Have taken a few more steps towards support for view dependant transformations 2002-02-05 21:54:46 +00:00
Projection Added new osg::Projection node, and osgUtil::NewCullVisitor which are work 2002-03-31 16:40:44 +00:00
Quat Added new osg::AnimationPath which is contaner for a set of key frames for 2002-02-27 00:58:54 +00:00
ref_ptr Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
Referenced Added a Referenced::unref_nodelete() method which unreferences but does 2002-03-20 14:03:30 +00:00
ShadeModel Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
State Move the applying of Projection and ModelView matrices into osg::State so that 2002-03-29 17:26:40 +00:00
StateAttribute Move the applying of Projection and ModelView matrices into osg::State so that 2002-03-29 17:26:40 +00:00
StateSet Added support for osg::MemoryManager which is based upon Paul Nettle's 2002-03-26 23:52:52 +00:00
Statistics Add support for Metrowerks Codewarrior build under Windows. 2002-02-22 17:12:10 +00:00
Stencil Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
Switch Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
TexEnv Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
TexGen Added osg::TextureCubeMap. submission from Brede Johansen. 2002-03-18 23:10:33 +00:00
TexMat Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
Texture Move the applying of Projection and ModelView matrices into osg::State so that 2002-03-29 17:26:40 +00:00
TextureCubeMap Added osg::TextureCubeMap which encapsulates OpenGL's cube texture mapping. 2002-03-20 22:39:51 +00:00
Timer updates for Win32 Codewarrior build 2002-02-22 23:40:25 +00:00
Transform Added new osg::Projection node, and osgUtil::NewCullVisitor which are work 2002-03-31 16:40:44 +00:00
Transparency Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
Types Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
Vec2 Changes to fix compilation problems on the Sparc. 2002-01-18 22:34:07 +00:00
Vec3 Changes to fix compilation problems on the Sparc. 2002-01-18 22:34:07 +00:00
Vec4 Changes to fix compilation problems on the Sparc. 2002-01-18 22:34:07 +00:00
Version Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
Viewport Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00