OpenSceneGraph/include/osg
2014-11-21 10:44:01 +00:00
..
AlphaFunc
AnimationPath Refactored Callback system in osg::Node, osg::Drawable, osg::StateSet and osg::StateAttribute to use a new osg::Callback base class. 2014-06-05 16:26:13 +00:00
ApplicationUsage Moved the expansion of the key codes into ApplicationUsage so that help is only generated for non zero keycodes. 2012-12-05 10:13:51 +00:00
ArgumentParser Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Array From Pjotr Svetachov, "The binding of arrays is always set to BIND_UNDEFINED when using the array constructor because the binding parameter is ignored. Here is a fix." 2013-07-02 09:44:46 +00:00
ArrayDispatchers Removed unused methods 2013-06-26 12:59:40 +00:00
AudioStream
AutoTransform
Billboard
BlendColor
BlendEquation Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
BlendFunc
BoundingBox Fixed build when using of double BoundingBox/BoundingSphere 2014-04-07 15:04:34 +00:00
BoundingSphere Removed OSG_USE_BOUND and associated osg::Bound adapter class to avoid problems with BoundingBox::expandBy/expandByRadius() implementation choosing a null BoundingBox from 2014-06-02 16:20:39 +00:00
BoundsChecking Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
buffered_value Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
BufferIndexBinding
BufferObject From Laurens Voerman, "the current version of BufferObject causes a huge amount of warnings in Visual Studio 2012 like: 2013-06-28 14:08:36 +00:00
Callback Implemented osgUI::Validator, IntValidator and DoubleValidator classes that manage validation/specialization of LineEdit widgets to work with just integer or double values. 2014-08-05 18:32:45 +00:00
Camera Added a render order sort to the list of Cameras being tested by the *Viewer::generatePointerData(..) method to ensure that the highest Camera gets focus. 2014-06-27 15:30:56 +00:00
CameraView Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
ClampColor Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
ClearNode
ClipNode
ClipPlane Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
ClusterCullingCallback Replaced using NodeCallback::run with explict run() implementation. 2014-06-28 06:22:47 +00:00
CollectOccludersVisitor
ColorMask
ColorMatrix
ComputeBoundsVisitor
ConvexPlanarOccluder Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
ConvexPlanarPolygon
CoordinateSystemNode Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
CopyOp Refactored Callback system in osg::Node, osg::Drawable, osg::StateSet and osg::StateAttribute to use a new osg::Callback base class. 2014-06-05 16:26:13 +00:00
CullFace
CullingSet Further work on Bound class/Node::getBound() and Drawable::getBound() and usage in OSG codebase 2014-05-14 16:01:40 +00:00
CullSettings
CullStack From Laurens Voerman, "I have implemented and tested (on windows only) your suggestion for resetCullingMask(), it's far less intrusive than my previous submission. 2013-01-28 14:30:21 +00:00
DeleteHandler
Depth Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
DisplaySettings Added osg::SyncSwapBuffersCallback to include/osg/GraphicsContext and support for enabling it to include/osg/DisplaySettings, and to the Viewer/CompositeViewer::realize() methods. 2014-10-21 14:46:12 +00:00
Drawable
DrawPixels 2014-05-14 10:19:43 +00:00
Endian
Export
fast_back_stack Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Fog
FragmentProgram
FrameBufferObject From Aurelien Albert, "Here is the code to get access to OpenGL handle of an osg::FrameBufferObject" 2013-07-31 07:11:07 +00:00
FrameStamp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
FrontFace
Geode
Geometry Added Node::asDrawable() and Node::asGeometry() methods to provide a low cost way of casting a node to Drawable and Geoemtry. 2014-05-15 09:26:59 +00:00
GL2Extensions
GLBeginEndAdapter
GLExtensions
GLObjects Fixed typo 2012-08-22 16:39:47 +00:00
GLU Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
GraphicsContext Added osg::SyncSwapBuffersCallback to include/osg/GraphicsContext and support for enabling it to include/osg/DisplaySettings, and to the Viewer/CompositeViewer::realize() methods. 2014-10-21 14:46:12 +00:00
GraphicsCostEstimator
GraphicsThread
Group Changed the Node::ParentList to be a list of osg::Node rather than osg::Group, and added addChild, removeChild, replaceChild virtual method to Node to enable code 2014-05-13 08:43:07 +00:00
Hint Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Image
ImageSequence Added LOAD_AND_RETAIN_IN_UPDATE_TRAVERSAL and LOAD_AND_DISCARD_IN_UPDATE_TRAVERSAL ImageSequence::Mode's to allow for ImageSequence usage without using background paging threads, instead loading all the images on demand in the update traversal. 2013-01-18 16:21:17 +00:00
ImageStream
ImageUtils
io_utils
KdTree Revised KdTreeBuilder so that is used the new apply(osg::Geometry&) method rather than expanding an osg::Geode. 2014-06-26 14:16:11 +00:00
Light
LightModel Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
LightSource Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
LineSegment Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
LineStipple Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
LineWidth
LOD From Ulrich Hertlein, "Attached is a patch that introduces 'static_cast<unsigned int>' on some instances where 2013-05-14 16:12:21 +00:00
LogicOp
Material Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Math
Matrix
Matrixd Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Matrixf Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
MatrixTransform
MixinVector Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Multisample
Node From Glen Waldron, "Node: patch for remove*Callback() methods to resolve a crash" 2014-08-08 15:45:54 +00:00
NodeCallback Refactored Callback system in osg::Node, osg::Drawable, osg::StateSet and osg::StateAttribute to use a new osg::Callback base class. 2014-06-05 16:26:13 +00:00
NodeTrackerCallback Refactored Callback system in osg::Node, osg::Drawable, osg::StateSet and osg::StateAttribute to use a new osg::Callback base class. 2014-06-05 16:26:13 +00:00
NodeVisitor Added NodeVisitor::INTERSECTION_VISITOR VisitorType 2014-07-31 18:29:31 +00:00
Notify
Object
Observer
observer_ptr Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
ObserverNodePath Refactored Observer/ObserverNodePath and DatabasePager to improve their robustness. 2010-05-14 12:24:13 +00:00
OccluderNode
OcclusionQueryNode Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
OperationThread
PagedLOD From Ulrich Hertlein, "Attached is a patch that introduces 'static_cast<unsigned int>' on some instances where 2013-05-14 16:12:21 +00:00
PatchParameter
Plane
Point
PointSprite
PolygonMode Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
PolygonOffset
PolygonStipple
Polytope
PositionAttitudeTransform
PrimitiveRestartIndex From Aurelien Albert, Added support for glPrimitiveRestartIndex. 2013-06-28 13:43:46 +00:00
PrimitiveSet
Program From Aurelien Albert, "Recently I had to integrate a client OpenGL library with OSG. For textures and other StateAttribute I've done that by subclassing osg::StateAttribute and this works well. 2013-07-02 10:32:53 +00:00
Projection
ProxyNode From Magnus Kessler, typo and documentation fixes 2012-03-29 15:08:15 +00:00
Quat Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
ref_ptr Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Referenced Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
RenderInfo
SampleMaski
Scissor
ScriptEngine
Sequence
ShadeModel
Shader From Ulrich Hertlein, "Attached is a patch that introduces 'static_cast<unsigned int>' on some instances where 2013-05-14 16:12:21 +00:00
ShaderAttribute
ShaderComposer
ShadowVolumeOccluder Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Shape Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
ShapeDrawable 2014-05-14 10:19:43 +00:00
State
StateAttribute
StateAttributeCallback Refactored Callback system in osg::Node, osg::Drawable, osg::StateSet and osg::StateAttribute to use a new osg::Callback base class. 2014-06-05 16:26:13 +00:00
StateSet
Stats
Stencil From Magnus Kessler, "After a closer look at this particular issue, I used some grep and sed magic 2010-09-30 16:57:02 +00:00
StencilTwoSided
Switch
TemplatePrimitiveFunctor Fixed warnings 2009-01-07 10:32:59 +00:00
TexEnv
TexEnvCombine
TexEnvFilter
TexGen Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
TexGenNode Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
TexMat
Texture From Claus Steuer, "XCode 6, IOs 8.1 SDK Compile fix : There are some undefined texture formats when compiling osg for IOs 8.1 with XCode 6 and OpenGLES2 enabled." 2014-11-20 17:37:52 +00:00
Texture1D
Texture2D
Texture2DArray Added a getModeUsage() method that prevents any mode being automatically associated with these Texture types that are only usable using non fixed function pipeline. 2014-01-24 12:01:37 +00:00
Texture2DMultisample
Texture3D
TextureBuffer
TextureCubeMap Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
TextureRectangle
Timer Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
TransferFunction
Transform
TriangleFunctor Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
TriangleIndexFunctor
Types
Uniform
UserDataContainer
ValueObject
Vec2
Vec2b
Vec2d Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Vec2f Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Vec2i
Vec2s
Vec2ub From David Callu, "Added Vec3ub, Vec3us, Vec4us, Vec2ub and Vec2us classes" 2013-06-27 17:37:03 +00:00
Vec2ui
Vec2us From David Callu, "Added Vec3ub, Vec3us, Vec4us, Vec2ub and Vec2us classes" 2013-06-27 17:37:03 +00:00
Vec3 Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Vec3b Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Vec3d
Vec3f Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Vec3i
Vec3s Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Vec3ub From David Callu, "Added Vec3ub, Vec3us, Vec4us, Vec2ub and Vec2us classes" 2013-06-27 17:37:03 +00:00
Vec3ui
Vec3us From David Callu, "Added Vec3ub, Vec3us, Vec4us, Vec2ub and Vec2us classes" 2013-06-27 17:37:03 +00:00
Vec4 Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Vec4b
Vec4d Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Vec4f
Vec4i From Art Tevs, int and uint Vec classes 2013-06-03 11:38:20 +00:00
Vec4s Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Vec4ub Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Vec4ui
Vec4us
Version Added StateSet::RenderBinMode::PROTECTED_RENDERBIN_DETAILS and OVERRIDE_PROTECTED_RENDERBIN_DETAILS options. 2014-07-30 12:47:16 +00:00
VertexProgram
View Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Viewport Preperation for adding stereo support direclty into osgViewer. 2013-04-15 14:21:32 +00:00