- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/scale/ReaderWriterSCALE.cpp
r11931 r13041 4 4 * freely and without restriction, both in commercial and non commercial 5 5 * applications, as long as this copyright notice is maintained. 6 * 6 * 7 7 * This application is distributed in the hope that it will be useful, 8 8 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 101 101 supportsExtension(EXTENSION_NAME,"Scale Pseudo loader"); 102 102 } 103 103 104 104 virtual const char* className() const { return "scaling pseudo-loader"; } 105 105 … … 171 171 ss->setMode( GL_NORMALIZE, osg::StateAttribute::ON ); 172 172 #endif 173 173 174 174 return xform; 175 175 }
