OpenSceneGraph/include/osg
Robert Osfield 5cff1c7a6f Fixed typo in comment, reference to BoundingSphere has been changed to
BoundingBox.  Typo spotted by Gial Paolo Lorenzetto.
2002-01-18 10:26:06 +00:00
..
AlphaFunc Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Billboard Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
BoundingBox Fixed inlcude/BoundingBox to compile under Windows. 2001-11-06 11:36:11 +00:00
BoundingSphere Added methods to support isNaN,isInfinte and valid to osg::Vec* and osg::Math, 2001-11-06 10:34:51 +00:00
BoundsChecking Fixes to Windows build in liu of the move to using just std::streams. 2001-12-14 23:18:28 +00:00
Camera New ajustAspectRatio (ADJUST_NODE) mode added to osg::Camera to fix issue 2002-01-15 11:05:00 +00:00
ClippingVolume Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
ClipPlane Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
ColorMask Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
ColorMatrix Adding support for controlling visual settings via environmental variables 2001-12-19 00:38:23 +00:00
CullFace Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Depth Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
DisplaySettings Further work on improving stereo support in the OSG. 2001-12-21 22:48:19 +00:00
Drawable Updated index.html with dependacy info about the new osgText library. 2001-11-02 12:26:33 +00:00
EarthSky Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Export Updates for Cygwin port, from Norman Vine. 2002-01-03 21:34:57 +00:00
Fog Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
FrameStamp Reverted Bryan's changes to FrameStamp w.r.t std::tm structure which doesn't 2001-10-16 21:47:47 +00:00
FrontFace Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Geode Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
GeoSet Fixed the orientation of for_each_triangle cases for QUAD and QUAD_STRIP. 2002-01-02 10:49:26 +00:00
GL First batch of changes required for MacOS X build. Orignal submission from 2002-01-16 10:36:20 +00:00
GLExtensions Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
GLU First batch of changes required for MacOS X build. Orignal submission from 2002-01-16 10:36:20 +00:00
Group Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Image Various files which should have been checked in earlier but were missed... 2001-12-04 20:38:27 +00:00
Impostor Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
ImpostorSprite Integrated Geoff Michel's updates to Stats code, whilest move all text rendering 2001-10-22 22:02:47 +00:00
Light Fixed the osg::Light so that it requires the user to explicitly define which 2001-12-24 21:34:40 +00:00
LightSource Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
LineSegment Fixed typo in comment, reference to BoundingSphere has been changed to 2002-01-18 10:26:06 +00:00
LineWidth Added support for glLineWidth via an osg::LineWidth StateAttribute. 2001-12-20 20:48:46 +00:00
LOD Added a more detailed explanation of how LOD's work. 2001-12-31 23:16:20 +00:00
Material Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Math Updates for Cygwin port, from Norman Vine. 2002-01-03 21:34:57 +00:00
Matrix Renamed osg::Matric::makeIdent() to osg::Matrix::makeIdentity() to make 2001-12-15 16:56:39 +00:00
mem_ptr Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
MemoryAdapter Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Node Added osgText::Paragraph which is a subclass from Geode which composes a 2001-11-09 15:06:01 +00:00
NodeCallback Fixed compilation error in src/osgDB/FileUtils.cpp. 2001-11-11 22:32:59 +00:00
NodeVisitor Added support for DYNAMIC/STATIC osg::Transform types and added new osg::Drawable::getStats 2001-10-10 20:20:14 +00:00
Notify Updated OSG so that the old OSG_USE_IO_DOT_H has be removed from all headers 2001-12-14 21:49:04 +00:00
Object Updates to Makefiles to include osgText. 2001-11-02 20:11:37 +00:00
Plane Fixes to Windows build in liu of the move to using just std::streams. 2001-12-14 23:18:28 +00:00
Point Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
PolygonMode Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
PolygonOffset Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Quat Fixes to Windows build in liu of the move to using just std::streams. 2001-12-14 23:18:28 +00:00
ref_ptr Fixed compilation error in src/osgDB/FileUtils.cpp. 2001-11-11 22:32:59 +00:00
Referenced Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
ShadeModel Added osg::ShadeModel state attribute which encapsulates glShadeModel. 2002-01-04 17:35:54 +00:00
State Further work on improving stereo support in the OSG. 2001-12-21 22:48:19 +00:00
StateAttribute Changed the enum Types { ... } so that in no longer explicitly sets the values, 2002-01-16 21:22:06 +00:00
StateSet Added a bool paramter to osg::StateSet::compare(const StateSet& rhs,bool compareAttributeContents=false) const; 2001-10-31 20:04:32 +00:00
Statistics Integrated updates to stats sent in my Geoff Michel. 2001-11-04 19:29:20 +00:00
Stencil Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Switch Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
TexEnv Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
TexGen Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
TexMat Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Texture Various files which should have been checked in earlier but were missed... 2001-12-04 20:38:27 +00:00
Timer First batch of changes required for MacOS X build. Orignal submission from 2002-01-16 10:36:20 +00:00
Transform Added comment to osg::Transform w.r.t use of GL_NORMALIZE when using 2001-12-29 14:27:46 +00:00
Transparency Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Types Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Vec2 Updated OSG so that the old OSG_USE_IO_DOT_H has be removed from all headers 2001-12-14 21:49:04 +00:00
Vec3 Fixes to Windows build in liu of the move to using just std::streams. 2001-12-14 23:18:28 +00:00
Vec4 Updated OSG so that the old OSG_USE_IO_DOT_H has be removed from all headers 2001-12-14 21:49:04 +00:00
Version Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Viewport Adding support for controlling visual settings via environmental variables 2001-12-19 00:38:23 +00:00