OpenSceneGraph/include/osg
2006-10-02 13:11:32 +00:00
..
AlphaFunc Updated copyright years. 2006-07-18 15:21:48 +00:00
AnimationPath Updated copyright years. 2006-07-18 15:21:48 +00:00
ApplicationUsage Updated copyright years. 2006-07-18 15:21:48 +00:00
ArgumentParser Updated copyright years. 2006-07-18 15:21:48 +00:00
Array Updated copyright years. 2006-07-18 15:21:48 +00:00
AutoTransform Updated copyright years. 2006-07-18 15:21:48 +00:00
Billboard Updated copyright years. 2006-07-18 15:21:48 +00:00
BlendColor Introduced new osg::View, and osg::RenderInfo classes into the core OSG to help 2006-09-18 20:54:48 +00:00
BlendEquation Updated copyright years. 2006-07-18 15:21:48 +00:00
BlendFunc Updated copyright years. 2006-07-18 15:21:48 +00:00
BoundingBox Updated copyright years. 2006-07-18 15:21:48 +00:00
BoundingSphere Updated copyright years. 2006-07-18 15:21:48 +00:00
BoundsChecking Updated copyright years. 2006-07-18 15:21:48 +00:00
buffered_value Cleaned up per context buffers support 2006-07-26 15:29:26 +00:00
BufferObject From Farshid Lashkari, 2006-08-25 08:48:16 +00:00
CameraNode Introduced new osg::View, and osg::RenderInfo classes into the core OSG to help 2006-09-18 20:54:48 +00:00
CameraView Updated copyright years. 2006-07-18 15:21:48 +00:00
ClampColor Revised the osg::ClampColor API to allow vertex, fragment and read color clamping to 2006-09-12 09:26:42 +00:00
ClearNode Updated copyright years. 2006-07-18 15:21:48 +00:00
ClipNode Updated copyright years. 2006-07-18 15:21:48 +00:00
ClipPlane Updated copyright years. 2006-07-18 15:21:48 +00:00
ClusterCullingCallback Updated copyright years. 2006-07-18 15:21:48 +00:00
CollectOccludersVisitor Updated copyright years. 2006-07-18 15:21:48 +00:00
ColorMask Updated copyright years. 2006-07-18 15:21:48 +00:00
ColorMatrix Updated copyright years. 2006-07-18 15:21:48 +00:00
ConvexPlanarOccluder Updated copyright years. 2006-07-18 15:21:48 +00:00
ConvexPlanarPolygon Updated copyright years. 2006-07-18 15:21:48 +00:00
CoordinateSystemNode Updated copyright years. 2006-07-18 15:21:48 +00:00
CopyOp Updated copyright years. 2006-07-18 15:21:48 +00:00
CullFace Updated copyright years. 2006-07-18 15:21:48 +00:00
CullingSet Updated copyright years. 2006-07-18 15:21:48 +00:00
CullSettings Updated copyright years. 2006-07-18 15:21:48 +00:00
CullStack Updated copyright years. 2006-07-18 15:21:48 +00:00
Depth Updated copyright years. 2006-07-18 15:21:48 +00:00
DisplaySettings Cleaned up per context buffers support 2006-07-26 15:29:26 +00:00
Drawable Introduced new osg::View, and osg::RenderInfo classes into the core OSG to help 2006-09-18 20:54:48 +00:00
DrawPixels Updated copyright years. 2006-07-18 15:21:48 +00:00
Endian Simplified swap bytes code to make it more efficient. 2006-08-24 20:15:32 +00:00
Export Added Matrix*::getRotate()/setRotate(Quat), deprecating Matrix*::get(Quat&), Matrix*::set(Quat&) 2006-07-31 17:31:21 +00:00
fast_back_stack Updated copyright years. 2006-07-18 15:21:48 +00:00
Fog Updated copyright years. 2006-07-18 15:21:48 +00:00
FragmentProgram Updated copyright years. 2006-07-18 15:21:48 +00:00
FrameBufferObject Updated copyright years. 2006-07-18 15:21:48 +00:00
FrameStamp Updated copyright years. 2006-07-18 15:21:48 +00:00
FrontFace Updated copyright years. 2006-07-18 15:21:48 +00:00
Geode Updated copyright years. 2006-07-18 15:21:48 +00:00
Geometry Updated copyright years. 2006-07-18 15:21:48 +00:00
GL Updated copyright years. 2006-07-18 15:21:48 +00:00
GL2Extensions Updated copyright years. 2006-07-18 15:21:48 +00:00
GLExtensions Updated copyright years. 2006-07-18 15:21:48 +00:00
GLU From Daniel Trstenjak, build fixes for Hpux 11.11, Irix 6.5, Solaris 8 and Aix 2006-08-02 10:43:26 +00:00
GraphicsContext Updated copyright years. 2006-07-18 15:21:48 +00:00
GraphicsThread Updated copyright years. 2006-07-18 15:21:48 +00:00
Group Updated copyright years. 2006-07-18 15:21:48 +00:00
Image Added missing setDataType and setPacking functions 2006-08-25 15:49:29 +00:00
ImageStream Updated copyright years. 2006-07-18 15:21:48 +00:00
io_utils Updated copyright years. 2006-07-18 15:21:48 +00:00
Light Updated copyright years. 2006-07-18 15:21:48 +00:00
LightModel Updated copyright years. 2006-07-18 15:21:48 +00:00
LightSource Added missing copy _referenceFrame in copy constructor 2005-07-14 10:17:20 +00:00
LineSegment Renamed SG_LIBRARY and SG_EXPORT macro's to OSG_LIBRARY and OSG_EXPORT 2005-04-11 17:14:17 +00:00
LineStipple Convert tabs to spaces. 2005-11-17 17:44:48 +00:00
LineWidth Renamed SG_LIBRARY and SG_EXPORT macro's to OSG_LIBRARY and OSG_EXPORT 2005-04-11 17:14:17 +00:00
LOD Updated copyright years. 2006-07-18 15:21:48 +00:00
LogicOp Updated copyright years. 2006-07-18 15:21:48 +00:00
Material Renamed SG_LIBRARY and SG_EXPORT macro's to OSG_LIBRARY and OSG_EXPORT 2005-04-11 17:14:17 +00:00
Math From Edgar Ellis, "Changed return type of osg::equivalent methods from float/double to bool. 2006-10-02 13:11:32 +00:00
Matrix Updated copyright years. 2006-07-18 15:21:48 +00:00
Matrixd Added Matrix*::getRotate()/setRotate(Quat), deprecating Matrix*::get(Quat&), Matrix*::set(Quat&) 2006-07-31 17:31:21 +00:00
Matrixf Added Matrix*::getRotate()/setRotate(Quat), deprecating Matrix*::get(Quat&), Matrix*::set(Quat&) 2006-07-31 17:31:21 +00:00
MatrixTransform Updated copyright years. 2006-07-18 15:21:48 +00:00
Multisample Updated copyright years. 2006-07-18 15:21:48 +00:00
Node Updated copyright years. 2006-07-18 15:21:48 +00:00
NodeCallback Updated copyright years. 2006-07-18 15:21:48 +00:00
NodeTrackerCallback From Daniel Trstenjak, build fixes for Hpux 11.11, Irix 6.5, Solaris 8 and Aix 2006-08-02 10:43:26 +00:00
NodeVisitor Introduced new osg::View, and osg::RenderInfo classes into the core OSG to help 2006-09-18 20:54:48 +00:00
Notify Updated copyright years. 2006-07-18 15:21:48 +00:00
Object Updated copyright years. 2006-07-18 15:21:48 +00:00
observer_ptr Updated copyright years. 2006-07-18 15:21:48 +00:00
OccluderNode Updated copyright years. 2006-07-18 15:21:48 +00:00
PagedLOD Updated copyright years. 2006-07-18 15:21:48 +00:00
Plane Updated copyright years. 2006-07-18 15:21:48 +00:00
Point Updated copyright years. 2006-07-18 15:21:48 +00:00
PointSprite Updated copyright years. 2006-07-18 15:21:48 +00:00
PolygonMode Updated copyright years. 2006-07-18 15:21:48 +00:00
PolygonOffset Updated copyright years. 2006-07-18 15:21:48 +00:00
PolygonStipple Updated copyright years. 2006-07-18 15:21:48 +00:00
Polytope Updated copyright years. 2006-07-18 15:21:48 +00:00
PositionAttitudeTransform Updated copyright years. 2006-07-18 15:21:48 +00:00
PrimitiveSet Updated copyright years. 2006-07-18 15:21:48 +00:00
Program From Mike Weiblen, changes to internal help class in prep for array uniform support. 2006-03-28 16:08:32 +00:00
Projection Updated copyright years. 2006-07-18 15:21:48 +00:00
ProxyNode Updated copyright years. 2006-07-18 15:21:48 +00:00
Quat Updated copyright years. 2006-07-18 15:21:48 +00:00
ref_ptr Removed template methods that were break VS6.0 build. 2006-07-03 15:21:08 +00:00
Referenced Updated copyright years. 2006-07-18 15:21:48 +00:00
RenderInfo Introduced new osg::View, and osg::RenderInfo classes into the core OSG to help 2006-09-18 20:54:48 +00:00
Scissor Updated copyright years. 2006-07-18 15:21:48 +00:00
Sequence Updated copyright years. 2006-07-18 15:21:48 +00:00
ShadeModel Updated copyright years. 2006-07-18 15:21:48 +00:00
Shader Updated copyright years. 2006-07-18 15:21:48 +00:00
ShadowVolumeOccluder Updated copyright years. 2006-07-18 15:21:48 +00:00
Shape Updated copyright years. 2006-07-18 15:21:48 +00:00
ShapeDrawable Updated copyright years. 2006-07-18 15:21:48 +00:00
State Introduced new osg::View, and osg::RenderInfo classes into the core OSG to help 2006-09-18 20:54:48 +00:00
StateAttribute Introduced new osg::View, and osg::RenderInfo classes into the core OSG to help 2006-09-18 20:54:48 +00:00
StateSet From Farshid Lashkari, added function for querring whether a mode is a texture related mode or not. 2006-09-21 10:01:27 +00:00
Stencil Updated copyright years. 2006-07-18 15:21:48 +00:00
Switch Updated copyright years. 2006-07-18 15:21:48 +00:00
TexEnv Updated copyright years. 2006-07-18 15:21:48 +00:00
TexEnvCombine Updated copyright years. 2006-07-18 15:21:48 +00:00
TexEnvFilter Updated copyright years. 2006-07-18 15:21:48 +00:00
TexGen Updated copyright years. 2006-07-18 15:21:48 +00:00
TexGenNode Updated copyright years. 2006-07-18 15:21:48 +00:00
TexMat Added osg::TexMat::s/getScaleByTextureRectangleSize feature that allows 2006-09-04 12:46:49 +00:00
Texture Added const version of getReadPBuffer() 2006-08-25 14:54:54 +00:00
Texture1D Fixed RenderToTexture bug which occured when the viewport dimensions where 2006-08-03 15:57:39 +00:00
Texture2D Fixed RenderToTexture bug which occured when the viewport dimensions where 2006-08-03 15:57:39 +00:00
Texture3D Fixed RenderToTexture bug which occured when the viewport dimensions where 2006-08-03 15:57:39 +00:00
TextureCubeMap Fixed RenderToTexture bug which occured when the viewport dimensions where 2006-08-03 15:57:39 +00:00
TextureRectangle Fixed RenderToTexture bug which occured when the viewport dimensions where 2006-08-03 15:57:39 +00:00
Timer Updated copyright years. 2006-07-18 15:21:48 +00:00
Transform Updated copyright years. 2006-07-18 15:21:48 +00:00
TriangleFunctor Fixed the drawArrays() method checking of _drawArrayPtr 2006-09-12 15:21:41 +00:00
TriangleIndexFunctor Updated copyright years. 2006-07-18 15:21:48 +00:00
Uniform From Mike Weiblen, futher work on Uniform array support. 2006-05-16 21:00:45 +00:00
UnitTestFramework Updated copyright years. 2006-07-18 15:21:48 +00:00
Vec2 Updated copyright years. 2006-07-18 15:21:48 +00:00
Vec2b Updated copyright years. 2006-07-18 15:21:48 +00:00
Vec2d Updated copyright years. 2006-07-18 15:21:48 +00:00
Vec2f Updated copyright years. 2006-07-18 15:21:48 +00:00
Vec2s Updated copyright years. 2006-07-18 15:21:48 +00:00
Vec3 Updated copyright years. 2006-07-18 15:21:48 +00:00
Vec3b Updated copyright years. 2006-07-18 15:21:48 +00:00
Vec3d Updated copyright years. 2006-07-18 15:21:48 +00:00
Vec3f Updated copyright years. 2006-07-18 15:21:48 +00:00
Vec3s Updated copyright years. 2006-07-18 15:21:48 +00:00
Vec4 Updated copyright years. 2006-07-18 15:21:48 +00:00
Vec4b Updated copyright years. 2006-07-18 15:21:48 +00:00
Vec4d Updated copyright years. 2006-07-18 15:21:48 +00:00
Vec4f Updated copyright years. 2006-07-18 15:21:48 +00:00
Vec4s Updated copyright years. 2006-07-18 15:21:48 +00:00
Vec4ub Updated copyright years. 2006-07-18 15:21:48 +00:00
Version Updated Version number for 1.2 release 2006-08-31 20:55:46 +00:00
VertexProgram Updated copyright years. 2006-07-18 15:21:48 +00:00
View Introduced new osg::View, and osg::RenderInfo classes into the core OSG to help 2006-09-18 20:54:48 +00:00
Viewport Updated copyright years. 2006-07-18 15:21:48 +00:00