OpenSceneGraph/src/osg
2005-04-04 10:08:15 +00:00
..
AlphaFunc.cpp
AnimationPath.cpp Property API clean to smooth the task of generating wrappers. 2004-12-17 01:06:33 +00:00
ApplicationUsage.cpp
ArgumentParser.cpp
Array.cpp
AutoTransform.cpp
Billboard.cpp From Tom Jolley, Added a new enum POINT_ROT_WORLD_Z_AXIS and a new section in computeMatrix for this enum. 2004-10-28 13:26:06 +00:00
BlendColor.cpp Changed StateAttribute::getAssociatedModes(std::vector<GLMode>&) across 2004-03-03 15:38:22 +00:00
BlendEquation.cpp
BlendFunc.cpp
BoundingBox.cpp
BoundingSphere.cpp
BufferObject.cpp Added osg::BufferObject and a made a number associated to accomodate this 2005-02-09 10:39:45 +00:00
ClearNode.cpp Disabled the culling for clear node. 2004-08-16 08:55:48 +00:00
ClipNode.cpp
ClipPlane.cpp
ClusterCullingCallback.cpp
CollectOccludersVisitor.cpp Added _maximumNumberOfActiveOccluders variable to CollectOccludersVisitor(), to 2003-12-11 16:46:45 +00:00
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 Added Mode parameter to constructor. 2003-12-20 14:19:09 +00:00
CullingSet.cpp Removed include <iostream> where possible, replacing with istream or ostream and changing 2004-03-03 13:27:21 +00:00
CullSettings.cpp Added CullingSettngs::s/getInheritanceMask() and inheritCullSettings(,) method. 2004-10-12 09:54:03 +00:00
CullStack.cpp Fixed the scaling in pixelSize computation and the autoscale usage of it. 2005-03-23 10:46:08 +00:00
Depth.cpp Aded extra constructors to BlendFunc and Depth to help set them up convieniently. 2003-05-06 18:04:27 +00:00
DisplaySettings.cpp
Drawable.cpp
DrawPixels.cpp Replaced GL_PACK_ROW_LENGTH by GL_UNPACK_ROW_LENGTH 2004-07-28 12:38:54 +00:00
dxtctool.cpp
dxtctool.h Rejigged the __int* definitions to try and get round Mingw compile errors 2004-08-18 06:06:02 +00:00
Fog.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
FragmentProgram.cpp
FrameStamp.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
FrontFace.cpp
Geode.cpp
Geometry.cpp
GLExtensions.cpp In osg::isGLUExtensionSupported, fixed gluGetString to call GLU_EXTENSIONS 2005-03-02 15:06:23 +00:00
GNUmakefile From Alberto Farre, addition of ProxyNode, with support in .osg, .ive and .flt loaders 2005-03-07 14:06:09 +00:00
Group.cpp
Image.cpp
ImageStream.cpp
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 Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
LightModel.cpp Changed the strcmp() to use std::string instead. 2004-12-06 19:32:59 +00:00
LightSource.cpp
LineSegment.cpp
LineStipple.cpp
LineWidth.cpp
LOD.cpp
LogicOp.cpp
Material.cpp
Matrix_implementation.cpp From George Papagiannakis, added extra Quat length to catch case 2004-09-13 14:33:41 +00:00
Matrixd.cpp From Anders Backman, unit tests to test matrix to quat compute. 2004-10-28 13:40:09 +00:00
Matrixf.cpp
MatrixTransform.cpp Changed ABSOLUTE and RELATIVE to ABSOLUTE_RF and RELATIVE_RF to avoid stooppid Win32 #define 2004-10-24 20:04:00 +00:00
Multisample.cpp
Node.cpp
NodeCallback.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
NodeVisitor.cpp
Notify.cpp
Object.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
OccluderNode.cpp
PagedLOD.cpp
Point.cpp *** empty log message *** 2003-06-24 15:40:09 +00:00
PointSprite.cpp Fixed warnings 2004-08-02 13:57:47 +00:00
PolygonMode.cpp Property API clean to smooth the task of generating wrappers. 2004-12-17 01:06:33 +00:00
PolygonOffset.cpp
PolygonStipple.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
PositionAttitudeTransform.cpp Changed ABSOLUTE and RELATIVE to ABSOLUTE_RF and RELATIVE_RF to avoid stooppid Win32 #define 2004-10-24 20:04:00 +00:00
PrimitiveSet.cpp Added osg::BufferObject and a made a number associated to accomodate this 2005-02-09 10:39:45 +00:00
Program.cpp
Projection.cpp
ProxyNode.cpp
Quat.cpp
Referenced.cpp Made Referenced::ref() and unref() inline methods. 2005-02-23 12:50:10 +00:00
Sequence.cpp
ShadeModel.cpp
Shader.cpp
ShadowVolumeOccluder.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
Shape.cpp
ShapeDrawable.cpp Added osg::BufferObject and a made a number associated to accomodate this 2005-02-09 10:39:45 +00:00
State.cpp
StateSet.cpp From Mike Weiblen, 2005-03-24 09:37:45 +00:00
Stencil.cpp
Switch.cpp
TexEnv.cpp
TexEnvCombine.cpp Implemented duplicate removal code into TriStripVisitor and added an 2003-12-03 21:45:32 +00:00
TexEnvFilter.cpp From Sohey Yamamoto, added support for GL_TEXTURE_FILTER_CONTROL/GL_TEXTURE_LOD_BIAS. 2004-10-13 19:52:39 +00:00
TexGen.cpp Added setPlanesFromMatrix method 2004-10-01 15:48:58 +00:00
TexGenNode.cpp From Marco Jez, added missing TexGenNode constructor. 2004-09-06 14:30:25 +00:00
TexMat.cpp
Texture1D.cpp Added State::getActiveUnit and usage of it in the glTexCopyImage*() implementations 2005-03-25 11:07:48 +00:00
Texture2D.cpp
Texture3D.cpp
Texture.cpp
TextureCubeMap.cpp Added osg::BufferObject and a made a number associated to accomodate this 2005-02-09 10:39:45 +00:00
TextureRectangle.cpp
Timer.cpp New simplified timer implementation. 2005-02-25 08:38:05 +00:00
Transform.cpp
Uniform.cpp
UnitTestFramework.cpp
Vec3.cpp
Version.cpp Update version numbers in files 2004-12-04 23:38:24 +00:00
VertexProgram.cpp
Viewport.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00