.. |
AlphaFunc.cpp
|
Moved all #include "osg/.." references to #include <osg/..> to aid port to
|
2001-10-21 21:27:40 +00:00 |
AnimationPath.cpp
|
Futher improvements and fixes to osg::AnimationPath, and the osglight
|
2002-08-13 15:31:10 +00:00 |
Array.cpp
|
Converted the template DrawElements primitive class into three seperate
|
2002-06-27 13:15:34 +00:00 |
Billboard.cpp
|
Futher improvements and fixes to osg::AnimationPath, and the osglight
|
2002-08-13 15:31:10 +00:00 |
BlendFunc.cpp
|
Have added a #define USE_DEPRECATED_API to include/osg/Export, and
|
2002-07-12 14:25:10 +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
|
Additions for the support for ConvexPlaneOccluder. Work still underway.
|
2002-06-03 15:39:41 +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 |
ClipNode.cpp
|
Implemented most of the changes required for supporting multitexturing in
|
2002-07-09 09:35:42 +00:00 |
ClipPlane.cpp
|
Fixes to Windows build in liu of the move to using just std::streams.
|
2001-12-14 23:18:28 +00:00 |
CollectOccludersVisitor.cpp
|
Removed dependency of the new osg::DOFTransform and osg::Sequence Node's
|
2002-08-11 21:26:58 +00:00 |
ColorMask.cpp
|
More clean up for synch with 0.8.42
|
2001-09-19 21:19:47 +00:00 |
ColorMatrix.cpp
|
Clean ups for the Windows build.
|
2002-06-18 10:18:12 +00:00 |
ConvexPlanerOccluder.cpp
|
Added new osgcallback demo, and updated small API changes to improve the
|
2002-05-28 23:43:22 +00:00 |
ConvexPlanerPolygon.cpp
|
Removed the rendundent variables in the ConvexPlanerPolygon as these were
|
2002-07-20 22:36:55 +00:00 |
CopyOp.cpp
|
Removed deprecated code from the distribution.
|
2002-08-28 15:28:11 +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
|
Added support for specificing the eye mapping and seperation between the
|
2002-04-14 22:21:59 +00:00 |
DOFTransform.cpp
|
Updates to DOFTransform so that its overrides the traverse() and compute*() methods
|
2002-08-12 13:42:43 +00:00 |
Drawable.cpp
|
Updates NEWS file for 0.9.0 release.
|
2002-07-18 22:35:54 +00:00 |
DrawPixels.cpp
|
Added osg::Image::setPixelFormat(..) and setInternalTextureFormat(), and
|
2002-04-16 14:57:39 +00:00 |
Fog.cpp
|
Added the definition of GL_FOG_COORDINATE_SOURCE to Fog.cpp.
|
2002-08-20 12:29:35 +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
|
Added app callback to Drawable.
|
2002-07-10 15:35:47 +00:00 |
Geometry.cpp
|
Fixes for Win32 build
|
2002-08-25 11:00:30 +00:00 |
GeoSet_ogl.cpp
|
Added State::disableTexCoordPointersAboveAndIncluding( unit ) method so that
|
2002-07-15 10:03:59 +00:00 |
GeoSet.cpp
|
Changed the Geometry::setVertexArray and GeoSet::setCoords so that they
|
2002-08-08 11:27:11 +00:00 |
GLExtensions.cpp
|
Updated Texture3D to use extension checking to get the relevant 3d texturing
|
2002-08-26 10:24:01 +00:00 |
Group.cpp
|
Moved the code referencing osg::BoundingBox::isValid() and
|
2002-07-11 14:32:21 +00:00 |
Image.cpp
|
Removed deprecated code from the distribution.
|
2002-08-28 15:28:11 +00:00 |
Impostor.cpp
|
Moved all #include "osg/.." references to #include <osg/..> to aid port to
|
2001-10-21 21:27:40 +00:00 |
ImpostorSprite.cpp
|
Added new osg::TextureBase, osg::Texture1D, osg::Texture2D, and osg::Texture3D
|
2002-08-24 19:39:39 +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
|
Added a GL vesion number check to LightModel, and small typo fix in Registry.
|
2002-03-02 09:24:05 +00:00 |
LightSource.cpp
|
Futher changes to remove unitialized variables/reordering of initialization to
|
2002-07-21 01:29:11 +00:00 |
LineSegment.cpp
|
Moved the code referencing osg::BoundingBox::isValid() and
|
2002-07-11 14:32:21 +00:00 |
LineStipple.cpp
|
Added support for glLineStipple via osg::LineStipple state attribute.
|
2002-02-24 20:55:45 +00:00 |
LineWidth.cpp
|
Added support for glLineWidth via an osg::LineWidth StateAttribute.
|
2001-12-20 20:48:46 +00:00 |
LOD.cpp
|
Added callbacks to allow users to modify the underlying functionality of
|
2002-02-07 01:07:11 +00:00 |
Makefile
|
Removed deprecated code from the distribution.
|
2002-08-28 15:28:11 +00:00 |
Material.cpp
|
Converted the osg::Material::set/getShininess option to use the standard
|
2002-07-18 09:55:30 +00:00 |
Matrix.cpp
|
Removed deprecated code from the distribution.
|
2002-08-28 15:28:11 +00:00 |
MatrixTransform.cpp
|
Futher improvements and fixes to osg::AnimationPath, and the osglight
|
2002-08-13 15:31:10 +00:00 |
MemoryManager.cpp
|
Merged changed to osgParticle from Macro, these add the ability to
|
2002-07-22 13:05:31 +00:00 |
Node.cpp
|
Moved get/setUserData from osg::Node into its superclass osg::Object to
|
2002-07-18 19:41:52 +00:00 |
NodeCallback.cpp
|
Added src/osg/NodeCallback.cpp.
|
2001-11-12 10:00:08 +00:00 |
NodeVisitor.cpp
|
Removed dependency of the new osg::DOFTransform and osg::Sequence Node's
|
2002-08-11 21:26:58 +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
|
Moved get/setUserData from osg::Node into its superclass osg::Object to
|
2002-07-18 19:41:52 +00:00 |
OccluderNode.cpp
|
Added computation of the bounding volume of osg::OccluderNodes.
|
2002-06-19 15:18:47 +00:00 |
Point.cpp
|
Added new osg::TextureBase, osg::Texture1D, osg::Texture2D, and osg::Texture3D
|
2002-08-24 19:39:39 +00:00 |
PolygonMode.cpp
|
Changes for Borland C++ compiler changes.
|
2002-01-30 15:02:56 +00:00 |
PolygonOffset.cpp
|
Moved all #include "osg/.." references to #include <osg/..> to aid port to
|
2001-10-21 21:27:40 +00:00 |
PositionAttitudeTransform.cpp
|
Futher improvements and fixes to osg::AnimationPath, and the osglight
|
2002-08-13 15:31:10 +00:00 |
Primitive.cpp
|
Rewrote the osg::Drawable::AttributeFunctor and PrimtiveFunctor to make
|
2002-07-18 15:36:14 +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
|
Removed deprecated code from the distribution.
|
2002-08-28 15:28:11 +00:00 |
Sequence.cpp
|
attempt to fix read only status of Sequence.cpp.
|
2002-08-12 13:37:35 +00:00 |
ShadeModel.cpp
|
Added osg::ShadeModel state attribute which encapsulates glShadeModel.
|
2002-01-04 17:35:54 +00:00 |
ShadowVolumeOccluder.cpp
|
Fixed various warnings which were appearing under MacOSX.
|
2002-07-13 21:17:40 +00:00 |
State.cpp
|
Added new osg::TextureBase, osg::Texture1D, osg::Texture2D, and osg::Texture3D
|
2002-08-24 19:39:39 +00:00 |
StateSet.cpp
|
Removed deprecated code from the distribution.
|
2002-08-28 15:28:11 +00:00 |
Stencil.cpp
|
More clean up for synch with 0.8.42
|
2001-09-19 21:19:47 +00:00 |
Switch.cpp
|
Moved all references to osg::Cloner to osg::CopyOp.
|
2002-01-29 14:04:06 +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 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
|
Removed deprecated code from the distribution.
|
2002-08-28 15:28:11 +00:00 |
Texture2D.cpp
|
Removed deprecated code from the distribution.
|
2002-08-28 15:28:11 +00:00 |
Texture3D.cpp
|
Removed deprecated code from the distribution.
|
2002-08-28 15:28:11 +00:00 |
Texture.cpp
|
Removed deprecated code from the distribution.
|
2002-08-28 15:28:11 +00:00 |
TextureCubeMap.cpp
|
Removed deprecated code from the distribution.
|
2002-08-28 15:28:11 +00:00 |
Timer.cpp
|
Fixes for IRIX 32bit timmer on O2. From Tom Jolley.
|
2002-08-08 21:36:22 +00:00 |
Transform.cpp
|
Removed deprecated code from the distribution.
|
2002-08-28 15:28:11 +00:00 |
UnitTestFramework.cpp
|
Added Neil Salter's osgUtx library into the distribution, have put all the
|
2002-08-28 14:26:09 +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
|
Bumped up the version numbers to 0.9.0 to reflect the upcomming release.
|
2002-07-16 15:43:20 +00:00 |
Viewport.cpp
|
o Updated Metrowerks files for MacOS. They aren't 100% there yet,
|
2001-09-19 23:41:39 +00:00 |