OpenSceneGraph/src/osgPlugins/OpenFlight
2008-11-10 13:48:36 +00:00
..
AncillaryRecords.cpp Merged in comment split code from the old flt plugin so that FLT comments string with returns 2008-10-27 17:11:01 +00:00
AttrData.cpp From Paul Martz, "Here's the mods to the OpenFlight plugin to support FLT export. The ZIP file contains the new .cpp/h files as well as existing files that I modified. 2008-03-28 12:44:33 +00:00
AttrData.h From Paul Martz, "Here's the mods to the OpenFlight plugin to support FLT export. The ZIP file contains the new .cpp/h files as well as existing files that I modified. 2008-03-28 12:44:33 +00:00
CMakeLists.txt From Paul Martz, "Here's the mods to the OpenFlight plugin to support FLT export. The ZIP file contains the new .cpp/h files as well as existing files that I modified. 2008-03-28 12:44:33 +00:00
ControlRecords.cpp From Brede Johansen, "Here's a fix to the changes regarding the new dispose() function. The 2008-02-18 13:52:26 +00:00
DataInputStream.cpp Fom Brede Johansen, "I have added the OSGPL license to the OpenFlight source files" 2007-12-24 15:32:15 +00:00
DataInputStream.h From Paul Martz, "Here's the mods to the OpenFlight plugin to support FLT export. The ZIP file contains the new .cpp/h files as well as existing files that I modified. 2008-03-28 12:44:33 +00:00
DataOutputStream.cpp From Paul Martz,"Several misc changes, but the major fixes include: 2008-04-11 13:43:11 +00:00
DataOutputStream.h From Paul Martz,"Several misc changes, but the major fixes include: 2008-04-11 13:43:11 +00:00
Document.cpp From Joakim Simmonsson, fixed various spelling typos in comments 2008-07-11 17:41:50 +00:00
Document.h From Joakim Simmonsson, fixed various spelling typos in comments 2008-07-11 17:41:50 +00:00
expAncillaryRecords.cpp From Joakim Simmonsson, fixed various spelling typos in comments 2008-07-11 17:41:50 +00:00
expControlRecords.cpp From Paul Martz, "Here's the mods to the OpenFlight plugin to support FLT export. The ZIP file contains the new .cpp/h files as well as existing files that I modified. 2008-03-28 12:44:33 +00:00
expGeometryRecords.cpp From Joakim Simmonsson, fixed various spelling typos in comments 2008-07-11 17:41:50 +00:00
ExportOptions.cpp From John Argentieri, added missing _stripTextureFilePath( false ) initializer. 2008-09-18 13:18:12 +00:00
ExportOptions.h From Paul Martz, "Here's the mods to the OpenFlight plugin to support FLT export. The ZIP file contains the new .cpp/h files as well as existing files that I modified. 2008-03-28 12:44:33 +00:00
expPrimaryRecords.cpp From Katharina Plugge, "I found a bug in the OpenFlight-Plugin. When exporting to OpenFlight it could happen that palettes of an external reference like the texture palette are set wrong, because they are overwritten by parent settings (userData), which actually do not refer to palette entries respectively ParentPools (happens for example if a Transform is parent of a ProxyNode). The static cast from userData to ParentPools should therefore be a dynamic cast. 2008-10-27 15:26:53 +00:00
FltExportVisitor.cpp Fix to traversal of children of an LOD - based on a suggestion from Katharina Plugge. 2008-11-10 13:48:36 +00:00
FltExportVisitor.h Fix to traversal of children of an LOD - based on a suggestion from Katharina Plugge. 2008-11-10 13:48:36 +00:00
FltWriteResult.h From Colin McDonald, "I had to tighten a declaration in OpenFlight/FltWriteResult.h, as the Solaris SunStudio 11 compiler was being picky and wouldn't compile." 2008-05-26 21:04:47 +00:00
GeometryRecords.cpp #if'd out an premature StateSet optimization that was causing problems with datasets that mixed multi-texture coord geometry with single texture coord geometries in a single scene graph. 2008-10-21 15:51:56 +00:00
LightPointRecords.cpp From Brede Johansen, support for contiuation records. 2008-01-04 11:26:21 +00:00
LightSourcePaletteManager.cpp From Andy Skinner, build fix for Solaris 2008-03-31 14:00:42 +00:00
LightSourcePaletteManager.h From Paul Martz, "Here's the mods to the OpenFlight plugin to support FLT export. The ZIP file contains the new .cpp/h files as well as existing files that I modified. 2008-03-28 12:44:33 +00:00
MaterialPaletteManager.cpp From Rudolf Weidemann, "in the OpenFlight format materials can have editable names. 2008-06-19 14:35:18 +00:00
MaterialPaletteManager.h From Paul Martz,"Several misc changes, but the major fixes include: 2008-04-11 13:43:11 +00:00
Opcodes.h From Joakim Simmonson, 2008-07-11 17:46:30 +00:00
PaletteRecords.cpp From Joakim Simmonsson, fixed various spelling typos in comments 2008-07-11 17:41:50 +00:00
Pools.cpp Fom Brede Johansen, "I have added the OSGPL license to the OpenFlight source files" 2007-12-24 15:32:15 +00:00
Pools.h From Joakim Simmonsson, fixed various spelling typos in comments 2008-07-11 17:41:50 +00:00
PrimaryRecords.cpp From Joakim Simmonsson, fixed various spelling typos in comments 2008-07-11 17:41:50 +00:00
ReaderWriterATTR.cpp From Michael Platings, Converted std::fstream/ifstream/ofstream to osgDB::fstream/ifstream/ofstream and 2008-11-07 15:08:08 +00:00
ReaderWriterFLT.cpp From Michael Platings, Converted std::fstream/ifstream/ofstream to osgDB::fstream/ifstream/ofstream and 2008-11-07 15:08:08 +00:00
Record.cpp Moved the ~Record body into the .cpp to avoid a MipsPro compile error (due to a compiler bug) 2008-07-21 19:23:03 +00:00
Record.h Moved the ~Record body into the .cpp to avoid a MipsPro compile error (due to a compiler bug) 2008-07-21 19:23:03 +00:00
RecordInputStream.cpp From Joakim Simmonsson, fixed various spelling typos in comments 2008-07-11 17:41:50 +00:00
RecordInputStream.h Fom Brede Johansen, "I have added the OSGPL license to the OpenFlight source files" 2007-12-24 15:32:15 +00:00
Registry.cpp Fom Brede Johansen, "I have added the OSGPL license to the OpenFlight source files" 2007-12-24 15:32:15 +00:00
Registry.h From Paul Martz, "Here's the mods to the OpenFlight plugin to support FLT export. The ZIP file contains the new .cpp/h files as well as existing files that I modified. 2008-03-28 12:44:33 +00:00
ReservedRecords.cpp Fom Brede Johansen, "I have added the OSGPL license to the OpenFlight source files" 2007-12-24 15:32:15 +00:00
RoadRecords.cpp From Brede Johansen, support for contiuation records. 2008-01-04 11:26:21 +00:00
TexturePaletteManager.cpp From Paul Martz, "Here's the mods to the OpenFlight plugin to support FLT export. The ZIP file contains the new .cpp/h files as well as existing files that I modified. 2008-03-28 12:44:33 +00:00
TexturePaletteManager.h From Paul Martz, "Here's the mods to the OpenFlight plugin to support FLT export. The ZIP file contains the new .cpp/h files as well as existing files that I modified. 2008-03-28 12:44:33 +00:00
Types.h From Paul Martz, "Here's the mods to the OpenFlight plugin to support FLT export. The ZIP file contains the new .cpp/h files as well as existing files that I modified. 2008-03-28 12:44:33 +00:00
Utils.h From Paul Martz, "Here's the mods to the OpenFlight plugin to support FLT export. The ZIP file contains the new .cpp/h files as well as existing files that I modified. 2008-03-28 12:44:33 +00:00
Vertex.cpp Fom Brede Johansen, "I have added the OSGPL license to the OpenFlight source files" 2007-12-24 15:32:15 +00:00
Vertex.h Fom Brede Johansen, "I have added the OSGPL license to the OpenFlight source files" 2007-12-24 15:32:15 +00:00
VertexPaletteManager.cpp From Michael Platings, Converted std::fstream/ifstream/ofstream to osgDB::fstream/ifstream/ofstream and 2008-11-07 15:08:08 +00:00
VertexPaletteManager.h From Michael Platings, Converted std::fstream/ifstream/ofstream to osgDB::fstream/ifstream/ofstream and 2008-11-07 15:08:08 +00:00
VertexRecords.cpp From Joakim Simmonsson, fixed various spelling typos in comments 2008-07-11 17:41:50 +00:00