OpenSceneGraph/include/osg
2002-07-13 20:31:30 +00:00
..
AlphaFunc Implemented most of the changes required for supporting multitexturing in 2002-07-09 09:35:42 +00:00
AnimationPath Updated TODO list. 2002-04-21 22:05:26 +00:00
Array Converted the template DrawElements primitive class into three seperate 2002-06-27 13:15:34 +00:00
Billboard Addd libraryName() method to osg::Object in preperation for the osgDB support 2002-06-06 13:25:36 +00:00
BlendFunc Have added a #define USE_DEPRECATED_API to include/osg/Export, and 2002-07-12 14:25:10 +00:00
BoundingBox Have added a #define USE_DEPRECATED_API to include/osg/Export, and 2002-07-12 14:25:10 +00:00
BoundingSphere Have added a #define USE_DEPRECATED_API to include/osg/Export, and 2002-07-12 14:25:10 +00:00
BoundsChecking Add support for Metrowerks Codewarrior build under Windows. 2002-02-22 17:12:10 +00:00
Camera Removed out of date comment on calling dirtyTransform() which no longer exist 2002-06-05 16:11:57 +00:00
ClipNode Addd libraryName() method to osg::Object in preperation for the osgDB support 2002-06-06 13:25:36 +00:00
ClipPlane Implemented most of the changes required for supporting multitexturing in 2002-07-09 09:35:42 +00:00
CollectOccludersVisitor Added support for occluders occluding other occluders, which helps reduce 2002-06-18 22:35:48 +00:00
ColorMask Implemented most of the changes required for supporting multitexturing in 2002-07-09 09:35:42 +00:00
ColorMatrix Addd libraryName() method to osg::Object in preperation for the osgDB support 2002-06-06 13:25:36 +00:00
ConvexPlanerOccluder Added support for reading and writing OccluderNode's to the .osg file format. 2002-06-19 16:06:03 +00:00
ConvexPlanerPolygon Additions for the support for ConvexPlaneOccluder. Work still underway. 2002-06-03 15:39:41 +00:00
CopyOp Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
CullFace Implemented most of the changes required for supporting multitexturing in 2002-07-09 09:35:42 +00:00
CullingSet Fixes to the occluder culling code to properly disable occluders to prevent 2002-06-17 09:10:26 +00:00
CullStack Moved the code referencing osg::BoundingBox::isValid() and 2002-07-11 14:32:21 +00:00
Depth Implemented most of the changes required for supporting multitexturing in 2002-07-09 09:35:42 +00:00
DisplaySettings Removed , from end of enum. 2002-05-27 06:37:51 +00:00
Drawable Tidied up the types in osg::GeoSet so that the index pointers use GLushort 2002-07-10 22:33:08 +00:00
DrawPixels Addd libraryName() method to osg::Object in preperation for the osgDB support 2002-06-06 13:25:36 +00:00
EarthSky Addd libraryName() method to osg::Object in preperation for the osgDB support 2002-06-06 13:25:36 +00:00
Export Have added a #define USE_DEPRECATED_API to include/osg/Export, and 2002-07-12 14:25:10 +00:00
fast_back_stack Warning fix for Windows 2002-06-03 17:54:04 +00:00
Fog Implemented most of the changes required for supporting multitexturing in 2002-07-09 09:35:42 +00:00
FrameStamp Fixed spelling error Calander -> Calendar 2002-05-22 19:58:43 +00:00
FrontFace Addd libraryName() method to osg::Object in preperation for the osgDB support 2002-06-06 13:25:36 +00:00
Geode Addd libraryName() method to osg::Object in preperation for the osgDB support 2002-06-06 13:25:36 +00:00
Geometry Removed commas from the end of enum lists. 2002-06-28 08:47:23 +00:00
GeoSet Conveted GeoSet to use the new state::set*Pointer/disable*Pointer methods 2002-07-13 20:31:30 +00:00
GL Add support for Metrowerks Codewarrior build under Windows. 2002-02-22 17:12:10 +00:00
GLExtensions Added support for multitexturing to osg::State and added osgmultitexture 2002-07-11 16:12:24 +00:00
GLU First batch of changes required for MacOS X build. Orignal submission from 2002-01-16 10:36:20 +00:00
Group Addd libraryName() method to osg::Object in preperation for the osgDB support 2002-06-06 13:25:36 +00:00
Image Addd libraryName() method to osg::Object in preperation for the osgDB support 2002-06-06 13:25:36 +00:00
Impostor Addd libraryName() method to osg::Object in preperation for the osgDB support 2002-06-06 13:25:36 +00:00
ImpostorSprite Addd libraryName() method to osg::Object in preperation for the osgDB support 2002-06-06 13:25:36 +00:00
Light Implemented most of the changes required for supporting multitexturing in 2002-07-09 09:35:42 +00:00
LightModel Implemented most of the changes required for supporting multitexturing in 2002-07-09 09:35:42 +00:00
LightSource Changed the osg::LightSource so its Light attribute is now generalised to 2002-06-19 08:34:19 +00:00
LineSegment Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
LineStipple Implemented most of the changes required for supporting multitexturing in 2002-07-09 09:35:42 +00:00
LineWidth Implemented most of the changes required for supporting multitexturing in 2002-07-09 09:35:42 +00:00
LOD Addd libraryName() method to osg::Object in preperation for the osgDB support 2002-06-06 13:25:36 +00:00
Material Implemented most of the changes required for supporting multitexturing in 2002-07-09 09:35:42 +00:00
Math Reimplemted the osgUtil::SceneView::setCalcNearFar() functionality to bring 2002-07-02 19:53:18 +00:00
Matrix Addd libraryName() method to osg::Object in preperation for the osgDB support 2002-06-06 13:25:36 +00:00
MatrixTransform Added MatrixTransform header and source. 2002-07-12 21:08:19 +00:00
MemoryManager Mods to MemoryManager to make the optimized build produce dummy 2002-06-20 18:17:36 +00:00
Node Moved the code referencing osg::BoundingBox::isValid() and 2002-07-11 14:32:21 +00:00
NodeCallback Added #include <osg/ref_ptr> so that it will compile properly regardless 2002-06-13 19:34:27 +00:00
NodeVisitor Added new osg::OccluderNode which subclasses from osg::Group, and will 2002-06-05 09:39:04 +00:00
Notify Checked in Macro Jez's additions to osgText to support .osg IO make it 2002-06-11 18:41:57 +00:00
Object Addd libraryName() method to osg::Object in preperation for the osgDB support 2002-06-06 13:25:36 +00:00
OccluderNode Added support for reading and writing OccluderNode's to the .osg file format. 2002-06-19 16:06:03 +00:00
Plane Clean ups for the Windows build. 2002-06-18 10:18:12 +00:00
Point Implemented most of the changes required for supporting multitexturing in 2002-07-09 09:35:42 +00:00
PolygonMode Addd libraryName() method to osg::Object in preperation for the osgDB support 2002-06-06 13:25:36 +00:00
PolygonOffset Implemented most of the changes required for supporting multitexturing in 2002-07-09 09:35:42 +00:00
Polytope Added support for occluders occluding other occluders, which helps reduce 2002-06-18 22:35:48 +00:00
PositionAttitudeTransform Addd libraryName() method to osg::Object in preperation for the osgDB support 2002-06-06 13:25:36 +00:00
Primitive Fixes for Win32 build 2002-07-11 11:36:25 +00:00
Projection Addd libraryName() method to osg::Object in preperation for the osgDB support 2002-06-06 13:25:36 +00:00
Quat Added default values in the constructors of Vec2,Vec3,Vec4 and Quat 2002-05-07 11:08:12 +00:00
ref_ptr Added conversion to osg::GeoSet::converToGeometry() utility to help the 2002-06-23 21:43:46 +00:00
Referenced Added a Referenced::unref_nodelete() method which unreferences but does 2002-03-20 14:03:30 +00:00
ShadeModel Implemented most of the changes required for supporting multitexturing in 2002-07-09 09:35:42 +00:00
ShadowVolumeOccluder Added support for occlusion of holes in occluders, and cleaned up the 2002-06-19 10:19:10 +00:00
State Fixes for Win32 build 2002-07-11 21:08:02 +00:00
StateAttribute Have added a #define USE_DEPRECATED_API to include/osg/Export, and 2002-07-12 14:25:10 +00:00
StateSet Implemented most of the changes required for supporting multitexturing in 2002-07-09 09:35:42 +00:00
Statistics Added osg::Drawable::PrimitiveFunctor and TriangleFunctor subclass for 2002-06-25 20:27:51 +00:00
Stencil Implemented most of the changes required for supporting multitexturing in 2002-07-09 09:35:42 +00:00
Switch Addd libraryName() method to osg::Object in preperation for the osgDB support 2002-06-06 13:25:36 +00:00
TexEnv Added blend color to osg::TexEnv 2002-07-12 10:30:27 +00:00
TexGen Implemented most of the changes required for supporting multitexturing in 2002-07-09 09:35:42 +00:00
TexMat Implemented most of the changes required for supporting multitexturing in 2002-07-09 09:35:42 +00:00
Texture Implemented most of the changes required for supporting multitexturing in 2002-07-09 09:35:42 +00:00
TextureCubeMap Work on supporting multitexturing in State/StateSet/StateAttribute/Geoemtry. 2002-07-07 14:40:41 +00:00
Timer Merge Randall's changes. 2002-06-13 18:27:14 +00:00
Transform Ported distribution across to use the new osg::MatrixTransform and osg::BlendFunc 2002-07-12 18:12:01 +00:00
Transparency Have added a #define USE_DEPRECATED_API to include/osg/Export, and 2002-07-12 14:25:10 +00:00
Types Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
Vec2 Added default values in the constructors of Vec2,Vec3,Vec4 and Quat 2002-05-07 11:08:12 +00:00
Vec3 Added default values in the constructors of Vec2,Vec3,Vec4 and Quat 2002-05-07 11:08:12 +00:00
Vec4 Further work on moving culling functionality from CullVisitor into CullingSet, 2002-06-04 15:21:24 +00:00
Version Fix for the Cygwin build related to the new FileUtils_Unix not using the 2002-04-24 08:50:03 +00:00
Viewport Implemented most of the changes required for supporting multitexturing in 2002-07-09 09:35:42 +00:00