OpenSceneGraph/include/osg
2003-01-08 14:32:13 +00:00
..
AlphaFunc From Gideon May, fixes to remain const base type instances in headers. 2002-10-25 12:29:03 +00:00
AnimationPath Removed the dual inheritance from the AnimationPathCallback, moving the 2003-01-03 21:42:02 +00:00
Array Converted the instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +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 Converted the instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +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 From Tree, mods to help support the creation of Java bindings. 2002-12-06 09:44:11 +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 Converted the instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +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 Renamed all instance of AppCallback/AppVisitor to UpdateCallback/UpdateVisitor 2002-12-19 15:55:40 +00:00
DrawPixels Converted the instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +00:00
Export Converted the instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +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 Updated the Switch, Sequence and Group classes so that they all used a 2002-12-07 21:18:12 +00:00
Geometry Added new ARB vertex program state attribute and demo program, 2003-01-04 20:45:53 +00:00
GeoSet Converted the instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +00:00
GL Fixes for Cywin gcc3.x build in GL and Math headers. 2002-12-04 17:34:52 +00:00
GLExtensions Norman Vine's changes for gcc 3.2 under Cygwin, moving of SG_EXPORT to after 2002-12-05 12:43:08 +00:00
GLU Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Group Updated the Switch, Sequence and Group classes so that they all used a 2002-12-07 21:18:12 +00:00
Image Converted the instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +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 instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +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 Fixes for Cywin gcc3.x build in GL and Math headers. 2002-12-04 17:34:52 +00:00
Matrix Converted the instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +00:00
MatrixTransform Added a AnimationPathCallback which can update both a MatrixTransform and a 2003-01-02 20:10:04 +00:00
Node Renamed all instance of AppCallback/AppVisitor to UpdateCallback/UpdateVisitor 2002-12-19 15:55:40 +00:00
NodeCallback Added a AnimationPathCallback which can update both a MatrixTransform and a 2003-01-02 20:10:04 +00:00
NodeVisitor Added a AnimationPathCallback which can update both a MatrixTransform and a 2003-01-02 20:10:04 +00:00
Notify Norman Vine's changes for gcc 3.2 under Cygwin, moving of SG_EXPORT to after 2002-12-05 12:43:08 +00:00
Object Converted the instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +00:00
OccluderNode Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
Plane Moved the shadow creation code into a seperate CreateShadowedScene header and source, 2002-11-21 15:35:51 +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 a AnimationPathCallback which can update both a MatrixTransform and a 2003-01-02 20:10:04 +00:00
PrimitiveSet Converted the instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +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 Added a few more comments on the DeleteHandler. 2002-12-16 21:39:26 +00:00
Sequence Updated the Switch, Sequence and Group classes so that they all used a 2002-12-07 21:18:12 +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 Added support for reading and writing Sphere, Box, Cone, Cylinder and Grid shapes. 2003-01-08 14:32:13 +00:00
ShapeDrawable Converted the instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +00:00
State Added setting of the current texture unit into the applyTextureAttribute() method. 2002-12-09 21:03:02 +00:00
StateAttribute Added new ARB vertex program state attribute and demo program, 2003-01-04 20:45:53 +00:00
StateSet Converted the instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +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 Updated the Switch, Sequence and Group classes so that they all used a 2002-12-07 21:18:12 +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 Moved the shadow creation code into a seperate CreateShadowedScene header and source, 2002-11-21 15:35:51 +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 Update for ia64 2002-12-19 19:50:45 +00:00
Transform Made the callback class uses virtual inheritance of osg::Referenced to ensure 2002-12-03 17:20:31 +00:00
TriangleFunctor Moved TriangleFunctor from Drawable into its own header file. 2002-12-16 17:00:05 +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 Converted the instance of osgNew and osgDelete back to new and delete as part 2002-12-16 13:40:58 +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
VertexProgram Added new ARB vertex program state attribute and demo program, 2003-01-04 20:45:53 +00:00
Viewport Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00