OpenSceneGraph/src/osgUtil
2019-02-20 16:38:11 +00:00
..
shaders Updated ShaderGen shaders 2018-03-16 11:33:03 +00:00
CMakeLists.txt Automatically generate pkgconfig files instead of using manually maintained templates 2018-11-15 14:26:41 +08:00
CubeMapGenerator.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
CullVisitor.cpp Moved osg::clampProjectionMatrix() template from CullVisitor.cpp into include/osg/CullSettings to make it easier to implement custom clampProjectionMatrix callbacks 2018-06-25 20:03:50 +01: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 Fixed messages 2018-04-19 19:45:53 +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 Fix typos and spelling. 2018-04-20 18:18:22 +02:00
LineSegmentIntersector.cpp Replaced creation of a temporary Settings object on the heap with creation on the stack to improve performance 2018-06-27 11:07:53 +01:00
MeshOptimizers.cpp Added override for broken bindings 2019-02-20 16:38:11 +00:00
Optimizer.cpp Fix typos and spelling. 2018-04-20 18:18:22 +02: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 Renamed the counter used to enable traversal order sorting 2018-05-14 08:44:47 +01:00
RenderLeaf.cpp Added mapping of texture modes to #define's to inject into shaders where required 2017-03-23 17:42:33 +00:00
RenderStage.cpp Fixed warning of RenderLeaf's having multiple references in CullVisitor::createOrReuseRenderLeaf() but forcing a clean up of the StateGraph at the end of RenderStage::draw() 2018-05-23 14:42:28 +01:00
ReversePrimitiveFunctor.cpp Improved readaibility of text by removing redundent indirection. 2017-12-02 16:35:16 +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 Moved resizeGLObjects/releaseGLObjects out of Referenced to avoid multiple inheritance warnings 2019-01-12 11:28:25 +00:00
ShaderGen.cpp Removed the static osg::Program creation as it's not required 2018-03-15 16:50:47 +00:00
Simplifier.cpp Removed usage of the osgUtil::TriStripVisitor is it generates osg::Geometry that perform very poorly when using VBO and VAO's vs GL DisplayLists. 2018-04-20 11:42:31 +01:00
SmoothingVisitor.cpp Deprecated dirtyDisplayLists(), use established dirtyGLObjects() instead 2017-12-18 13:54:08 +00: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 Fixed missing initialization of B_ and N_ in constructor 2017-11-21 13:54:45 +01: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
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