From Paul Martz,"Several misc changes, but the major fixes include:

* Support for Vec4ubArray for color data
 * Support for material transparency
 
Thanks to Neil Hughes, Jason Daly, yourself, and others for testing and reporting issues."
This commit is contained in:
Robert Osfield
2008-04-11 13:43:11 +00:00
parent 76e0198007
commit d0a2bf87f3
8 changed files with 267 additions and 105 deletions

View File

@@ -55,7 +55,6 @@ public:
void writeString( const std::string& val, int size, char fill='\0' );
void writeID( const std::string& val );
void writeColor32( const osg::Vec4f& val );
void writeVec2f( const osg::Vec2f& val );
void writeVec3f( const osg::Vec3f& val );
void writeVec4f( const osg::Vec4f& val );