OpenSceneGraph/src/osgPlugins/osg
Robert Osfield d2ed03f931 Added istream:imbue(std::locale::classic()) setting to prevent non classic locals
from being used when the .osg plugin reads and writes.
2007-05-21 06:57:30 +00:00
..
AlphaFunc.cpp Converted the instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +00:00
AnimationPath.cpp Added #include <osg/io_utils> 2005-04-08 09:36:42 +00:00
AutoTransform.cpp Replaced tabs with spaces. 2005-11-17 15:03:51 +00:00
Billboard.cpp From Geoff Michel, updates to the Geo plugin. 2003-02-13 15:16:04 +00:00
BlendColor.cpp Added support for osg::BlendColor to .osg plugin 2007-02-13 12:11:32 +00:00
BlendFunc.cpp From Michael Platings, added support for blend seperates to .ive and .osg 2006-07-03 09:22:11 +00:00
Camera.cpp Renamed osg::CameraNode to osg::Camera, cleaned up osg::View. 2006-11-27 14:52:07 +00:00
CameraView.cpp Completed osg::CameraView support in .osg and .ive formats. 2005-11-03 12:25:25 +00:00
ClearNode.cpp Added s/getClearMask() support to osg::ClearNode, osgUtil::SceneView and the 2005-05-18 19:55:14 +00:00
ClipNode.cpp Added .osg support for new TexGenNode 2004-06-28 15:09:49 +00:00
ClipPlane.cpp Replaced tabs with spaces. 2005-11-17 15:03:51 +00:00
ClusterCullingCallback.cpp Completed .osg support for ClusterCullingCallback. 2006-02-23 20:37:19 +00:00
CMakeLists.txt Moved the TARGET_NAME setting into the OsgMacroUtils.cmake. 2007-03-19 17:24:19 +00:00
ColorMask.cpp Converted the instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +00:00
ColorMatrix.cpp From Marco Jez, moved color matrix IO code across to using Marix.h so it 2003-09-10 11:21:56 +00:00
ConvexPlanarOccluder.cpp Replaced tabs with spaces. 2005-11-17 15:03:51 +00:00
CoordinateSystemNode.cpp Added CoordinateSystem::s/getFormat(). 2004-06-09 15:00:03 +00:00
CullFace.cpp Converted the instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +00:00
Depth.cpp Made osg::Quat support either float or double internal representation, defaulting to double. 2003-09-29 13:35:02 +00:00
Drawable.cpp Added IO support for new intialBound and callbacks to .osg, and initialBound to .ive 2005-05-12 14:48:56 +00:00
EllipsoidModel.cpp Added support for decoration of the osgTerrain::DataSet generated databases 2004-05-02 21:50:15 +00:00
Fog.cpp Replaced tabs with spaces. 2005-11-17 15:03:51 +00:00
FragmentProgram.cpp Replaced tabs with spaces. 2005-11-17 15:03:51 +00:00
FrontFace.cpp Converted the instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +00:00
Geode.cpp Converted the instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +00:00
Geometry.cpp Further work on the new VBO support 2007-04-27 14:52:30 +00:00
Group.cpp Converted the instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +00:00
Image.cpp Converted the instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +00:00
Light.cpp Replaced tabs with spaces. 2005-11-17 15:03:51 +00:00
LightModel.cpp Added #include <osg/io_utils> 2005-04-08 09:36:42 +00:00
LightSource.cpp Changed the LightSource::setReferenceFrame() read code so that it doesn't 2005-02-06 10:14:26 +00:00
LineStipple.cpp Removed include/osg/Types header defining osg::ubyte, osg::ushort etc. Changed 2003-02-12 19:20:47 +00:00
LineWidth.cpp Replaced tabs with spaces. 2005-11-17 15:03:51 +00:00
LOD.cpp Added #include <osg/io_utils> 2005-04-08 09:36:42 +00:00
Material.cpp Replaced tabs with spaces. 2005-11-17 15:03:51 +00:00
Matrix.cpp Removed debugging message 2005-11-03 17:12:49 +00:00
Matrix.h Inital work on adding .osg support for CameraNode and CameraView. 2005-11-02 19:52:58 +00:00
MatrixTransform.cpp Made the more of the OSG's referenced object desctructors protected to ensure 2003-01-10 09:25:42 +00:00
Node.cpp Moved the set/getName() support from osg::Node etc into the osg::Obejct 2005-06-08 13:16:19 +00:00
NodeCallback.cpp From Michael Gronager, addition of NodeCallback support in .osg format. 2004-08-16 13:54:40 +00:00
Object.cpp Introduced new osg::Object::DataVariance type of UNSPECIFIED, and changed the deafult 2007-02-14 13:18:58 +00:00
OccluderNode.cpp Converted the instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +00:00
PagedLOD.cpp Moved Registry::CacheHintOptions into ReaderWriter::Options 2004-11-22 14:10:12 +00:00
Point.cpp Replaced tabs with spaces. 2005-11-17 15:03:51 +00:00
PointSprite.cpp From Farshid Lashkari, "Attached is a patch that adds the new coordOriginMode to the .osg 2006-11-16 17:35:12 +00:00
PolygonMode.cpp Converted the instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +00:00
PolygonOffset.cpp Converted the instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +00:00
PositionAttitudeTransform.cpp Added #include <osg/io_utils> 2005-04-08 09:36:42 +00:00
Program.cpp Moved the set/getName() support from osg::Node etc into the osg::Obejct 2005-06-08 13:16:19 +00:00
Projection.cpp Made the more of the OSG's referenced object desctructors protected to ensure 2003-01-10 09:25:42 +00:00
ProxyNode.cpp Changed the default behavior to not writing out proxynode children. 2005-05-17 13:50:07 +00:00
ReaderWriterOSG.cpp Added istream:imbue(std::locale::classic()) setting to prevent non classic locals 2007-05-21 06:57:30 +00:00
README Checked in Tino Schwarze's port to HP-UX. 2002-07-23 10:48:22 +00:00
Scissor.cpp Added glSissor suppor via new osg::Scissor class. 2005-07-22 09:31:19 +00:00
Sequence.cpp From Andre Garneau, warnings fixes fo VC++ 2007-05-17 10:59:05 +00:00
ShadeModel.cpp Converted the instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +00:00
Shader.cpp Added support for an externally referenced shader file, via the keyword combinations 2005-12-21 10:32:48 +00:00
Shape.cpp Replaced tabs with spaces. 2005-11-17 15:03:51 +00:00
ShapeDrawable.cpp Added #include <osg/io_utils> 2005-04-08 09:36:42 +00:00
StateSet.cpp Removed GL_TEXTURE_RECTANGLE_NV entries 2007-02-21 11:46:49 +00:00
Stencil.cpp Added support for stencil GL_INCR_WRAP and GL_DECR_WRAP operations 2007-01-18 17:00:42 +00:00
Switch.cpp Converted the instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +00:00
TessellationHints.cpp Test of cvs. 2003-06-25 07:59:59 +00:00
TexEnv.cpp Added #include <osg/io_utils> 2005-04-08 09:36:42 +00:00
TexEnvCombine.cpp Added #include <osg/io_utils> 2005-04-08 09:36:42 +00:00
TexEnvFilter.cpp From Sohey Yamamoto, addition of TexEnvFilter support. 2004-10-18 14:42:32 +00:00
TexGen.cpp Added support for float or double osg::Plane, and the default osg::Plane to double. 2006-11-28 16:00:52 +00:00
TexGenNode.cpp Added .osg support for new TexGenNode 2004-06-28 15:09:49 +00:00
TexMat.cpp Added osg::TexMat::s/getScaleByTextureRectangleSize feature that allows 2006-09-04 12:46:49 +00:00
Texture1D.cpp Added support for "-O OutputTextureFiles" options string in .osg plugin to 2005-09-19 14:07:44 +00:00
Texture2D.cpp Added support for "-O OutputTextureFiles" options string in .osg plugin to 2005-09-19 14:07:44 +00:00
Texture3D.cpp Added support for "-O OutputTextureFiles" options string in .osg plugin to 2005-09-19 14:07:44 +00:00
Texture.cpp Added support for SourceType and SourceFormat to .osg. 2005-11-08 16:22:33 +00:00
TextureCubeMap.cpp Added support for "-O OutputTextureFiles" options string in .osg plugin to 2005-09-19 14:07:44 +00:00
TextureRectangle.cpp Added support for "-O OutputTextureFiles" options string in .osg plugin to 2005-09-19 14:07:44 +00:00
Transform.cpp Added new Transform::ReferenceType enum ABSOLUTE_RF_INHERIT_VIEWPOINT to support 2007-02-07 16:32:14 +00:00
Uniform.cpp From Mike Weiblen, support GLSL uniform arrays. A couple of tweaks and fixes from Robert Osfield. 2006-05-15 15:46:08 +00:00
VertexProgram.cpp Replaced tabs with spaces. 2005-11-17 15:03:51 +00:00
Viewport.cpp Various work on osgViewer library, including warp point and graphics window resize support 2007-01-01 18:20:10 +00:00

Notes
=====

The support in Image.cpp is also not full functional and should be rewritten 
in the future to support inline images.  Currently osg::Images are supported
via the osgDB::Registry::read/writeImage methods and plugins.

Robert Osfield,
March 2001.