Updated NEWS.

Added AttrData.h to flt.dsp

Removed redundent (and duplicate definition of RenderBinPrototypeList and its
associated static) from the RenderBin header.
This commit is contained in:
Robert Osfield
2003-06-25 10:30:46 +00:00
parent aca924113f
commit 8839cfe8cd
3 changed files with 23 additions and 3 deletions

View File

@@ -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,

View File

@@ -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

View File

@@ -133,9 +133,6 @@ class OSGUTIL_EXPORT RenderBin : public osg::Object
osg::ref_ptr<DrawCallback> _drawCallback;
typedef std::map< std::string, osg::ref_ptr<RenderBin> > RenderBinPrototypeList;
static RenderBinPrototypeList s_renderBinPrototypeList;
protected:
virtual ~RenderBin();