Files
OpenSceneGraph/src/osgPlugins/osg
Robert Osfield 09f63eebbb Added support for reading a .osg style data from a file string when trailed by a .osgs extension i.e.
osgviewer "osgTerrain::Terrain { ElevationLayer { CartesianLocator 0 0 1000000 1000000 Image ps_height_512.tif } ColorLayer { CartesianLocator 0 0 1000000 1000000 Image ps_texture_1k.tif } }".osgs
2007-08-24 19:16:02 +00:00
..
2005-11-17 15:03:51 +00:00
2005-11-17 15:03:51 +00:00
2005-11-17 15:03:51 +00:00
2005-11-17 15:03:51 +00:00
2005-11-17 15:03:51 +00:00
2005-04-08 09:36:42 +00:00
2005-11-17 15:03:51 +00:00
2005-04-08 09:36:42 +00:00
2005-11-17 15:03:51 +00:00
2005-11-03 17:12:49 +00:00
2005-11-17 15:03:51 +00:00
2005-11-17 15:03:51 +00:00
2003-06-25 07:59:59 +00:00
2005-04-08 09:36:42 +00:00
2005-11-17 15:03:51 +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.