..
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
Added #include <osg/io_utils>
2005-04-08 09:36:42 +00:00
Billboard.cpp
From Geoff Michel, updates to the Geo plugin.
2003-02-13 15:16:04 +00:00
BlendFunc.cpp
Added support for CONSTANT_COLOR and ONE_MINUS_CONSTANT_COLOR into .osg
2004-09-01 09:00:20 +00:00
ClearNode.cpp
Added #include <osg/io_utils>
2005-04-08 09:36:42 +00:00
ClipNode.cpp
Added .osg support for new TexGenNode
2004-06-28 15:09:49 +00:00
ClipPlane.cpp
From Paul de Repentinguy, DXF loader plugin. Ported to Linux by Robert Osfield.
2005-04-15 20:39:06 +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
Removed include/osg/Types header defining osg::ubyte, osg::ushort etc. Changed
2003-02-12 19:20:47 +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 support for event callbacks
2005-03-07 14:16:15 +00:00
EllipsoidModel.cpp
Added support for decoration of the osgTerrain::DataSet generated databases
2004-05-02 21:50:15 +00:00
Fog.cpp
Added #include <osg/io_utils>
2005-04-08 09:36:42 +00:00
FragmentProgram.cpp
Added #include <osg/io_utils>
2005-04-08 09:36:42 +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
Added #include <osg/io_utils>
2005-04-08 09:36:42 +00:00
GNUmakefile
From Mike Weiblen, "adds sourcefiles for beginnings of .osg fileformat i/o support
2005-04-07 20:23:58 +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
Impostor.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
Added #include <osg/io_utils>
2005-04-08 09:36:42 +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
Converted the instance of osgNew and osgDelete back to new and delete as part
2002-12-16 13:40:58 +00:00
LOD.cpp
Added #include <osg/io_utils>
2005-04-08 09:36:42 +00:00
Material.cpp
Added #include <osg/io_utils>
2005-04-08 09:36:42 +00:00
Matrix.cpp
Made osg::Quat support either float or double internal representation, defaulting to double.
2003-09-29 13:35:02 +00:00
Matrix.h
Added missing header for new matric reading and writing methods.
2003-01-10 16:56:39 +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
Added support for event callbacks
2005-03-07 14:16:15 +00:00
NodeCallback.cpp
From Michael Gronager, addition of NodeCallback support in .osg format.
2004-08-16 13:54:40 +00:00
Object.cpp
Added support for reading and writing UserData from objects.
2003-12-19 23:14:54 +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
Added #include <osg/io_utils>
2005-04-08 09:36:42 +00:00
PointSprite.cpp
From Ruben, addition of osg::PointSprite and osgpointsprite example.
2004-03-02 22:36:11 +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
Cleaned up the xine plugin to better handle unsupported video files.
2005-04-22 13:32:46 +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
Added #include <osg/io_utils>
2005-04-08 09:36:42 +00:00
ReaderWriterOSG.cpp
Made read/write methods in ReaderWriter all const to facilate multi-threading
2004-11-23 15:29:52 +00:00
README
Checked in Tino Schwarze's port to HP-UX.
2002-07-23 10:48:22 +00:00
Sequence.cpp
Removed the reference of Sequence from Switch.
2002-12-18 11:43:39 +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
Fixed wrapping of text string to allow internal "" strings
2005-04-16 10:18:56 +00:00
Shape.cpp
Added #include <osg/io_utils>
2005-04-08 09:36:42 +00:00
ShapeDrawable.cpp
Added #include <osg/io_utils>
2005-04-08 09:36:42 +00:00
StateSet.cpp
Added next stage of support for osg::Uniform in .osg plugin
2005-04-18 12:34:28 +00:00
Stencil.cpp
Removed include/osg/Types header defining osg::ubyte, osg::ushort etc. Changed
2003-02-12 19:20:47 +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
Moved Plane and Quat << operators into the io_utils headers
2005-04-15 20:59:24 +00:00
TexGenNode.cpp
Added .osg support for new TexGenNode
2004-06-28 15:09:49 +00:00
TexMat.cpp
Made osg::Quat support either float or double internal representation, defaulting to double.
2003-09-29 13:35:02 +00:00
Texture1D.cpp
Converted the instance of osgNew and osgDelete back to new and delete as part
2002-12-16 13:40:58 +00:00
Texture2D.cpp
Converted the instance of osgNew and osgDelete back to new and delete as part
2002-12-16 13:40:58 +00:00
Texture3D.cpp
Converted the instance of osgNew and osgDelete back to new and delete as part
2002-12-16 13:40:58 +00:00
Texture.cpp
Added #include <osg/io_utils>
2005-04-08 09:36:42 +00:00
TextureCubeMap.cpp
Converted the instance of osgNew and osgDelete back to new and delete as part
2002-12-16 13:40:58 +00:00
TextureRectangle.cpp
From Ulrich Hertlein, added support for TextureRectangle to .osg format.
2003-06-25 08:58:48 +00:00
Transform.cpp
Fixed the input/output handling of ReferenceFrame values to be RELATIVE and ABSOLUTE
2005-01-21 19:21:01 +00:00
Uniform.cpp
From Mike Weiblen, added support for samplers and mat4 to .osg
2005-04-22 07:13:50 +00:00
VertexProgram.cpp
Added #include <osg/io_utils>
2005-04-08 09:36:42 +00:00
Viewport.cpp
Added Viewport State Attribute to .osg reader/writer
2005-02-02 22:13:07 +00:00