OpenSceneGraph/src/osg
2003-12-04 17:14:06 +00:00
..
AlphaFunc.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
AnimationPath.cpp Updated to slideshow3D to support animation + pausing of animation. 2003-11-03 23:13:31 +00:00
ApplicationUsage.cpp Added support for scaling the projection in vertical and horizontal split stereo 2003-05-27 11:03:49 +00:00
ArgumentParser.cpp Fixed type of unrecognized 2003-11-25 11:06:39 +00:00
Array.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
AutoTransform.cpp Added support for Matrixd and Matrixf implementations, with the default 2003-09-05 20:48:42 +00:00
Billboard.cpp Fixes to Cygwin/Mingw makedefs. 2003-08-16 20:42:54 +00:00
BlendColor.cpp From Alberto Farre, added support for GL_EXT_blend_color, GL_ARB_multisample, 2003-09-17 12:04:48 +00:00
BlendFunc.cpp Aded extra constructors to BlendFunc and Depth to help set them up convieniently. 2003-05-06 18:04:27 +00:00
BoundingBox.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
BoundingSphere.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
ClearNode.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
ClipNode.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
ClipPlane.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
CollectOccludersVisitor.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
ColorMask.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
ColorMatrix.cpp Added support for Matrixd and Matrixf implementations, with the default 2003-09-05 20:48:42 +00:00
ConvexPlanarOccluder.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
ConvexPlanarPolygon.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
CopyOp.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
CullFace.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
CullingSet.cpp Standardised the culling flags between CullingSet and CullStack, and 2003-08-20 12:50:54 +00:00
CullStack.cpp Improves to CullStack. 2003-09-26 11:20:43 +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 Fixed setting of OSG_SPLIT_STEREO_AUTO_ADJUST_ASPECT_RATIO value. 2003-11-12 15:03:05 +00:00
DOFTransform.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
Drawable.cpp Udates to Drawable + IVE plugin with support for new ClusterCullingCallack. 2003-10-10 12:54:21 +00:00
DrawPixels.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
Fog.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
FragmentProgram.cpp Added support for Matrixd and Matrixf implementations, with the default 2003-09-05 20:48:42 +00:00
FrameStamp.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
FrontFace.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
Geode.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
Geometry.cpp Added support for expanding index'd attributes from within 2003-12-04 17:14:06 +00:00
GLExtensions.cpp Added explicit calls cancel and wait until thread and no longer running to the 2003-08-20 12:52:33 +00:00
GNUmakefile Moved osg::DOFTransform to osgSim::DOFTransform. 2003-11-25 14:11:05 +00:00
Group.cpp From Eric Sokolosky, insertChild(). 2003-07-10 13:11:25 +00:00
Image.cpp Added support for 565 textures to osgbluemarble. 2003-10-29 23:10:11 +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 Fixes to the Impostor implementation. 2003-04-09 21:53:09 +00:00
Light.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
LightModel.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
LightSource.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
LineSegment.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
LineStipple.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
LineWidth.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
LOD.cpp Added default constructor implemention to LOD and PagedLOD. 2003-07-10 14:53:07 +00:00
Material.cpp *** empty log message *** 2003-06-24 15:40:09 +00:00
Matrix_implementation.cpp Added getPerspective() method to Matrix* and SceneView 2003-09-29 13:14:34 +00:00
Matrixd.cpp Added new Matrixf and Matrixd implementations. 2003-09-05 22:35:34 +00:00
Matrixf.cpp Added new Matrixf and Matrixd implementations. 2003-09-05 22:35:34 +00:00
MatrixTransform.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
Multisample.cpp From Alberto Farre, added support for GL_EXT_blend_color, GL_ARB_multisample, 2003-09-17 12:04:48 +00:00
Node.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
NodeCallback.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
NodeVisitor.cpp Removed the deprecated NodeVisitor::getLocalToWorld/WorldToLocal methods as 2003-08-14 00:05:34 +00:00
Notify.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
Object.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
OccluderNode.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
PagedLOD.cpp Improvements to DatabasePager 2003-10-10 19:25:14 +00:00
Point.cpp *** empty log message *** 2003-06-24 15:40:09 +00:00
PolygonMode.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
PolygonOffset.cpp Added convinience constructor. 2003-04-01 18:42:38 +00:00
PolygonStipple.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
PositionAttitudeTransform.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
PrimitiveSet.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
Projection.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
Quat.cpp Made osg::Quat support either float or double internal representation, defaulting to double. 2003-09-29 13:35:02 +00:00
Referenced.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
Sequence.cpp Added a check into osg::Sequence::traverse() against an empty sequence, so 2003-10-27 10:29:52 +00:00
ShadeModel.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
ShadowVolumeOccluder.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
Shape.cpp Updates for osgdem. Including new read/writeHeightField() methods. 2003-10-29 11:11:17 +00:00
ShapeDrawable.cpp Added support for Matrixd and Matrixf implementations, with the default 2003-09-05 20:48:42 +00:00
State.cpp Added applyProjectionMatrix(0); & applyModelViewMatrix(0); into 2003-09-10 23:18:52 +00:00
StateSet.cpp Added #include<TextureRectangle> 2003-06-27 14:33:13 +00:00
Stencil.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
Switch.cpp Added the missing insertChild(index,child) and insertChild(index,child,value) into 2003-11-20 12:03:51 +00:00
TexEnv.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
TexEnvCombine.cpp Implemented duplicate removal code into TriStripVisitor and added an 2003-12-03 21:45:32 +00:00
TexGen.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
TexMat.cpp Added support for Matrixd and Matrixf implementations, with the default 2003-09-05 20:48:42 +00:00
Texture1D.cpp Added support for texture object manager, which provides an automatic mechansim 2003-07-14 14:42:10 +00:00
Texture2D.cpp From Romano J M Silva, changed osg::Texture2D::copyTexImage2D so that it uses the 2003-11-21 13:45:40 +00:00
Texture3D.cpp Added support for texture object manager, which provides an automatic mechansim 2003-07-14 14:42:10 +00:00
Texture.cpp Changed applyTextParamaters() to set the wrap modes : 2003-08-18 19:51:27 +00:00
TextureCubeMap.cpp Added support for texture object manager, which provides an automatic mechansim 2003-07-14 14:42:10 +00:00
TextureRectangle.cpp Added applyTexImage_subload() implemention into TextureRectangle class 2003-08-18 19:36:50 +00:00
Timer.cpp Build Fixes for IRIX. 2003-09-04 08:50:06 +00:00
Transform.cpp Addd new computeLocalToWorld(NodePath) etc methods. 2003-04-14 13:22:21 +00:00
UnitTestFramework.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
Vec3.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00
Version.cpp Updated version numbers and ChangeLog for the release. 2003-09-16 21:25:25 +00:00
VertexProgram.cpp Added support for Matrixd and Matrixf implementations, with the default 2003-09-05 20:48:42 +00:00
Viewport.cpp Added new Copyright/License notice to header and source files. 2003-01-21 16:45:36 +00:00