OpenSceneGraph/include/osg
2002-08-24 21:11:07 +00:00
..
AlphaFunc Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
AnimationPath Futher improvements and fixes to osg::AnimationPath, and the osglight 2002-08-13 15:31:10 +00:00
Array Various fixes to the flt loader, and knock on changes to the osgUtil::Optimizer 2002-07-18 00:53:03 +00:00
Billboard Futher improvements and fixes to osg::AnimationPath, and the osglight 2002-08-13 15:31:10 +00:00
BlendFunc Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
BoundingBox Small bug fix to osg::BoundingBox::expandBy(x,y,z). 2002-07-19 15:49:43 +00:00
BoundingSphere Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
BoundsChecking Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Camera Fixed typo in comment. 2002-08-06 10:07:17 +00:00
ClearNode Added missing include/osg/ClearNode 2002-08-19 15:14:10 +00:00
ClipNode Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
ClipPlane Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
CollectOccludersVisitor Various fixes to constructors to ensure that all variables are initialized. 2002-07-20 23:54:55 +00:00
ColorMask Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
ColorMatrix Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
ConvexPlanerOccluder Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
ConvexPlanerPolygon Removed the rendundent variables in the ConvexPlanerPolygon as these were 2002-07-20 22:36:55 +00:00
CopyOp Added new osg::TextureBase, osg::Texture1D, osg::Texture2D, and osg::Texture3D 2002-08-24 19:39:39 +00:00
CullFace Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
CullingSet Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
CullStack Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Depth Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
DisplaySettings Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
DOFTransform Updates to DOFTransform so that its overrides the traverse() and compute*() methods 2002-08-12 13:42:43 +00:00
Drawable Updates NEWS file for 0.9.0 release. 2002-07-18 22:35:54 +00:00
DrawPixels Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
EarthSky Renamed the osg::EarthSky to osg::ClearNode to make it more obvious what 2002-08-19 11:42:37 +00:00
Export Commented out the #define USE_DEPRECATED_API. 2002-08-14 09:30:02 +00:00
fast_back_stack Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Fog A FogCoordinateSource set/get methods to osg::Fog which correspond to the 2002-08-20 10:08:04 +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 Various fixes to the flt loader, and knock on changes to the osgUtil::Optimizer 2002-07-18 00:53:03 +00:00
Geometry Supported added for secondary color & fog coords to osg::Geometry and osg::State. 2002-08-15 20:27:33 +00:00
GeoSet Rewrote the osg::Drawable::AttributeFunctor and PrimtiveFunctor to make 2002-07-18 15:36:14 +00:00
GL Clean up of include/osg/GL and include/osg/GLExtensions for better support of 2002-08-24 19:35:00 +00:00
GLExtensions Clean up of include/osg/GL and include/osg/GLExtensions for better support of 2002-08-24 19:35:00 +00:00
GLU Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Group Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Image Added Texuture::SubloadCallback example into the osgprerender demo to illustrate 2002-08-16 15:14:43 +00:00
Impostor Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
ImpostorSprite Added new osg::TextureBase, osg::Texture1D, osg::Texture2D, and osg::Texture3D 2002-08-24 19:39:39 +00:00
Light Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
LightModel Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
LightSource Changed the copy constructor of for _light mem var to use a dynamic_cast<StateAttribute*>. 2002-08-03 19:37:32 +00:00
LineSegment Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
LineStipple Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
LineWidth Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
LOD Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Material Converted the osg::Material::set/getShininess option to use the standard 2002-07-18 09:55:30 +00:00
Math Mods for HP-UX port. 2002-07-23 15:01:51 +00:00
Matrix Added DOFTransform, MatrixTransform and PositionAttitudeTransform to NodeVisitor. 2002-08-18 14:42:43 +00:00
MatrixTransform Added SG_EXPORT to PositionAttitudeTransform and MatrixTransform. 2002-08-14 20:56:04 +00:00
MemoryManager Various fixes to constructors to ensure that all variables are initialized. 2002-07-20 23:54:55 +00:00
Node Moved get/setUserData from osg::Node into its superclass osg::Object to 2002-07-18 19:41:52 +00:00
NodeCallback Fixes to NodeCallback and RenderBin from Alberto Barbati. 2002-07-28 12:49:01 +00:00
NodeVisitor Added calling of the LightSource and ClipNode as Group by the NodeVisitor and 2002-08-22 09:19:41 +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 Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Plane Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Point Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
PolygonMode Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
PolygonOffset Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Polytope Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
PositionAttitudeTransform Added SG_EXPORT to PositionAttitudeTransform and MatrixTransform. 2002-08-14 20:56:04 +00:00
Primitive Fixed typos, sent in by Warren Macchi. 2002-08-08 13:45:16 +00:00
Projection Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Quat Added DOFTransform, MatrixTransform and PositionAttitudeTransform to NodeVisitor. 2002-08-18 14:42:43 +00:00
ref_ptr Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Referenced Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Sequence Integrated Ulrich Hertlien's osg::Sequence node, and osgsequence demo, and 2002-08-03 18:11:21 +00:00
ShadeModel Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
ShadowVolumeOccluder Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
State Moved the include<osg/GLExtensions> from the State header into State.cpp, and 2002-08-20 22:43:42 +00:00
StateAttribute Added support to StateAttribute/State to support PROTECTED flag for modes and attributes 2002-08-05 12:40:24 +00:00
StateSet Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Statistics Rewrote osg:Statistics so that it is PrimitiveFunctor as is now completely 2002-07-18 14:20:01 +00:00
Stencil Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Switch Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
TexEnv Added support for the tex_env_add and tex_env_crossbar extensions. 2002-08-20 14:15:49 +00:00
TexEnvCombine Added support for the texture_env_dot3 extension. 2002-08-24 21:11:07 +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 Added new osg::TextureBase, osg::Texture1D, osg::Texture2D, and osg::Texture3D 2002-08-24 19:39:39 +00:00
Texture1D Added new osg::TextureBase, osg::Texture1D, osg::Texture2D, and osg::Texture3D 2002-08-24 19:39:39 +00:00
Texture2D Added new osg::TextureBase, osg::Texture1D, osg::Texture2D, and osg::Texture3D 2002-08-24 19:39:39 +00:00
Texture3D Added new osg::TextureBase, osg::Texture1D, osg::Texture2D, and osg::Texture3D 2002-08-24 19:39:39 +00:00
TextureBase Added new osg::TextureBase, osg::Texture1D, osg::Texture2D, and osg::Texture3D 2002-08-24 19:39:39 +00:00
TextureCubeMap Added new osg::TextureBase, osg::Texture1D, osg::Texture2D, and osg::Texture3D 2002-08-24 19:39:39 +00:00
Timer Fixes for IRIX 32bit timmer on O2. From Tom Jolley. 2002-08-08 21:36:22 +00:00
Transform Fixed the osg::Transform::coompute*() methods so the were using the _referenceFrame 2002-08-22 08:14:38 +00:00
Transparency Renamed the osg::EarthSky to osg::ClearNode to make it more obvious what 2002-08-19 11:42:37 +00:00
Types Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
UByte4 Fixed typo in #define of UBYTE4 2002-08-17 07:34:11 +00:00
Vec2 Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Vec3 Added DOFTransform, MatrixTransform and PositionAttitudeTransform to NodeVisitor. 2002-08-18 14:42:43 +00:00
Vec4 Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Version Updated docs and added osgGA 2002-07-16 20:07:32 +00:00
Viewport Updated docs and added osgGA 2002-07-16 20:07:32 +00:00