Added an implemention of basic state sorting to the RenderBin, but have commented

out the sort operation as Peformance benifit is currently negligable, will need
to improve on the sort functor to see real benifits.
This commit is contained in:
Robert Osfield
2001-10-04 14:35:42 +00:00
parent c614c2f622
commit d5ed4e2305
2 changed files with 20 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ class OSGUTIL_EXPORT RenderBin : public osg::Object
void sort();
virtual void sort_local() {}
virtual void sort_local();
virtual void draw(osg::State& state,RenderLeaf*& previous);