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:
19
NEWS.txt
19
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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user