Files
OpenSceneGraph/src/osgPlugins/osg
Robert Osfield e693f148cb Made osg::Quat support either float or double internal representation, defaulting to double.
Generalised the osgDB::Field so that its getFloat() method can be used with either doubles or
floats governed by the type passed in - this helps support either float/double
Quat and Matrix classes seemlessly.
2003-09-29 13:35:02 +00:00
..
2003-04-09 11:45:41 +00:00
2003-06-27 14:33:37 +00:00
2003-06-25 07:59:59 +00:00

Notes
=====

The support in Image.cpp is also not full functional and should be rewritten 
in the future to support inline images.  Currently osg::Images are supported
via the osgDB::Registry::read/writeImage methods and plugins.

Robert Osfield,
March 2001.