..
AlphaFunc.cpp
Added support for osg::MemoryManager which is based upon Paul Nettle's
2002-03-26 23:52:52 +00:00
Billboard.cpp
Added support for osg::MemoryManager which is based upon Paul Nettle's
2002-03-26 23:52:52 +00:00
BlendFunc.cpp
Renamed the osg::EarthSky to osg::ClearNode to make it more obvious what
2002-08-19 11:42:37 +00:00
ClearNode.cpp
Renamed the osg::EarthSky to osg::ClearNode to make it more obvious what
2002-08-19 11:42:37 +00:00
ClipPlane.cpp
Added support for osg::MemoryManager which is based upon Paul Nettle's
2002-03-26 23:52:52 +00:00
ColorMask.cpp
Added support for osg::MemoryManager which is based upon Paul Nettle's
2002-03-26 23:52:52 +00:00
ColorMatrix.cpp
Added support for osg::MemoryManager which is based upon Paul Nettle's
2002-03-26 23:52:52 +00:00
ConvexPlanarOccluder.cpp
Renamed the ConvexPlaner* classes to ConvexPlanar* and changed all the various
2002-08-29 11:02:01 +00:00
CullFace.cpp
Added support for osg::MemoryManager which is based upon Paul Nettle's
2002-03-26 23:52:52 +00:00
Depth.cpp
Added support for osg::MemoryManager which is based upon Paul Nettle's
2002-03-26 23:52:52 +00:00
DOFTransform.cpp
Added support for DOFTransforms into .osg format, and add pivot point support
2002-08-27 20:18:43 +00:00
Drawable.cpp
Added support for osg::MemoryManager which is based upon Paul Nettle's
2002-03-26 23:52:52 +00:00
Fog.cpp
A FogCoordinateSource set/get methods to osg::Fog which correspond to the
2002-08-20 10:08:04 +00:00
FrontFace.cpp
Added support for osg::MemoryManager which is based upon Paul Nettle's
2002-03-26 23:52:52 +00:00
Geode.cpp
Moved get/setUserData from osg::Node into its superclass osg::Object to
2002-07-18 19:41:52 +00:00
Geometry.cpp
Warning fixes.
2002-11-22 09:46:25 +00:00
GeoSet.cpp
Futher work on ensuring that all datatypes are initilizaed in OSG objects.
2002-07-21 10:04:33 +00:00
Group.cpp
Qarning fixes, and updated the date in NEWS to reflect todays release of 0.8.45
2002-04-26 08:16:14 +00:00
Image.cpp
Added support for osg::MemoryManager which is based upon Paul Nettle's
2002-03-26 23:52:52 +00:00
Impostor.cpp
Added support for osg::MemoryManager which is based upon Paul Nettle's
2002-03-26 23:52:52 +00:00
Light.cpp
Fixed bug in the Light reading code.
2002-08-27 15:46:29 +00:00
LightModel.cpp
Fixed 69 occurance of 'Seperate' misspelling (should be 'Separate')
2002-08-29 03:22:27 +00:00
LightSource.cpp
Changed the osg::LightSource so its Light attribute is now generalised to
2002-06-19 08:34:19 +00:00
LineStipple.cpp
Added support for osg::MemoryManager which is based upon Paul Nettle's
2002-03-26 23:52:52 +00:00
LineWidth.cpp
Added support for osg::MemoryManager which is based upon Paul Nettle's
2002-03-26 23:52:52 +00:00
LOD.cpp
Converted osg::LOD from used n+1 successive ranges to n min/max ranges,
2002-10-06 20:33:13 +00:00
Makefile
Fix for build under Linux.
2002-11-07 08:48:30 +00:00
Material.cpp
Added support for osg::MemoryManager which is based upon Paul Nettle's
2002-03-26 23:52:52 +00:00
Matrix.cpp
Added support for osg::MemoryManager which is based upon Paul Nettle's
2002-03-26 23:52:52 +00:00
MatrixTransform.cpp
Fixes to read/write of MatrixTransform/Transform.
2002-07-14 10:46:46 +00:00
Node.cpp
Updated the handling of string in the .osg reading and writing so that it
2002-10-28 12:55:19 +00:00
Object.cpp
Added DataVariance enum and set/get fields to osg::Object to help identify
2002-04-11 23:20:23 +00:00
OccluderNode.cpp
Renamed the ConvexPlaner* classes to ConvexPlanar* and changed all the various
2002-08-29 11:02:01 +00:00
Point.cpp
Added support for osg::MemoryManager which is based upon Paul Nettle's
2002-03-26 23:52:52 +00:00
PolygonMode.cpp
Added support for osg::MemoryManager which is based upon Paul Nettle's
2002-03-26 23:52:52 +00:00
PolygonOffset.cpp
Added support for osg::MemoryManager which is based upon Paul Nettle's
2002-03-26 23:52:52 +00:00
PositionAttitudeTransform.cpp
Added support for DOFTransforms into .osg format, and add pivot point support
2002-08-27 20:18:43 +00:00
Projection.cpp
Checked in Macro Jez's additions to osgText to support .osg IO make it
2002-06-11 18:41:57 +00:00
ReaderWriterOSG.cpp
Added support for osg::MemoryManager which is based upon Paul Nettle's
2002-03-26 23:52:52 +00:00
README
Checked in Tino Schwarze's port to HP-UX.
2002-07-23 10:48:22 +00:00
Sequence.cpp
Added Sequence.cpp to osg plugin workspace file.
2002-08-03 19:42:39 +00:00
ShadeModel.cpp
Added support for osg::MemoryManager which is based upon Paul Nettle's
2002-03-26 23:52:52 +00:00
ShapeDrawable.cpp
Fix for build under Linux.
2002-11-07 08:48:30 +00:00
StateSet.cpp
Added osgSim library which encapulsulates light points.
2002-11-19 10:57:40 +00:00
Stencil.cpp
Added support for osg::MemoryManager which is based upon Paul Nettle's
2002-03-26 23:52:52 +00:00
Switch.cpp
Updated the Switch, Sequence and Group classes so that they all used a
2002-12-07 21:18:12 +00:00
TexEnv.cpp
Added support for the tex_env_add and tex_env_crossbar extensions.
2002-08-20 14:15:49 +00:00
TexEnvCombine.cpp
Added support for the texture_env_dot3 extension.
2002-08-24 21:11:07 +00:00
TexGen.cpp
Added support for osg::MemoryManager which is based upon Paul Nettle's
2002-03-26 23:52:52 +00:00
TexMat.cpp
Added support for osg::MemoryManager which is based upon Paul Nettle's
2002-03-26 23:52:52 +00:00
Texture1D.cpp
Updated the handling of string in the .osg reading and writing so that it
2002-10-28 12:55:19 +00:00
Texture2D.cpp
Updated the handling of string in the .osg reading and writing so that it
2002-10-28 12:55:19 +00:00
Texture3D.cpp
Updated the handling of string in the .osg reading and writing so that it
2002-10-28 12:55:19 +00:00
Texture.cpp
Removed deprecated code from the distribution.
2002-08-28 15:28:11 +00:00
TextureCubeMap.cpp
Added new osg::TextureBase, osg::Texture1D, osg::Texture2D, and osg::Texture3D
2002-08-24 19:39:39 +00:00
Transform.cpp
Removed deprecated code from the distribution.
2002-08-28 15:28:11 +00:00