OpenSceneGraph/include/osg
2002-10-21 13:03:02 +00:00
..
AlphaFunc Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
AnimationPath Fixed the names of the ControlPoint parameters so they weren't capitals, to avoid 2002-10-10 14:58:44 +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 Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +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 Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
CollectOccludersVisitor Converted osg::LOD from used n+1 successive ranges to n min/max ranges, 2002-10-06 20:33:13 +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 Renamed osg::Primitive to osg::PrimitiveSet which better reflect what it 2002-09-20 14:51:59 +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 Converted osg::LOD from used n+1 successive ranges to n min/max ranges, 2002-10-06 20:33:13 +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 support for setting the fusion distance directly in SceneView, defaults 2002-09-04 10:49:17 +00:00
DOFTransform Changed the include of MatrixTransform to Transform. 2002-10-04 13:53:41 +00:00
Drawable Removed inappropriate inline keyword from getOrCreateStateSet(). 2002-09-30 18:12:54 +00:00
DrawPixels Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
Export Added back in the old osg::Geometry::addPrimitive(..) methods for backwards 2002-10-02 13:16:39 +00:00
fast_back_stack Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Fog Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
FrameStamp Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
FrontFace Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Geode Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
Geometry Added back in the old osg::Geometry::addPrimitive(..) methods for backwards 2002-10-02 13:16:39 +00:00
GeoSet Moved the new osg::IndexedGeometry class over the top of the the existing 2002-10-02 13:12:16 +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 Converted osg::LOD from used n+1 successive ranges to n min/max ranges, 2002-10-06 20:33:13 +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 Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +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 From Pavel Moloshtan, fixes for Mingw32 build. 2002-09-12 20:30:41 +00:00
Matrix Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +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 Added asGroup() and asTransform() methods to osg::Node to downcast nodes 2002-09-12 15:34:31 +00:00
NodeCallback Fixes to NodeCallback and RenderBin from Alberto Barbati. 2002-07-28 12:49:01 +00:00
NodeVisitor Converted osg::LOD from used n+1 successive ranges to n min/max ranges, 2002-10-06 20:33:13 +00:00
Notify Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Object Moved get/setUserData from osg::Node into its superclass osg::Object to 2002-07-18 19:41:52 +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 Fixes to smoothing visitor and tesselator to handle indexed Geometry. 2002-10-09 15:43:56 +00:00
Projection Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Quat Fixed some inconsistencies between header files and function definitions 2002-10-08 05:41:19 +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 Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
ShadowVolumeOccluder Renamed the ConvexPlaner* classes to ConvexPlanar* and changed all the various 2002-08-29 11:02:01 +00:00
State Fixed error in #ifdef GL_SECONDARY_COLOR... 2002-10-17 10:04:11 +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 Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
Stencil Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +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 Added support for the tex_env_add and tex_env_crossbar extensions. 2002-08-20 14:15:49 +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 Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
TexMat Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Texture Further work on multiple context extensions. 2002-09-16 20:58:05 +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