Changeset 7748
- Timestamp:
- 12/24/07 16:32:15 (5 years ago)
- Location:
- OpenSceneGraph/trunk/src/osgPlugins/OpenFlight
- Files:
-
- 29 modified
-
AncillaryRecords.cpp (modified) (1 diff)
-
AttrData.cpp (modified) (1 diff)
-
AttrData.h (modified) (1 diff)
-
ControlRecords.cpp (modified) (1 diff)
-
DataInputStream.cpp (modified) (1 diff)
-
DataInputStream.h (modified) (1 diff)
-
Document.cpp (modified) (1 diff)
-
Document.h (modified) (1 diff)
-
GeometryRecords.cpp (modified) (1 diff)
-
LightPointRecords.cpp (modified) (1 diff)
-
PaletteRecords.cpp (modified) (1 diff)
-
Pools.cpp (modified) (1 diff)
-
Pools.h (modified) (1 diff)
-
PrimaryRecords.cpp (modified) (1 diff)
-
ReaderWriterATTR.cpp (modified) (1 diff)
-
ReaderWriterFLT.cpp (modified) (1 diff)
-
Record.cpp (modified) (1 diff)
-
Record.h (modified) (1 diff)
-
RecordInputStream.cpp (modified) (1 diff)
-
RecordInputStream.h (modified) (1 diff)
-
Registry.cpp (modified) (1 diff)
-
Registry.h (modified) (1 diff)
-
ReservedRecords.cpp (modified) (1 diff)
-
RoadRecords.cpp (modified) (1 diff)
-
Vertex.cpp (modified) (1 diff)
-
Vertex.h (modified) (1 diff)
-
VertexRecords.cpp (modified) (1 diff)
-
opcodes.h (modified) (1 diff)
-
types.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/AncillaryRecords.cpp
r6165 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 15 // OpenFlight® loader for OpenSceneGraph 3 16 // 4 // Copyright (C) 2005-200 6Brede Johansen17 // Copyright (C) 2005-2007 Brede Johansen 5 18 // 6 19 -
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/AttrData.cpp
r5585 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 15 // OpenFlight® loader for OpenSceneGraph 3 16 // 4 // Copyright (C) 2005-200 6Brede Johansen17 // Copyright (C) 2005-2007 Brede Johansen 5 18 // 6 19 -
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/AttrData.h
r6844 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 15 // OpenFlight® loader for OpenSceneGraph 3 16 // 4 // Copyright (C) 2005-200 6Brede Johansen17 // Copyright (C) 2005-2007 Brede Johansen 5 18 // 6 19 -
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/ControlRecords.cpp
r5375 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 15 // OpenFlight® loader for OpenSceneGraph 3 16 // 4 // Copyright (C) 2005-200 6Brede Johansen17 // Copyright (C) 2005-2007 Brede Johansen 5 18 // 6 19 -
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/DataInputStream.cpp
r7669 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 15 // OpenFlight® loader for OpenSceneGraph -
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/DataInputStream.h
r7669 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 15 // OpenFlight® loader for OpenSceneGraph -
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/Document.cpp
r6759 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 15 // OpenFlight® loader for OpenSceneGraph 3 16 // 4 // Copyright (C) 2005-200 6Brede Johansen17 // Copyright (C) 2005-2007 Brede Johansen 5 18 // 6 19 -
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/Document.h
r6759 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 15 // OpenFlight® loader for OpenSceneGraph 3 16 // 4 // Copyright (C) 2005-200 6Brede Johansen17 // Copyright (C) 2005-2007 Brede Johansen 5 18 // 6 19 -
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/GeometryRecords.cpp
r6165 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 15 // OpenFlight® loader for OpenSceneGraph 3 16 // 4 // Copyright (C) 2005-200 6Brede Johansen17 // Copyright (C) 2005-2007 Brede Johansen 5 18 // 6 19 -
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/LightPointRecords.cpp
r6759 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 15 // OpenFlight® loader for OpenSceneGraph 3 16 // 4 // Copyright (C) 2005-200 6Brede Johansen17 // Copyright (C) 2005-2007 Brede Johansen 5 18 // 6 19 -
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/PaletteRecords.cpp
r7669 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 15 // OpenFlight® loader for OpenSceneGraph 3 16 // 4 // Copyright (C) 2005-200 6Brede Johansen17 // Copyright (C) 2005-2007 Brede Johansen 5 18 // 6 19 -
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/Pools.cpp
r7075 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 15 // OpenFlight® loader for OpenSceneGraph 3 16 // 4 // Copyright (C) 2005-200 6Brede Johansen17 // Copyright (C) 2005-2007 Brede Johansen 5 18 // 6 19 -
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/Pools.h
r6759 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 15 // OpenFlight® loader for OpenSceneGraph 3 16 // 4 // Copyright (C) 2005-200 6Brede Johansen17 // Copyright (C) 2005-2007 Brede Johansen 5 18 // 6 19 -
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/PrimaryRecords.cpp
r6906 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 15 // OpenFlight® loader for OpenSceneGraph 3 16 // 4 // Copyright (C) 2005-200 6Brede Johansen17 // Copyright (C) 2005-2007 Brede Johansen 5 18 // 6 19 -
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/ReaderWriterATTR.cpp
r7076 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 15 // OpenFlight® loader for OpenSceneGraph 3 16 // 4 // Copyright (C) 2005-200 6Brede Johansen17 // Copyright (C) 2005-2007 Brede Johansen 5 18 // 6 19 -
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp
r7669 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 // OpenFlight loader for OpenSceneGraph15 // OpenFlight® loader for OpenSceneGraph 3 16 // 4 17 // Copyright (C) 2005-2007 Brede Johansen -
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/Record.cpp
r5375 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 15 // OpenFlight® loader for OpenSceneGraph 3 16 // 4 // Copyright (C) 2005-200 6Brede Johansen17 // Copyright (C) 2005-2007 Brede Johansen 5 18 // 6 19 -
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/Record.h
r5610 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 15 // OpenFlight® loader for OpenSceneGraph 3 16 // 4 // Copyright (C) 2005-200 6Brede Johansen17 // Copyright (C) 2005-2007 Brede Johansen 5 18 // 6 19 -
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/RecordInputStream.cpp
r7669 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 15 // OpenFlight® loader for OpenSceneGraph -
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/RecordInputStream.h
r7669 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 15 // OpenFlight® loader for OpenSceneGraph -
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/Registry.cpp
r5039 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 15 // OpenFlight® loader for OpenSceneGraph 3 16 // 4 // Copyright (C) 2005-200 6Brede Johansen17 // Copyright (C) 2005-2007 Brede Johansen 5 18 // 6 19 -
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/Registry.h
r5986 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 15 // OpenFlight® loader for OpenSceneGraph 3 16 // 4 // Copyright (C) 2005-200 6Brede Johansen17 // Copyright (C) 2005-2007 Brede Johansen 5 18 // 6 19 -
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/ReservedRecords.cpp
r5039 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 15 // OpenFlight® loader for OpenSceneGraph 3 16 // 4 // Copyright (C) 2005-200 6Brede Johansen17 // Copyright (C) 2005-2007 Brede Johansen 5 18 // 6 19 -
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/RoadRecords.cpp
r7617 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 15 // OpenFlight® loader for OpenSceneGraph 3 16 // 4 // Copyright (C) 2005-200 6Brede Johansen17 // Copyright (C) 2005-2007 Brede Johansen 5 18 // 6 19 -
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/Vertex.cpp
r5137 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 15 // OpenFlight® loader for OpenSceneGraph 3 16 // 4 // Copyright (C) 2005-200 6Brede Johansen17 // Copyright (C) 2005-2007 Brede Johansen 5 18 // 6 19 -
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/Vertex.h
r5137 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 15 // OpenFlight® loader for OpenSceneGraph 3 16 // 4 // Copyright (C) 2005-200 6Brede Johansen17 // Copyright (C) 2005-2007 Brede Johansen 5 18 // 6 19 -
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/VertexRecords.cpp
r7669 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 15 // OpenFlight® loader for OpenSceneGraph -
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/opcodes.h
r5039 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 15 // OpenFlight® loader for OpenSceneGraph 3 16 // 4 // Copyright (C) 2005-200 6Brede Johansen17 // Copyright (C) 2005-2007 Brede Johansen 5 18 // 6 19 -
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/types.h
r5039 r7748 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 * 3 * This library is open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * This library is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * OpenSceneGraph Public License for more details. 12 */ 13 1 14 // 2 15 // OpenFlight® loader for OpenSceneGraph 3 16 // 4 // Copyright (C) 2005-200 6Brede Johansen17 // Copyright (C) 2005-2007 Brede Johansen 5 18 // 6 19
