.. |
AlphaFunc.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
AnimationPath.cpp
|
Added osg::FrameStamp::set/getSimulationTime().
|
2007-01-25 12:02:51 +00:00 |
ApplicationUsage.cpp
|
Added osgViewer::HelpHandler
|
2007-02-12 13:39:18 +00:00 |
ArgumentParser.cpp
|
Added osgViewer::HelpHandler
|
2007-02-12 13:39:18 +00:00 |
Array.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
AutoTransform.cpp
|
Fixed auto rotate to screen so that it handles scales in to the parental path
|
2007-02-26 14:36:43 +00:00 |
Billboard.cpp
|
From Terry Welsh, mplemented POINT_ROT_EYE.
|
2006-10-14 21:47:13 +00:00 |
BlendColor.cpp
|
Introduced new osg::View, and osg::RenderInfo classes into the core OSG to help
|
2006-09-18 20:54:48 +00:00 |
BlendEquation.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
BlendFunc.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
BoundingBox.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
BoundingSphere.cpp
|
From Gordon Tomlinson, fixes to BoundingSphere::expandBy(BoundingSphere&)
|
2007-01-25 10:02:20 +00:00 |
BufferObject.cpp
|
From Farshid Lashkari,
|
2006-08-25 08:48:16 +00:00 |
Camera.cpp
|
Added Camera::s/getAllowsEventFocus() method to allow osgViewer to have non interfactive cameras such as RTT ones
|
2007-02-21 19:06:43 +00:00 |
CameraView.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
ClampColor.cpp
|
Revised the osg::ClampColor API to allow vertex, fragment and read color clamping to
|
2006-09-12 09:26:42 +00:00 |
ClearNode.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
ClipNode.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
ClipPlane.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
ClusterCullingCallback.cpp
|
Added missining initialization of _radius in constructors
|
2006-09-20 13:41:33 +00:00 |
CMakeLists.txt
|
Correct TransferFunction entry.
|
2007-03-10 11:56:34 +00:00 |
CollectOccludersVisitor.cpp
|
Removed the exclusion of CullSettings from the genwrapper.conf, and then changed the CullStack RefMatrix& methods to RefMatrix*
|
2007-02-21 13:48:01 +00:00 |
ColorMask.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
ColorMatrix.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
ComputeBoundsVisitor.cpp
|
Added new osg::ComputeBoundsVisitor
|
2007-02-16 17:34:34 +00:00 |
ConvexPlanarOccluder.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
ConvexPlanarPolygon.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
CoordinateSystemNode.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
CopyOp.cpp
|
Fixed the COPY_OP( Array, DEEP_COPY_ARRAYS); entry.
|
2007-01-02 20:26:49 +00:00 |
CullFace.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
CullingSet.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
CullSettings.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
CullStack.cpp
|
Removed the exclusion of CullSettings from the genwrapper.conf, and then changed the CullStack RefMatrix& methods to RefMatrix*
|
2007-02-21 13:48:01 +00:00 |
DeleteHandler.cpp
|
Added a concrete osg::DeleteHandler implementation which provides support for
|
2007-02-02 12:41:13 +00:00 |
Depth.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
DisplaySettings.cpp
|
Cleaned up per context buffers support
|
2006-07-26 15:29:26 +00:00 |
Drawable.cpp
|
Introduced new osg::Object::DataVariance type of UNSPECIFIED, and changed the deafult
|
2007-02-14 13:18:58 +00:00 |
DrawPixels.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
dxtctool.cpp
|
Warning fixes for IRIX
|
2005-05-16 15:51:57 +00:00 |
dxtctool.h
|
Warning fixes for IRIX
|
2005-05-16 15:51:57 +00:00 |
Fog.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
FragmentProgram.cpp
|
Added Object::resizeGLObjectBuffers(uint) method to help improve the ability
|
2007-01-04 14:11:51 +00:00 |
FrameBufferObject.cpp
|
From André Garneau, threading bug fixes - moving scoped statics out of scope to be global statics
|
2007-01-17 14:40:03 +00:00 |
FrameStamp.cpp
|
Added osg::FrameStamp::set/getSimulationTime().
|
2007-01-25 12:02:51 +00:00 |
FrontFace.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
Geode.cpp
|
Made Refernced::setThreadSafeReferenceCounting(bool) a virtual then overrode
|
2007-01-04 16:49:58 +00:00 |
Geometry.cpp
|
From Michael Platings, Fixed Geometry cloning of the texture
|
2006-11-16 16:25:29 +00:00 |
GLExtensions.cpp
|
From André Garneau, threading bug fixes - moving scoped statics out of scope to be global statics
|
2007-01-17 14:40:03 +00:00 |
GNUmakefile
|
Added preliminary work on osg::TransferFunction
|
2007-03-10 11:53:31 +00:00 |
GraphicsContext.cpp
|
Moved Block, ReentrantMutex and ReadWriteMutex into OpenThreads.
|
2007-02-23 16:31:34 +00:00 |
GraphicsThread.cpp
|
Moved Block, ReentrantMutex and ReadWriteMutex into OpenThreads.
|
2007-02-23 16:31:34 +00:00 |
Group.cpp
|
Made Refernced::setThreadSafeReferenceCounting(bool) a virtual then overrode
|
2007-01-04 16:49:58 +00:00 |
Image.cpp
|
Added support for 4,7,12,16 bit luminance and intensity formats
|
2007-03-06 11:20:39 +00:00 |
ImageStream.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
Light.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
LightModel.cpp
|
From Farshid Lashkari, "The ColorControl of osg::LightModel is never applied because it
|
2006-10-02 13:40:58 +00:00 |
LightSource.cpp
|
Added setThreadSafeRefUnref to LightSource
|
2007-01-07 10:00:50 +00:00 |
LineSegment.cpp
|
Added a check for zero length line segment in bool LineSegment::intersect(const BoundingSphere& bs,float& r1,float& r2) const.
|
2006-09-12 12:35:20 +00:00 |
LineStipple.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
LineWidth.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
LOD.cpp
|
Added ViewPoint support into NodeVistor/CullStack/CullVisitor/LOD/PagedLOD etc to facilate
|
2006-12-15 17:27:18 +00:00 |
LogicOp.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
Material.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
Matrix_implementation.cpp
|
Added Matrix*::getRotate()/setRotate(Quat), deprecating Matrix*::get(Quat&), Matrix*::set(Quat&)
|
2006-07-31 17:31:21 +00:00 |
Matrixd.cpp
|
Moved UnitTestFramework from core osg lib into osgunittests example
|
2006-12-19 17:06:59 +00:00 |
MatrixDecomposition.cpp
|
From Vivek Rajan, MatrixDecomposition implementaion, adapted by Robert Osfield
|
2007-02-10 18:01:37 +00:00 |
Matrixf.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
MatrixTransform.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
Multisample.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
Node.cpp
|
Made Refernced::setThreadSafeReferenceCounting(bool) a virtual then overrode
|
2007-01-04 16:49:58 +00:00 |
NodeCallback.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
NodeTrackerCallback.cpp
|
Renamed osg::CameraNode to osg::Camera, cleaned up osg::View.
|
2006-11-27 14:52:07 +00:00 |
NodeVisitor.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
Notify.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
Object.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
OccluderNode.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
PagedLOD.cpp
|
Added ViewPoint support into NodeVistor/CullStack/CullVisitor/LOD/PagedLOD etc to facilate
|
2006-12-15 17:27:18 +00:00 |
Point.cpp
|
From Farshid Lashkari, "This patch adds a CoordOriginMode to the osg::PointSprite attribute.
|
2006-11-14 12:29:54 +00:00 |
PointSprite.cpp
|
From Farshid Lashkari, "This patch adds a CoordOriginMode to the osg::PointSprite attribute.
|
2006-11-14 12:29:54 +00:00 |
PolygonMode.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
PolygonOffset.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
PolygonStipple.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
PositionAttitudeTransform.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
PrimitiveSet.cpp
|
Added Object::resizeGLObjectBuffers(uint) method to help improve the ability
|
2007-01-04 14:11:51 +00:00 |
Program.cpp
|
Made Refernced::setThreadSafeReferenceCounting(bool) a virtual then overrode
|
2007-01-04 16:49:58 +00:00 |
Projection.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
ProxyNode.cpp
|
From Rein Kadijk, "While displaying a certain scene, OsgEdit crashed in ProxyNode::traverse() in file OSG_OP_OT-1.2\OpenSceneGraph\src\osg\proxynode.cpp.
|
2006-12-05 16:45:27 +00:00 |
Quat.cpp
|
Added Matrix*::getRotate()/setRotate(Quat), deprecating Matrix*::get(Quat&), Matrix*::set(Quat&)
|
2006-07-31 17:31:21 +00:00 |
Referenced.cpp
|
Added a concrete osg::DeleteHandler implementation which provides support for
|
2007-02-02 12:41:13 +00:00 |
Scissor.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
Sequence.cpp
|
Added osg::FrameStamp::set/getSimulationTime().
|
2007-01-25 12:02:51 +00:00 |
ShadeModel.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
Shader.cpp
|
Added Object::resizeGLObjectBuffers(uint) method to help improve the ability
|
2007-01-04 14:11:51 +00:00 |
ShadowVolumeOccluder.cpp
|
Removed the exclusion of CullSettings from the genwrapper.conf, and then changed the CullStack RefMatrix& methods to RefMatrix*
|
2007-02-21 13:48:01 +00:00 |
Shape.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
ShapeDrawable.cpp
|
Basic shadow volume alogirthm implemented in example.
|
2006-11-30 16:30:24 +00:00 |
State.cpp
|
Wojciech Lewandowski: "TexGenNode::TexGenNode( TexGen * texGen ) constructor does not initialize ReferenceFrame. I am not sure maybe this was the intent but first constructor does it so I don't see a reson why third one shouldn't."
|
2007-02-21 15:15:55 +00:00 |
StateAttribute.cpp
|
Introduced new osg::View, and osg::RenderInfo classes into the core OSG to help
|
2006-09-18 20:54:48 +00:00 |
StateSet.cpp
|
Introduced new osg::Object::DataVariance type of UNSPECIFIED, and changed the deafult
|
2007-02-14 13:18:58 +00:00 |
Stats.cpp
|
Added use of Mutex into osg::Stats to better handle multi-threaded usage
|
2007-02-14 16:24:49 +00:00 |
Stencil.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
StencilTwoSided.cpp
|
Added osg::StencilTwoSided state attribute to wrap up the stencil_two_sided extension.
|
2007-01-18 22:32:18 +00:00 |
Switch.cpp
|
From Edgar Ellis, "
|
2006-10-30 12:14:00 +00:00 |
TexEnv.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
TexEnvCombine.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
TexEnvFilter.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +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
|
Wojciech Lewandowski: "TexGenNode::TexGenNode( TexGen * texGen ) constructor does not initialize ReferenceFrame. I am not sure maybe this was the intent but first constructor does it so I don't see a reson why third one shouldn't."
|
2007-02-21 15:15:55 +00:00 |
TexMat.cpp
|
Added osg::TexMat::s/getScaleByTextureRectangleSize feature that allows
|
2006-09-04 12:46:49 +00:00 |
Texture1D.cpp
|
Fixed texture optimization problem associated with mixing already compiled scene graphs - resulting
|
2006-08-14 19:42:22 +00:00 |
Texture2D.cpp
|
Fixed texture optimization problem associated with mixing already compiled scene graphs - resulting
|
2006-08-14 19:42:22 +00:00 |
Texture3D.cpp
|
Fixed texture optimization problem associated with mixing already compiled scene graphs - resulting
|
2006-08-14 19:42:22 +00:00 |
Texture.cpp
|
From André Garneau, threading bug fixes - moving scoped statics out of scope to be global statics
|
2007-01-17 14:40:03 +00:00 |
TextureCubeMap.cpp
|
Fixed texture optimization problem associated with mixing already compiled scene graphs - resulting
|
2006-08-14 19:42:22 +00:00 |
TextureRectangle.cpp
|
From Farshid Lashkari,
|
2006-08-25 08:48:16 +00:00 |
Timer.cpp
|
Aded new convinience methods to osg::Timer - s/getStartTick and time_s(), time_m() etc
|
2006-12-26 17:37:06 +00:00 |
TransferFunction.cpp
|
Added preliminary work on osg::TransferFunction
|
2007-03-10 11:53:31 +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
|
Introduced new osg::Object::DataVariance type of UNSPECIFIED, and changed the deafult
|
2007-02-14 13:18:58 +00:00 |
Version.cpp
|
Updated version numbers of the up comming 1.2 release
|
2006-08-31 20:54:28 +00:00 |
VertexProgram.cpp
|
Added Object::resizeGLObjectBuffers(uint) method to help improve the ability
|
2007-01-04 14:11:51 +00:00 |
View.cpp
|
Further work on add serialization support for osgViewer configurations
|
2007-02-25 20:05:23 +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 |