Improved the GLSL implementation.

This commit is contained in:
Robert Osfield
2008-08-26 17:40:04 +00:00
parent 4a5e9e1861
commit 9499cfa420
2 changed files with 110 additions and 52 deletions

View File

@@ -36,7 +36,7 @@ class ReaderWriterDICOM : public osgDB::ReaderWriter
supportsExtension("dic","dicom image format");
supportsExtension("dcm","dicom image format");
supportsExtension("dicom","dicom image format");
supportsExtension("*","dicom image format");
// supportsExtension("*","dicom image format");
}
template<typename T>