.. |
ConvertVec
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
CubeMapGenerator
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
CullVisitor
|
Added using to quieten warning
|
2016-04-29 10:39:57 +01:00 |
DelaunayTriangulator
|
From Gill Peacegood, "fix for a memory leak in the DelaunayConstraint class"
|
2013-06-28 14:21:43 +00:00 |
DisplayRequirementsVisitor
|
Fixed usage of META_NodeVisitor so it doesn't include ""
|
2013-01-24 18:48:34 +00:00 |
DrawElementTypeSimplifier
|
Fixed usage of META_NodeVisitor so it doesn't include ""
|
2013-01-24 18:48:34 +00:00 |
EdgeCollector
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
Export
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
GLObjectsVisitor
|
Fixed usage of META_NodeVisitor so it doesn't include ""
|
2013-01-24 18:48:34 +00:00 |
HalfWayMapGenerator
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
HighlightMapGenerator
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
IncrementalCompileOperation
|
Introduced use of MarkerObject to IncrmentalCompileOperation/DatabasePager as a way of marking objects that have already been processed and compiled,
|
2014-11-06 10:40:54 +00:00 |
IntersectionVisitor
|
Added more osg::Object::as*() methods and usage of these through the code base to avoid use of dynamic_cast<> when using UpdateVisitor/CullVisitor/EventVIisitor etc.
|
2016-01-20 15:13:19 +00:00 |
IntersectVisitor
|
From Jannik Heller, typo fixes
|
2015-04-07 18:01:12 +00:00 |
LineSegmentIntersector
|
From Jannik Heller, typo fixes
|
2015-04-07 18:01:12 +00:00 |
MeshOptimizers
|
From Tim Moore, "The order_by_primitive_mode comparer was not providing a strict weak
|
2015-04-20 09:08:56 +00:00 |
OperationArrayFunctor
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
Optimizer
|
Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods,
|
2015-10-22 13:42:19 +00:00 |
PerlinNoise
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
PlaneIntersector
|
From Farshid Lashkari, "Another update. I added a LIMIT_NEAREST enum which implements your previous suggestion of rejecting bounding volumes further from the nearest existing intersection. I only implemented this for LineSegmentIntersector. I'd appreciate it if you could double check the math I added to LineSegmentIntersector::intersects() for checking if the bounding sphere is further away. The results of this are promising. I'm getting noticeable performance increase for line intersections with scenes containing many drawables.
|
2011-03-14 10:07:15 +00:00 |
PolytopeIntersector
|
From Leandro Motto Barros,
|
2012-02-08 10:06:58 +00:00 |
PositionalStateContainer
|
From Jannik Heller, typo fixes
|
2015-04-07 18:01:12 +00:00 |
PrintVisitor
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
RayIntersector
|
From Jannik Heller, typo fixes
|
2015-04-07 18:01:12 +00:00 |
ReflectionMapGenerator
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
RenderBin
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
RenderLeaf
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
RenderStage
|
Added Camera::dirtyAttachmentMap(), Camera::s/getAttachmentMapModified() value and usage of this in RenderStage as a new mechanism
|
2015-03-31 10:36:38 +00:00 |
ReversePrimitiveFunctor
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
SceneGraphBuilder
|
Typo fixes
|
2016-05-30 12:30:05 +01:00 |
SceneView
|
Refactored the way that FrameStamp is managed in osgViewer::Renderer to avoid thread conflicts
|
2015-09-25 10:09:27 +00:00 |
ShaderGen
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
Simplifier
|
Added Simplifier::requiresDownSampling()/requiresDownSamplingImplementation() to make it possible for the
|
2016-01-18 11:50:07 +00:00 |
SmoothingVisitor
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
StateGraph
|
From Mikhail Izmestev, "Attached fix to avoid vector reallocs on push_back in StateGraph::moveStateGraph."
|
2014-06-30 10:13:19 +00:00 |
Statistics
|
Fixed usage of META_NodeVisitor so it doesn't include ""
|
2013-01-24 18:48:34 +00:00 |
TangentSpaceGenerator
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
Tessellator
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
TransformAttributeFunctor
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
TransformCallback
|
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 |
TriStripVisitor
|
From Jannik Heller, typo fixes
|
2015-04-07 18:01:12 +00:00 |
UpdateVisitor
|
Added more osg::Object::as*() methods and usage of these through the code base to avoid use of dynamic_cast<> when using UpdateVisitor/CullVisitor/EventVIisitor etc.
|
2016-01-20 15:13:19 +00:00 |
Version
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |