[osg-submissions] missing oflt writer files
Bob Kuehne
rpk at blue-newt.com
Fri Mar 28 05:17:20 PDT 2008
hi robert,
please add:
src/osgPlugins/OpenFlight/DataOutputStream.cpp
src/osgPlugins/OpenFlight/expAncillaryRecords.cpp
src/osgPlugins/OpenFlight/LightSourcePaletteManager.cpp
src/osgPlugins/OpenFlight/MaterialPaletteManager.cpp
src/osgPlugins/OpenFlight/FltExportVisitor.h
src/osgPlugins/OpenFlight/FltWriteResult.h
src/osgPlugins/OpenFlight/TexturePaletteManager.h
src/osgPlugins/OpenFlight/VertexPaletteManager.h
src/osgPlugins/OpenFlight/Utils.h
to the repo from the patch paul sent. also, one other note:
there's a file already in that directory named 'opcodes.h', and in the
commit you just made, a new file 'Opcodes.h' was added. this causes
problems on certain case-insensitive filesystems (a common default
under os x among them, as well as some under windows and linux too),
since those two names are identical. and i've diffed the files - their
contents are identical too. so if you wouldn't mind removing the old
header, it would make things easier on a few platforms.
svn rm src/osgPlugins/OpenFlight/opcodes.h
(since all the headers reference 'Opcodes.h')
thanks very much!
bob
--
bob kuehne
founder and ceo - blue newt software
www.blue-newt.com 734/834-2696
More information about the osg-submissions
mailing list