OpenSceneGraph/include/osg
Robert Osfield 5fca8ea229 Moved Drawable across to using osg::buffered_value.
Added new osg::State::setInterleavedArray() method.

Added new osg::Group::setNode(uint,Node*) method.

Cleaned up and fixed the osg::Texture's handling of dirtyTextureParamters().
2002-11-19 10:56:59 +00:00
..
AlphaFunc From Gideon May, fixes to remain const base type instances in headers. 2002-10-25 12:29:03 +00:00
AnimationPath Added support for recording camera animation paths in osgGLUT::Viewer, and fixed 2002-11-06 10:24:33 +00:00
Array Fixes for Win32 build. 2002-09-28 07:43:04 +00:00
Billboard Fixed spelling mistake in comment. 2002-10-21 13:03:02 +00:00
BlendFunc Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
BoundingBox Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
BoundingSphere Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
BoundsChecking Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
buffered_value Added new buffered_value template class which encapsulates a std::vector but 2002-09-05 11:42:55 +00:00
Camera From Gideon May, fixes to remain const base type instances in headers. 2002-10-25 12:29:03 +00:00
ClearNode Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
ClipNode Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
ClipPlane From Gideon May, fixes to remain const base type instances in headers. 2002-10-25 12:29:03 +00:00
CollectOccludersVisitor Added LEFT_EYE and RIGHT_EYE stereo to osg::DisplaySettings/osgUtil::SceneView 2002-11-12 10:22:38 +00:00
ColorMask Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
ColorMatrix Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
ConvexPlanarOccluder Renamed the ConvexPlaner* classes to ConvexPlanar* and changed all the various 2002-08-29 11:02:01 +00:00
ConvexPlanarPolygon Renamed the ConvexPlaner* classes to ConvexPlanar* and changed all the various 2002-08-29 11:02:01 +00:00
CopyOp Added first cut of new primtive shapes support. 2002-10-30 13:27:15 +00:00
CullFace Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
CullingSet Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
CullStack Added LEFT_EYE and RIGHT_EYE stereo to osg::DisplaySettings/osgUtil::SceneView 2002-11-12 10:22:38 +00:00
Depth Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
DisplaySettings Added LEFT_EYE and RIGHT_EYE stereo to osg::DisplaySettings/osgUtil::SceneView 2002-11-12 10:22:38 +00:00
DOFTransform Changed the include of MatrixTransform to Transform. 2002-10-04 13:53:41 +00:00
Drawable Moved Drawable across to using osg::buffered_value. 2002-11-19 10:56:59 +00:00
DrawPixels Name change and const change of Drawable::drawImmediateMode(State&) to 2002-11-06 15:43:11 +00:00
Export Commented out the USE_DEPRECATED_API define. 2002-11-07 14:29:33 +00:00
fast_back_stack Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Fog Fixes to const paramter types. 2002-11-11 08:04:40 +00:00
FrameStamp Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
FrontFace From Gideon May, fixes to remain const base type instances in headers. 2002-10-25 12:29:03 +00:00
Geode Added setDrawable(uint,Drawable*) method. 2002-11-18 16:14:00 +00:00
Geometry Removed deprecated API 2002-11-08 14:03:44 +00:00
GeoSet Name change and const change of Drawable::drawImmediateMode(State&) to 2002-11-06 15:43:11 +00:00
GL From Marco, fix to include/GL to clean up warnigns in Windows builds. 2002-08-27 14:00:04 +00:00
GLExtensions Improvements to IndexedGeometry. 2002-09-27 17:47:47 +00:00
GLU Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Group Moved Drawable across to using osg::buffered_value. 2002-11-19 10:56:59 +00:00
Image Further work on multiple context extensions. 2002-09-16 20:58:05 +00:00
Impostor Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
ImpostorSprite Name change and const change of Drawable::drawImmediateMode(State&) to 2002-11-06 15:43:11 +00:00
Light Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
LightModel Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
LightSource Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
LineSegment Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
LineStipple Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
LineWidth Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
LOD Added extra convinience methods to LOD - addChild(child,min,max). 2002-10-07 21:23:37 +00:00
Material Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
Math Added #define DARWIN_OSX_PRE_10_2 and related #ifdef checks to cope with backwards compatiblity 2002-11-08 12:26:41 +00:00
Matrix Added support for recording camera animation paths in osgGLUT::Viewer, and fixed 2002-11-06 10:24:33 +00:00
MatrixTransform Added new osganimate demo which demonstrate the osg::AnimationPath in action. 2002-10-07 19:51:11 +00:00
MemoryManager Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
Node Fixed bug in osg::Node::isCullingActive(). 2002-11-11 08:52:24 +00:00
NodeCallback Fixes to NodeCallback and RenderBin from Alberto Barbati. 2002-07-28 12:49:01 +00:00
NodeVisitor Added LEFT_EYE and RIGHT_EYE stereo to osg::DisplaySettings/osgUtil::SceneView 2002-11-12 10:22:38 +00:00
Notify Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Object Fixes to const paramter types. 2002-11-11 08:04:40 +00:00
OccluderNode Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
Plane From Brede Johansen - Fixes to osg::Plane::valid and added a new set method. 2002-09-12 13:23:15 +00:00
Point Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
PolygonMode Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
PolygonOffset Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
PolygonStipple Added PolygonStipple class from Mike, with mods from Robert to make data 2002-09-19 10:30:15 +00:00
Polytope Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
PositionAttitudeTransform Added new osganimate demo which demonstrate the osg::AnimationPath in action. 2002-10-07 19:51:11 +00:00
PrimitiveSet Removed deprecated API 2002-11-08 14:03:44 +00:00
Projection Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Quat From Gideon May, fixes to remain const base type instances in headers. 2002-10-25 12:29:03 +00:00
ref_ptr Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
Referenced From Gideon, support for tracking the number of objects constructed and deleted, 2002-09-20 15:55:50 +00:00
Sequence Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
ShadeModel Fixes to const paramter types. 2002-11-11 08:04:40 +00:00
ShadowVolumeOccluder Renamed the ConvexPlaner* classes to ConvexPlanar* and changed all the various 2002-08-29 11:02:01 +00:00
Shape Fixes to const paramter types. 2002-11-11 08:04:40 +00:00
ShapeDrawable Name change and const change of Drawable::drawImmediateMode(State&) to 2002-11-06 15:43:11 +00:00
State Moved Drawable across to using osg::buffered_value. 2002-11-19 10:56:59 +00:00
StateAttribute Added PolygonStipple class from Mike, with mods from Robert to make data 2002-09-19 10:30:15 +00:00
StateSet Renamed osg::Primitive to osg::PrimitiveSet which better reflect what it 2002-09-20 14:51:59 +00:00
Statistics Added support for recording camera animation paths in osgGLUT::Viewer, and fixed 2002-11-06 10:24:33 +00:00
Stencil Fixes to const paramter types. 2002-11-11 08:04:40 +00:00
Switch Fixes to Switch so that it defaults to adding children switched on, and adds 2002-10-07 20:17:57 +00:00
TexEnv Fixes to const paramter types. 2002-11-11 08:04:40 +00:00
TexEnvCombine Moved the #define GL_DOT3_RGB_ARB's into their own #ifndef GL_ARB_texture_env_dot3 block. 2002-08-26 15:02:31 +00:00
TexGen Removal of more redundent const base types. 2002-10-30 12:58:26 +00:00
TexMat Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Texture Moved Drawable across to using osg::buffered_value. 2002-11-19 10:56:59 +00:00
Texture1D Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
Texture2D Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
Texture3D Further work on multiple context extensions. 2002-09-16 20:58:05 +00:00
TextureCubeMap Added missing osg::TextureCubeMap::getAssociatedMode(). 2002-10-07 11:06:37 +00:00
Timer Fixes for IRIX 32bit timmer on O2. From Tom Jolley. 2002-08-08 21:36:22 +00:00
Transform Added asGroup() and asTransform() methods to osg::Node to downcast nodes 2002-09-12 15:34:31 +00:00
Types Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
UByte4 Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
UnitTestFramework Added std:: infront of ends references. 2002-08-30 13:38:22 +00:00
Vec2 Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
Vec3 Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
Vec4 Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
Version Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Viewport Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00