..
AlphaFunc.cpp
Moved all #include "osg/.." references to #include <osg/..> to aid port to
2001-10-21 21:27:40 +00:00
AnimationPath.cpp
Added support for recording camera animation paths in osgGLUT::Viewer, and fixed
2002-11-06 10:24:33 +00:00
Array.cpp
Converted the template DrawElements primitive class into three seperate
2002-06-27 13:15:34 +00:00
Billboard.cpp
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
BlendFunc.cpp
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
BoundingBox.cpp
Updates NEWS file for 0.9.0 release.
2002-07-18 22:35:54 +00:00
BoundingSphere.cpp
Added computation of the bounding volume of osg::OccluderNodes.
2002-06-19 15:18:47 +00:00
Camera.cpp
From Gideon May, fixes to remain const base type instances in headers.
2002-10-25 12:29:03 +00:00
ClearNode.cpp
Fixed LWO2 ReaderWriter problem which was down to an the compiler reodering
2002-09-03 13:04:53 +00:00
ClipNode.cpp
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
ClipPlane.cpp
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
CollectOccludersVisitor.cpp
Converted osg::LOD from used n+1 successive ranges to n min/max ranges,
2002-10-06 20:33:13 +00:00
ColorMask.cpp
More clean up for synch with 0.8.42
2001-09-19 21:19:47 +00:00
ColorMatrix.cpp
Warning fixes for Windwos
2002-08-28 15:44:03 +00:00
ConvexPlanarOccluder.cpp
Renamed the ConvexPlaner* classes to ConvexPlanar* and changed all the various
2002-08-29 11:02:01 +00:00
ConvexPlanarPolygon.cpp
Renamed the ConvexPlaner* classes to ConvexPlanar* and changed all the various
2002-08-29 11:02:01 +00:00
CopyOp.cpp
Added first cut of new primtive shapes support.
2002-10-30 13:27:15 +00:00
CullFace.cpp
Moved all #include "osg/.." references to #include <osg/..> to aid port to
2001-10-21 21:27:40 +00:00
CullingSet.cpp
Fixes to the occluder culling code to properly disable occluders to prevent
2002-06-17 09:10:26 +00:00
CullStack.cpp
Fixed bug related to switching on/off culling modes. Patch from Nikolaus Hanekamp.
2002-08-08 13:41:18 +00:00
Depth.cpp
More clean up for synch with 0.8.42
2001-09-19 21:19:47 +00:00
DisplaySettings.cpp
Fixed 69 occurance of 'Seperate' misspelling (should be 'Separate')
2002-08-29 03:22:27 +00:00
DOFTransform.cpp
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
Drawable.cpp
Added support for recording camera animation paths in osgGLUT::Viewer, and fixed
2002-11-06 10:24:33 +00:00
DrawPixels.cpp
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
Fog.cpp
Warning fixes for Windwos
2002-08-28 15:44:03 +00:00
FrameStamp.cpp
Added default values for FrameStamp.cpp constructor.
2002-07-20 22:40:24 +00:00
FrontFace.cpp
Moved all #include "osg/.." references to #include <osg/..> to aid port to
2001-10-21 21:27:40 +00:00
Geode.cpp
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
Geometry.cpp
Added support for recording camera animation paths in osgGLUT::Viewer, and fixed
2002-11-06 10:24:33 +00:00
GeoSet_ogl.cpp
Added State::disableTexCoordPointersAboveAndIncluding( unit ) method so that
2002-07-15 10:03:59 +00:00
GeoSet.cpp
Added support for recording camera animation paths in osgGLUT::Viewer, and fixed
2002-11-06 10:24:33 +00:00
GLExtensions.cpp
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
Group.cpp
Added asGroup() and asTransform() methods to osg::Node to downcast nodes
2002-09-12 15:34:31 +00:00
Image.cpp
Moved the new osg::IndexedGeometry class over the top of the the existing
2002-10-02 13:12:16 +00:00
Impostor.cpp
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
ImpostorSprite.cpp
Added support for recording camera animation paths in osgGLUT::Viewer, and fixed
2002-11-06 10:24:33 +00:00
Light.cpp
Fixed the osg::Light so that it requires the user to explicitly define which
2001-12-24 21:34:40 +00:00
LightModel.cpp
Fixed 69 occurance of 'Seperate' misspelling (should be 'Separate')
2002-08-29 03:22:27 +00:00
LightSource.cpp
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
LineSegment.cpp
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
LineStipple.cpp
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
LineWidth.cpp
Fixed some inconsistencies between header files and function definitions
2002-10-08 05:41:19 +00:00
LOD.cpp
Fixed bug in osg::LOD::addChild() which was forcing all ranges to be identical
2002-10-08 16:02:09 +00:00
Makefile
Added first cut of new primtive shapes support.
2002-10-30 13:27:15 +00:00
Material.cpp
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
Matrix.cpp
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
MatrixTransform.cpp
Added new osganimate demo which demonstrate the osg::AnimationPath in action.
2002-10-07 19:51:11 +00:00
MemoryManager.cpp
changed unsigned int's to unsigned longs so 64 bit build would work.
2002-10-24 20:49:15 +00:00
Node.cpp
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
NodeCallback.cpp
Added src/osg/NodeCallback.cpp.
2001-11-12 10:00:08 +00:00
NodeVisitor.cpp
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
Notify.cpp
Added a error message for when OSG_NOTIFY_LEVEL is not set correctly.
2002-08-20 10:26:36 +00:00
Object.cpp
From Gideon, support for tracking the number of objects constructed and deleted,
2002-09-20 15:55:50 +00:00
OccluderNode.cpp
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
Point.cpp
osgdb_osg loader had more issues with const/non-const discrepancies on
2002-10-08 08:39:42 +00:00
PolygonMode.cpp
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
PolygonOffset.cpp
Moved all #include "osg/.." references to #include <osg/..> to aid port to
2001-10-21 21:27:40 +00:00
PolygonStipple.cpp
Added PolygonStipple class from Mike, with mods from Robert to make data
2002-09-19 10:30:15 +00:00
PositionAttitudeTransform.cpp
Added new osganimate demo which demonstrate the osg::AnimationPath in action.
2002-10-07 19:51:11 +00:00
PrimitiveSet.cpp
Added support for recording camera animation paths in osgGLUT::Viewer, and fixed
2002-11-06 10:24:33 +00:00
ProceduralGeometry.cpp
Added support for recording camera animation paths in osgGLUT::Viewer, and fixed
2002-11-06 10:24:33 +00:00
Projection.cpp
Added new osg::Projection node, and osgUtil::NewCullVisitor which are work
2002-03-31 16:40:44 +00:00
Quat.cpp
Fixed some inconsistencies between header files and function definitions
2002-10-08 05:41:19 +00:00
Sequence.cpp
Implemented OpenFlight style switches so that each child of a switch can now
2002-10-04 14:50:33 +00:00
ShadeModel.cpp
Added osg::ShadeModel state attribute which encapsulates glShadeModel.
2002-01-04 17:35:54 +00:00
ShadowVolumeOccluder.cpp
Renamed the ConvexPlaner* classes to ConvexPlanar* and changed all the various
2002-08-29 11:02:01 +00:00
Shape.cpp
Added support for primitive functor into the new osg::ProceduralGeometry class
2002-11-01 15:12:51 +00:00
State.cpp
Added setActiveTextureUnit(0) to State::reset().
2002-09-30 18:11:34 +00:00
StateSet.cpp
Fixed some inconsistencies between header files and function definitions
2002-10-08 05:41:19 +00:00
Stencil.cpp
More clean up for synch with 0.8.42
2001-09-19 21:19:47 +00:00
Switch.cpp
Fixed addChild(node,value) so that it resizes using the _newChildDefaultValue
2002-10-30 10:07:16 +00:00
TexEnv.cpp
Warning fixes for Windwos
2002-08-28 15:44:03 +00:00
TexEnvCombine.cpp
Added support for the texture_env_dot3 extension.
2002-08-24 21:11:07 +00:00
TexGen.cpp
Added osg::TextureCubeMap. submission from Brede Johansen.
2002-03-18 23:10:33 +00:00
TexMat.cpp
Moved all #include "osg/.." references to #include <osg/..> to aid port to
2001-10-21 21:27:40 +00:00
Texture1D.cpp
Further work on multiple context extensions.
2002-09-16 20:58:05 +00:00
Texture2D.cpp
Added new buffered_value template class which encapsulates a std::vector but
2002-09-05 11:42:55 +00:00
Texture3D.cpp
Fix build after change in GLExtensions.
2002-09-27 19:04:46 +00:00
Texture.cpp
Renamed osg::Primitive to osg::PrimitiveSet which better reflect what it
2002-09-20 14:51:59 +00:00
TextureCubeMap.cpp
Further work on multiple context extensions.
2002-09-16 20:58:05 +00:00
Timer.cpp
Fixes for IRIX 32bit timmer on O2. From Tom Jolley.
2002-08-08 21:36:22 +00:00
Transform.cpp
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
UnitTestFramework.cpp
Changed instances of new across to use osgNew to help debugging, and fixed
2002-08-28 21:40:38 +00:00
Vec3.cpp
Added Neil Salter's osgUtx library into the distribution, have put all the
2002-08-28 14:26:09 +00:00
Version.cpp
Updated the version numbers to reflect the upcomming release 0.9.1.
2002-08-28 18:49:27 +00:00
Viewport.cpp
o Updated Metrowerks files for MacOS. They aren't 100% there yet,
2001-09-19 23:41:39 +00:00