Robert Osfield
06dafa487e
Added osgDB::ReaderWriter::Options class to the ReaderWriter base class, support
...
for settings options in osgDB::Registry, and added the paramter to all of the
reaader/writer plugins. The Options structure by default has an string attached
for packing basic options, however, it also can be subclassed to encapsulate
any users defined option data. In the later case both the client code *and*
the plugin need to be aware of subclass, the plugin will need to use
dynamic_cast<> to assertain its type.
2001-10-14 17:54:25 +00:00
Don BURNS
cb17e99420
Added include/osg/Math to Makefile TARGET_INCLUDE_FILES and fixed references
...
to _mat in ConvertToPerformer.cpp
2001-10-12 17:45:15 +00:00
Robert Osfield
a7f0cacc41
Fixed a crash when opening an erroneous test file (reopen.bmp).
2001-10-09 21:55:47 +00:00
Robert Osfield
68e63ef750
Merged updates to BMP plugin from Geoff Michel. Also modified a little of the
...
code to fix a crash under Linux, Robert Osfield
2001-10-09 11:58:13 +00:00
Robert Osfield
8df894924c
Fixed a recently introduced crash in the flt plugin which was happen when a
...
std::string was be be set with NULL char*. Also added support for stripping
the filename from its original path, inside the osgDB::findFile function.
2001-10-08 15:54:16 +00:00
Robert Osfield
c66557087d
Added support for using osgDB::fineFile into the .flt plugin.
2001-10-08 08:35:06 +00:00
Robert Osfield
2b85ce5c1c
Merged Geoff Michel's udpdates to bmp plugin, and fixed a double fclose bug
...
which was causing a seg fault under Linux.
2001-10-07 20:10:58 +00:00
Robert Osfield
3da57d6d22
Added a osg::DegreesToRadians() and osg::RadiansToDegrees() method to osg/Math,
...
updated the ReaderWriterBMP.cpp (mods sent in my Geoff Michel) and
moved the osgUtil::Statistics to osg::Statistics in preperation to adding it
to the the Drawable base class.
2001-10-06 20:29:42 +00:00
Robert Osfield
c56a1b8c31
Added bmp plugin files, bmp plguin written by Geoff Michel
2001-10-05 19:55:58 +00:00
Robert Osfield
df362da11b
Added bmp osgPlugin, written by Geoff Michel.
2001-10-05 10:39:27 +00:00
Robert Osfield
1ebddc2af7
Added missing EarthSky.cpp file to osg plguin.
2001-10-03 07:56:33 +00:00
Robert Osfield
430c8606e9
Added osg::EarthSky node to the core osg library, and added support for it into
...
osgUtil::SceneView, osg::CullVisitor, osgPlugin/osg and updated the hangglide
demo to use the new earth sky node.
2001-10-02 11:36:14 +00:00
Robert Osfield
2a9848ea95
*** empty log message ***
2001-09-27 16:34:41 +00:00
Don BURNS
7ae58df42a
Synch with 20010921
2001-09-22 02:42:08 +00:00
Don BURNS
b5eb0a1137
Removed Makedepend files
2001-09-20 00:59:26 +00:00
Don BURNS
77494207fb
Removed files.... synching witn 0.8.42
2001-09-19 21:51:06 +00:00
Don BURNS
bc739f47a9
And yet more clean up synch with 0.8.42
2001-09-19 21:41:52 +00:00
Don BURNS
7e81f6cfa6
More clean up for synch with 0.8.42
2001-09-19 21:19:47 +00:00
Don BURNS
e8f256a59d
Added a bunch of files synched with 0.8.42
2001-09-19 21:08:56 +00:00
Don BURNS
70208ebc06
Initial revision
2001-01-10 16:32:10 +00:00