OpenSceneGraph/include/osg
2005-11-02 11:33:10 +00:00
..
AlphaFunc Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
AnimationPath From Alberto Jaspe, added double precision interpolation method 2005-10-10 09:17:22 +00:00
ApplicationUsage Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
ArgumentParser From Tom Jolly, removing trailing comma for last entries in enums to fix 2005-05-13 21:38:34 +00:00
Array From Eric Sokolowsky, warning fixes for g++ 4.0 under Fedora Core 4. 2005-08-25 17:53:01 +00:00
AutoTransform Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
Billboard Added new Node/Drawable::s/getInitialBound and Node/Drawable::s/getComputeBoundCallback 2005-05-12 14:03:22 +00:00
BlendColor Added support for per context extension string. 2005-04-26 13:15:27 +00:00
BlendEquation From Ravi Mathur, "Here is an update to BlendEquation that adds checking for the 2005-10-28 13:18:09 +00:00
BlendFunc Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
BoundingBox Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
BoundingSphere Added new Node/Drawable::s/getInitialBound and Node/Drawable::s/getComputeBoundCallback 2005-05-12 14:03:22 +00:00
BoundsChecking Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
buffered_value Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
BufferObject Added support for per context extension string. 2005-04-26 13:15:27 +00:00
CameraNode Fixed compile warning 2005-11-02 10:29:13 +00:00
CameraView From Bob Kuehne, "changed two set methods (setFocalLength,setFieldOfView) to perform 2005-10-26 16:02:24 +00:00
ClearNode Added s/getClearMask() support to osg::ClearNode, osgUtil::SceneView and the 2005-05-18 19:55:14 +00:00
ClipNode Added new Node/Drawable::s/getInitialBound and Node/Drawable::s/getComputeBoundCallback 2005-05-12 14:03:22 +00:00
ClipPlane Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
ClusterCullingCallback Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
CollectOccludersVisitor Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
ColorMask Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
ColorMatrix Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
ConvexPlanarOccluder Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
ConvexPlanarPolygon Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
CoordinateSystemNode Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
CopyOp Preliminary steps to adding update and event callbacks to StateSet, StateAttribute 2005-04-22 22:45:39 +00:00
CullFace Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
CullingSet From Geoff Michel, compile fixes for VS6.0 2005-10-26 09:22:13 +00:00
CullSettings Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
CullStack From Chris Hanson: 2005-09-28 13:33:58 +00:00
Depth Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
DisplaySettings From Farshid Lashkari & Robert Osfield: Added support for VERTICAL_INTERLACE and HORIZONTAL_INTERLACE 2005-10-25 15:43:04 +00:00
Drawable From Leandro Motta Barros: fixed type of ATTRIBUTE_* 2005-09-28 13:55:22 +00:00
DrawPixels Added new Node/Drawable::s/getInitialBound and Node/Drawable::s/getComputeBoundCallback 2005-05-12 14:03:22 +00:00
Endian Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
Export From Chris Hanson, "The following files are drop-in replacements for the include/*/Export files to permit 2005-09-28 14:05:05 +00:00
fast_back_stack Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
Fog Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
FragmentProgram Added support for per context extension string. 2005-04-26 13:15:27 +00:00
FrameBufferObject Further work on trying to get glGenerateMipMapEXT working in conjunction with 2005-07-27 11:27:44 +00:00
FrameStamp Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
FrontFace Ported all the render to texture examples across to using the new osg::CameraNode. 2005-07-19 16:30:55 +00:00
Geode From John Grant, added getDrawableList() const. 2005-05-15 05:47:14 +00:00
Geometry Tweaks for better OSX paging support, 6 and 9 keys for control drive manipulator 2005-07-07 14:14:38 +00:00
GL Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
GL2Extensions Moved OpenGL2 definitions from Uniform header to GL2Extensions 2005-05-12 07:47:43 +00:00
GLExtensions From MFM, Added FreeBSD specific implementation for getGLExtensionFuncPtr using dlsym(RTLD_DEFAULT, xxx) 2005-10-03 19:33:54 +00:00
GLU Fix for Tiger build 2005-05-04 11:38:34 +00:00
GraphicsContext Fixed typo 2005-09-01 19:12:06 +00:00
GraphicsThread Added support for GrapicsOpeations that are reused each frame, cleaned up 2005-08-30 22:28:30 +00:00
Group Moved computeBounds into public scope. 2005-05-15 20:31:22 +00:00
Image Changd unsigned int's to unsigned char* to fix gcc3.4 64 bit issues. 2005-05-25 09:50:11 +00:00
ImageStream Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
io_utils Renamed Byte2,3,4 and Short2,3,4 and UByte4 to use the Vec*b, Vec*s and Vec4ub form 2005-07-15 14:41:19 +00:00
Light Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
LightModel Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
LightSource Added missing copy _referenceFrame in copy constructor 2005-07-14 10:17:20 +00:00
LineSegment Renamed SG_LIBRARY and SG_EXPORT macro's to OSG_LIBRARY and OSG_EXPORT 2005-04-11 17:14:17 +00:00
LineStipple Renamed SG_LIBRARY and SG_EXPORT macro's to OSG_LIBRARY and OSG_EXPORT 2005-04-11 17:14:17 +00:00
LineWidth Renamed SG_LIBRARY and SG_EXPORT macro's to OSG_LIBRARY and OSG_EXPORT 2005-04-11 17:14:17 +00:00
LOD From Chris Hanson: 2005-09-28 13:33:58 +00:00
LogicOp Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
Material Renamed SG_LIBRARY and SG_EXPORT macro's to OSG_LIBRARY and OSG_EXPORT 2005-04-11 17:14:17 +00:00
Math Reworking to avoid compile issues under VS6.0. 2005-05-20 15:45:12 +00:00
Matrix Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
Matrixd From Colin McDonald, "Fix for missing class name qualifier on the orthoNormal function." 2005-11-02 10:45:56 +00:00
Matrixf Added static orthoNormal function to match equivilant in Matrixd 2005-11-02 10:49:38 +00:00
MatrixTransform Added osg::CameraNode. 2005-06-14 13:16:58 +00:00
Multisample Added support for per context extension string. 2005-04-26 13:15:27 +00:00
Node Moved the set/getName() support from osg::Node etc into the osg::Obejct 2005-06-08 13:16:19 +00:00
NodeCallback Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
NodeTrackerCallback Added doc comment and removed redundent inline keyword 2005-11-02 11:33:10 +00:00
NodeVisitor Added support for CameraView into NodeVistor, and support for CameraNode and CameraView 2005-10-05 09:48:53 +00:00
Notify From Mike Weiblen, addiding of Program::validateProgram and osg::isNotifyEnabled() method 2005-07-14 10:27:00 +00:00
Object Moved the set/getName() support from osg::Node etc into the osg::Obejct 2005-06-08 13:16:19 +00:00
OccluderNode Added new Node/Drawable::s/getInitialBound and Node/Drawable::s/getComputeBoundCallback 2005-05-12 14:03:22 +00:00
PagedLOD Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
Plane From Domenico Mangieri: 2005-08-22 14:07:47 +00:00
Point Added support for per context extension string. 2005-04-26 13:15:27 +00:00
PointSprite From Ravi Mathur, added extension checks for point sprite support. 2005-09-19 15:28:31 +00:00
PolygonMode Removed old commented out code. 2005-08-24 19:21:12 +00:00
PolygonOffset Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
PolygonStipple Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
Polytope Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
PositionAttitudeTransform Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
PrimitiveSet From Geoff Michel, compile fixes for VS6.0 2005-10-26 09:22:13 +00:00
Program From Mike Weiblen, addiding of Program::validateProgram and osg::isNotifyEnabled() method 2005-07-14 10:27:00 +00:00
Projection Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
ProxyNode Added new Node/Drawable::s/getInitialBound and Node/Drawable::s/getComputeBoundCallback 2005-05-12 14:03:22 +00:00
Quat Moved Plane and Quat << operators into the io_utils headers 2005-04-15 20:59:24 +00:00
ref_ptr Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
Referenced Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
RefNodePath Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
Scissor Added glSissor suppor via new osg::Scissor class. 2005-07-22 09:31:19 +00:00
Sequence From Tom Jolly, added method for getting the number of frames. 2005-06-20 10:38:39 +00:00
ShadeModel Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
Shader From Mike Weiblen, 2005-06-20 10:36:06 +00:00
ShadowVolumeOccluder Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
Shape From Eric Sokolowsky, warning fixes for g++ 4.0 under Fedora Core 4. 2005-08-25 17:53:01 +00:00
ShapeDrawable Added a dirtyDisplayList() to the setColor() and setTesselationHint() methods. 2005-10-01 19:27:52 +00:00
State Added new osg::GraphicsContext base class 2005-07-20 15:55:07 +00:00
StateAttribute From Eric Sokolowsky, warning fixes for g++ 4.0 under Fedora Core 4. 2005-08-25 17:53:01 +00:00
StateSet Removed deprecated API in preparation for 0.9.9 release. 2005-05-09 13:09:07 +00:00
Stencil Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
Switch Added new Node/Drawable::s/getInitialBound and Node/Drawable::s/getComputeBoundCallback 2005-05-12 14:03:22 +00:00
TexEnv Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
TexEnvCombine Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
TexEnvFilter Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
TexGen Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
TexGenNode Added reference frame to TexGenNode 2005-07-15 08:32:36 +00:00
TexMat Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
Texture Added graphics context pointer to osg::Texture in prep for support for Pbuffer 2005-08-31 12:56:15 +00:00
Texture1D Further work on trying to get glGenerateMipMapEXT working in conjunction with 2005-07-27 11:27:44 +00:00
Texture2D Further work on trying to get glGenerateMipMapEXT working in conjunction with 2005-07-27 11:27:44 +00:00
Texture3D Further work on trying to get glGenerateMipMapEXT working in conjunction with 2005-07-27 11:27:44 +00:00
TextureCubeMap Further work on trying to get glGenerateMipMapEXT working in conjunction with 2005-07-27 11:27:44 +00:00
TextureRectangle Further work on trying to get glGenerateMipMapEXT working in conjunction with 2005-07-27 11:27:44 +00:00
Timer Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
Transform Added new Node/Drawable::s/getInitialBound and Node/Drawable::s/getComputeBoundCallback 2005-05-12 14:03:22 +00:00
TriangleFunctor Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
TriangleIndexFunctor Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
UByte4 Renamed Byte2,3,4 and Short2,3,4 and UByte4 to use the Vec*b, Vec*s and Vec4ub form 2005-07-15 14:41:19 +00:00
Uniform Moved the set/getName() support from osg::Node etc into the osg::Obejct 2005-06-08 13:16:19 +00:00
UnitTestFramework Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
Vec2 Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
Vec2b Standardised the Vec* class interfaces, and added num_components enum to aid 2005-09-04 11:17:00 +00:00
Vec2d Standardised the Vec* class interfaces, and added num_components enum to aid 2005-09-04 11:17:00 +00:00
Vec2f Standardised the Vec* class interfaces, and added num_components enum to aid 2005-09-04 11:17:00 +00:00
Vec2s Standardised the Vec* class interfaces, and added num_components enum to aid 2005-09-04 11:17:00 +00:00
Vec3 Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
Vec3b Standardised the Vec* class interfaces, and added num_components enum to aid 2005-09-04 11:17:00 +00:00
Vec3d Standardised the Vec* class interfaces, and added num_components enum to aid 2005-09-04 11:17:00 +00:00
Vec3f Standardised the Vec* class interfaces, and added num_components enum to aid 2005-09-04 11:17:00 +00:00
Vec3s Removed duplicate typedef. 2005-09-09 15:42:48 +00:00
Vec4 Updated Copyright notices to 1998-2005. 2005-04-14 21:41:28 +00:00
Vec4b Standardised the Vec* class interfaces, and added num_components enum to aid 2005-09-04 11:17:00 +00:00
Vec4d Standardised the Vec* class interfaces, and added num_components enum to aid 2005-09-04 11:17:00 +00:00
Vec4f Standardised the Vec* class interfaces, and added num_components enum to aid 2005-09-04 11:17:00 +00:00
Vec4s Standardised the Vec* class interfaces, and added num_components enum to aid 2005-09-04 11:17:00 +00:00
Vec4ub Standardised the Vec* class interfaces, and added num_components enum to aid 2005-09-04 11:17:00 +00:00
Version Updated Version numbers for release. 2005-05-25 20:02:25 +00:00
VertexProgram Added support for per context extension string. 2005-04-26 13:15:27 +00:00
Viewport Added glSissor suppor via new osg::Scissor class. 2005-07-22 09:31:19 +00:00