OpenSceneGraph/src/osgUtil
2017-09-22 11:46:02 +03:00
..
tristripper Added initializers 2016-06-23 17:10:18 +01:00
CMakeLists.txt From Jan Peciva, RayIntersector implementation 2013-10-03 08:45:57 +00:00
CubeMapGenerator.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
CullVisitor.cpp Fixed crash in handling of an osg::Callback attached to a Drawable as update callback. 2016-11-23 18:19:59 +00:00
DelaunayTriangulator.cpp Fixed erronous type changes and inappropriate vector copy vs vector reference usage 2016-06-23 17:28:40 +01:00
DisplayRequirementsVisitor.cpp Remove redundant handling of Geode in DisplayRequirementsVisitor 2017-02-03 17:42:21 +01:00
DrawElementTypeSimplifier.cpp add MDI support 2017-08-02 22:10:02 +02:00
EdgeCollector.cpp Clean up up osg::Geometry, removing long deprecated support for array indices and BIND_PER_PRIMITIVE binding that forced OpenGL slow paths. osg::Geometry is now smaller and only supports OpenGL fasts paths. 2013-06-18 11:18:28 +00:00
GLObjectsVisitor.cpp Remove seemingly redundant handling of Geode in GLObjectsVisitor 2017-02-03 18:10:37 +01:00
HalfWayMapGenerator.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
HighlightMapGenerator.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
IncrementalCompileOperation.cpp Fixed iterator comparison. 2017-08-18 08:11:57 +01:00
IntersectionVisitor.cpp Added NodeVisitor::INTERSECTION_VISITOR VisitorType 2014-07-31 18:29:31 +00:00
IntersectVisitor.cpp Removed redudent bool parameter from TriangleFunctor::operator(Vec3, Vec3, Vec3, bool) so it's now simply TriangleFunctor::operator(Vec3, Vec3, Vec3) as the bool was always false in recently OSG versions. 2017-05-11 15:25:10 +01:00
LineSegmentIntersector.cpp LineSegmentIntersector fixed: intersection ratio remaped to the range of LineSegment => correct order in multiset of intersections 2017-09-22 11:46:02 +03:00
MeshOptimizers.cpp Fix handling of in-scenegraph Drawables in MeshOptimizers 2017-02-03 17:48:18 +01:00
Optimizer.cpp Merge pull request #213 from marchelbling/bug/osg-fixes 2017-03-11 15:08:57 +00:00
PerlinNoise.cpp Fixed shadows warnings 2016-05-23 16:20:59 +01:00
PlaneIntersector.cpp misc. typo fixes 2017-08-15 12:23:49 -04:00
PolytopeIntersector.cpp osgUtil: PolytopeIntersector: don't increment primitive index until after adding intersection 2017-06-04 17:29:57 -04:00
PositionalStateContainer.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
PrintVisitor.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
RayIntersector.cpp Added guards against division by zero 2016-11-15 17:36:21 +00:00
RenderBin.cpp Removed unneccessary pointer check 2016-06-24 15:36:00 +01:00
RenderLeaf.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
RenderStage.cpp glClear should not be called with zero-mask in osgUtil::RenderStage::drawImplementation 2017-08-18 10:20:26 +03:00
ReversePrimitiveFunctor.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
SceneGraphBuilder.cpp From David Callu, warning fixes and removal of spaces at end of lines. 2013-06-28 12:00:43 +00:00
SceneView.cpp Added conditionals for GLES3, added correct gl headers for GLES3 on iOS and Android to GL.in 2017-03-20 18:33:08 +00:00
ShaderGen.cpp Improved support for stats, fonts and shadergen for GLES2, GLES3 and GL3 2017-03-20 14:07:14 +00:00
Simplifier.cpp Fixed potential memory leak 2016-06-02 15:43:31 +01:00
SmoothingVisitor.cpp Removed redudent bool parameter from TriangleFunctor::operator(Vec3, Vec3, Vec3, bool) so it's now simply TriangleFunctor::operator(Vec3, Vec3, Vec3) as the bool was always false in recently OSG versions. 2017-05-11 15:25:10 +01:00
StateGraph.cpp From Mikhail Izmestev, "Attached fix to avoid vector usage in StateGraph::prune and reduce heap allocations." 2014-06-25 10:45:18 +00:00
Statistics.cpp added some info about dynamic drawables and transparent bin to Statistics 2016-12-21 16:58:02 +01:00
TangentSpaceGenerator.cpp OsgUtil::TangentSpaceGenerator, merge tangent space for index array 2016-07-19 14:48:28 +02:00
Tessellator.cpp Added initializer 2016-06-23 17:08:04 +01:00
TransformAttributeFunctor.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
TransformCallback.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
TriStripVisitor.cpp Fix handling of in-scenegraph Drawables in SmoothingVisitor, TriStripVisitor and GraphicsCostEstimator 2017-02-03 17:55:55 +01:00
UpdateVisitor.cpp Added NodeVisitor::INTERSECTION_VISITOR VisitorType 2014-07-31 18:29:31 +00:00
Version.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00