.. |
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
|
Implemented StateGraph reuse in in scene graph Canera's RenderStage.
|
2018-05-23 14:30:31 +01:00 |
DelaunayTriangulator
|
Fix typos and spelling.
|
2018-04-23 11:03:37 +01:00 |
DisplayRequirementsVisitor
|
Remove redundant handling of Geode in DisplayRequirementsVisitor
|
2017-02-03 17:42:21 +01:00 |
DrawElementTypeSimplifier
|
fix nodevisitor construction
|
2017-08-21 18:33:56 +02: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
|
Added fine grained checking for GL errors in the GLObjectVisitor so that the OSG's default pre compile stage provides better feesback on any GL errors.
|
2017-12-06 09:51:57 +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
|
Fix typos and spelling.
|
2018-04-23 11:03:37 +01: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
|
Replaced osgUtil::IntersectVisitor usage with osgUtil::InteresectionVisitor
|
2018-04-20 14:32:34 +01:00 |
LineSegmentIntersector
|
From Jannik Heller, typo fixes
|
2015-04-07 18:01:12 +00:00 |
MeshOptimizers
|
fix variable name
|
2019-01-23 17:06:04 +01:00 |
OperationArrayFunctor
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
Optimizer
|
Fix MergeGeometryVisitor to work with a Group instead of Geode
|
2017-02-24 01:05:57 +01: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
|
Tidied up spacing
|
2017-05-25 08:56:53 +01: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
|
Introduced a local StateGraph hierarchy into CullVisitor::apply(osg::Camera&) and RenderBin to fixed RTT Camera bug where multiple RTT Camera end up with the rendering back end results assigned to them which occured when RTT Camera's share the same StateSet or null StateSet.
|
2018-05-18 10:00:10 +01:00 |
RenderLeaf
|
Fixed for crashes on exit associaciated with VAO usage and vairous niche usage cases
|
2019-01-08 19:32:50 +00:00 |
RenderStage
|
Add getPreRenderList getPostRenderList to RenderStage.
|
2020-01-21 11:00:25 +08: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
|
Fixed for crashes on exit associaciated with VAO usage and vairous niche usage cases
|
2019-01-08 19:32:50 +00:00 |
ShaderGen
|
Refactored osgUtil::ShaderGen to use #pragma(tic) shader composition.
|
2018-03-14 08:22:45 +00:00 |
Simplifier
|
Fix handling of in-scenegraph drawables in osgUtil::Simplifier
|
2017-02-03 17:35:40 +01:00 |
SmoothingVisitor
|
Fix handling of in-scenegraph Drawables in SmoothingVisitor, TriStripVisitor and GraphicsCostEstimator
|
2017-02-03 17:55:55 +01:00 |
StateGraph
|
Moved resizeGLObjects/releaseGLObjects out of Referenced to avoid multiple inheritance warnings
|
2019-01-12 11:27:18 +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
|
Fix typos and spelling.
|
2018-04-23 11:03:37 +01: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
|
Fix handling of in-scenegraph Drawables in SmoothingVisitor, TriStripVisitor and GraphicsCostEstimator
|
2017-02-03 17:55:55 +01:00 |
UpdateVisitor
|
Fix typos and spelling.
|
2018-04-23 11:03:37 +01:00 |
Version
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |