OpenSceneGraph/src/osg
2004-09-13 14:33:41 +00:00
..
AlphaFunc.cpp
AnimationPath.cpp Changed the AnimationPathCallback::reset() to reset the _firstTime to DBL_MAX 2004-08-24 18:23:53 +00:00
ApplicationUsage.cpp From Eric Sokolsky, add support for recording default values for env vars 2004-09-01 09:48:17 +00:00
ArgumentParser.cpp Added ArgumentParser::Parameter class to make the argument parsing much more 2004-03-19 22:03:09 +00:00
Array.cpp
AutoTransform.cpp From David Fries, "I added code to also check the local up vector, but 2004-08-17 07:58:32 +00:00
Billboard.cpp
BlendColor.cpp Changed StateAttribute::getAssociatedModes(std::vector<GLMode>&) across 2004-03-03 15:38:22 +00:00
BlendFunc.cpp
BoundingBox.cpp
BoundingSphere.cpp
ClearNode.cpp Disabled the culling for clear node. 2004-08-16 08:55:48 +00:00
ClipNode.cpp
ClipPlane.cpp
ClusterCullingCallback.cpp Added CLUSTER_CULLING mask to CullSettings, and modified the ClusterCullingCallback 2004-07-11 21:46:23 +00:00
CollectOccludersVisitor.cpp
ColorMask.cpp
ColorMatrix.cpp
ConvexPlanarOccluder.cpp From Norman Vine, fixes for Mingw 2004-08-02 09:11:31 +00:00
ConvexPlanarPolygon.cpp
CoordinateSystemNode.cpp Made debugging message write to osg::INFO instead of osg::NOTICE 2004-07-11 23:07:47 +00:00
CopyOp.cpp From Bob Kuehne, reworked code to use a marco instead of duplicated code, 2004-04-02 15:45:34 +00:00
CullFace.cpp
CullingSet.cpp Removed include <iostream> where possible, replacing with istream or ostream and changing 2004-03-03 13:27:21 +00:00
CullSettings.cpp Revert the computeNearFar mode to using bounding volumes as default. 2004-05-13 22:06:20 +00:00
CullStack.cpp Added Vec2d, Vec3d and Vec4d classes, and remapped Vec2, Vec3 and Vec4 to 2004-05-20 10:15:48 +00:00
Depth.cpp
DisplaySettings.cpp Added support for reading environmental varables in CullSettings. 2004-05-05 09:16:12 +00:00
Drawable.cpp Better macro support for switching on/off use of mutex 2004-08-03 11:01:39 +00:00
DrawPixels.cpp Replaced GL_PACK_ROW_LENGTH by GL_UNPACK_ROW_LENGTH 2004-07-28 12:38:54 +00:00
dxtctool.cpp Rejigged the __int* definitions to try and get round Mingw compile errors 2004-08-18 06:06:02 +00:00
dxtctool.h Rejigged the __int* definitions to try and get round Mingw compile errors 2004-08-18 06:06:02 +00:00
Fog.cpp
FragmentProgram.cpp Better macro support for switching on/off use of mutex 2004-08-03 11:01:39 +00:00
FrameStamp.cpp
FrontFace.cpp
Geode.cpp Added support for releasing GLObjects, and renamed DisplayListVisitor the 2004-07-20 05:37:59 +00:00
Geometry.cpp Changed binding warnings to be reported as info rather than as warnings. 2004-08-07 19:08:12 +00:00
GLExtensions.cpp
GNUmakefile Added fxtctool in prep for adding compressed imagery swap 2004-08-16 15:43:12 +00:00
Group.cpp
Image.cpp From Marco Jez, addition of new interal texture formats to osg/Texture and Image.cpp 2004-09-01 08:49:48 +00:00
ImageStream.cpp Added s/getLoopingMode() to ImageStream and MPEG plugin 2004-08-24 12:55:15 +00:00
Impostor.cpp Added support for multiple graphics context to osg::VertexProgram and osg::Impostor 2003-04-10 12:11:40 +00:00
ImpostorSprite.cpp
Light.cpp
LightModel.cpp
LightSource.cpp Change the light in LightSource from a generic osg::StateAttribute to 2004-07-02 14:46:24 +00:00
LineSegment.cpp Moved the LineSegment destructor from the header to the source to avoid 2004-03-19 09:18:21 +00:00
LineStipple.cpp
LineWidth.cpp Improved osgSim::SphereSegmenet's handling of transparancy. 2004-02-12 01:15:37 +00:00
LOD.cpp Fixed missing member variable initialized varaibles 2004-07-05 07:42:46 +00:00
Material.cpp Added Material::operator = 2004-02-20 11:51:14 +00:00
Matrix_implementation.cpp From George Papagiannakis, added extra Quat length to catch case 2004-09-13 14:33:41 +00:00
Matrixd.cpp Added new Matrixf and Matrixd implementations. 2003-09-05 22:35:34 +00:00
Matrixf.cpp
MatrixTransform.cpp
Multisample.cpp Changed StateAttribute::getAssociatedModes(std::vector<GLMode>&) across 2004-03-03 15:38:22 +00:00
Node.cpp
NodeCallback.cpp
NodeVisitor.cpp
Notify.cpp Clean up of headers. 2004-03-07 14:21:11 +00:00
Object.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
OccluderNode.cpp
PagedLOD.cpp Fixed warnings 2004-08-02 13:57:47 +00:00
Point.cpp
PointSprite.cpp Fixed warnings 2004-08-02 13:57:47 +00:00
PolygonMode.cpp
PolygonOffset.cpp
PolygonStipple.cpp
PositionAttitudeTransform.cpp Added scale parameter into PositionAttitudeTransform. 2004-02-22 11:58:44 +00:00
PrimitiveSet.cpp Changed sizeof(..) references to 1,2,4 respectively. 2004-08-17 18:56:24 +00:00
Projection.cpp
Quat.cpp Added check to Quat::makeRotate(,,,) to catch zero lengh axis. 2004-06-04 10:05:18 +00:00
Referenced.cpp Removed inappropriate #ifdefs 2004-08-13 10:49:45 +00:00
Sequence.cpp
ShadeModel.cpp
ShadowVolumeOccluder.cpp
Shape.cpp From Norman Vine, fixes for Mingw 2004-08-02 09:11:31 +00:00
ShapeDrawable.cpp From Ulrich Hertlein, added check for detailRatio<=0.0 2004-07-05 09:04:53 +00:00
State.cpp
StateSet.cpp Added support for releasing GLObjects, and renamed DisplayListVisitor the 2004-07-20 05:37:59 +00:00
Stencil.cpp
Switch.cpp
TexEnv.cpp
TexEnvCombine.cpp
TexGen.cpp
TexGenNode.cpp From Marco Jez, added missing TexGenNode constructor. 2004-09-06 14:30:25 +00:00
TexMat.cpp
Texture1D.cpp Fixed unref image so it only unref's when images are STATIC 2004-07-27 13:24:35 +00:00
Texture2D.cpp Fixed unref image so it only unref's when images are STATIC 2004-07-27 13:24:35 +00:00
Texture3D.cpp Fixed unref image so it only unref's when images are STATIC 2004-07-27 13:24:35 +00:00
Texture.cpp From Tom Jolly, add detection for whether multi-texturing is supported before 2004-09-01 10:41:50 +00:00
TextureCubeMap.cpp Fixed unref image so it only unref's when images are STATIC 2004-07-27 13:24:35 +00:00
TextureRectangle.cpp Clean up of debugging messages 2004-07-27 13:32:15 +00:00
Timer.cpp From Eric Wing, clean ups for OSX support. 2004-04-11 21:21:38 +00:00
Transform.cpp Made the computeLocalToWorld etc method to use const NodePath's parameters. 2004-09-09 15:14:33 +00:00
UnitTestFramework.cpp Removed include <iostream> where possible, replacing with istream or ostream and changing 2004-03-03 13:27:21 +00:00
Vec3.cpp
Version.cpp Set version numbers for 0.9.7 release 2004-08-05 08:02:48 +00:00
VertexProgram.cpp Better macro support for switching on/off use of mutex 2004-08-03 11:01:39 +00:00
Viewport.cpp