Added option docs
This commit is contained in:
parent
7cb4c46908
commit
7c6aba874b
@ -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"; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user