Added option docs

This commit is contained in:
Robert Osfield 2008-07-25 09:46:05 +00:00
parent 7cb4c46908
commit 7c6aba874b

View File

@ -15,7 +15,11 @@
class ESRIShapeReaderWriter : public osgDB::ReaderWriter
{
public:
ESRIShapeReaderWriter() {}
ESRIShapeReaderWriter()
{
supportsExtension("shp","Geospatial Shape file format");
supportsOption("double","Read x,y,z data as double an stored as geometry in osg::Vec3dArray's.");
}
virtual const char* className() { return "ESRI Shape ReaderWriter"; }