diff --git a/NEWS.txt b/NEWS.txt index 6f819ec65..f19246cb1 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,6 +1,25 @@ OSG News (most significant items from ChangeLog) ================================================ + New 3dc points data cloud loader. + + New dds iamge loader. + + New pnm image loader. + + Support for vertex attribute in osg::Geometry. + + TessellationHints now supported by ShapeDrawable. + + Supported added for auto scaling and rotating text + peformance improvements. + + New examples - osgtexturerectangle, osgslideshow, osgpoints, osgdemeter. + + New native binary format. + + Support added for Open Flight detail textures. + + 28th April 2003 - OpenSceneGraph-0.9.4-2 >>> Multi-threaded, multi-pipe support via integration with OpenProducer, diff --git a/VisualStudio/osgPlugins/flt/flt.dsp b/VisualStudio/osgPlugins/flt/flt.dsp index fe6c63578..856e4ad5b 100644 --- a/VisualStudio/osgPlugins/flt/flt.dsp +++ b/VisualStudio/osgPlugins/flt/flt.dsp @@ -269,6 +269,10 @@ SOURCE=..\..\..\src\osgPlugins\flt\VertexPoolRecords.cpp # PROP Default_Filter "h;hpp;hxx;hm;inl;" # Begin Source File +SOURCE=..\..\..\src\osgPlugins\flt\AttrData.h +# End Source File +# Begin Source File + SOURCE=..\..\..\src\osgPlugins\flt\BoundingVolumeRecords.h # End Source File # Begin Source File diff --git a/include/osgUtil/RenderBin b/include/osgUtil/RenderBin index bd3fab2ac..1f9fe069b 100644 --- a/include/osgUtil/RenderBin +++ b/include/osgUtil/RenderBin @@ -133,9 +133,6 @@ class OSGUTIL_EXPORT RenderBin : public osg::Object osg::ref_ptr _drawCallback; - typedef std::map< std::string, osg::ref_ptr > RenderBinPrototypeList; - static RenderBinPrototypeList s_renderBinPrototypeList; - protected: virtual ~RenderBin();