- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/rot/ReaderWriterROT.cpp
r11931 r13041 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 2 * 3 * This application is open source and may be redistributed and/or modified 3 * This application is open source and may be redistributed and/or modified 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 … … 98 98 supportsExtension(EXTENSION_NAME,"Rotation pseudo loader"); 99 99 } 100 100 101 101 virtual const char* className() const { return "rotation pseudo-loader"; } 102 102
