Go to file
Robert Osfield 10d139fc1f From Farshid Lashkari, "I've made some changes to the IVE loader which will add the capability
of saving image files inside the IVE file. Currently, only the raw
image data is saved into the file. If your model uses jpg images as
textures then this will cause your file size to increase.

I've added an option that will embed the original image file into the
IVE file. The IVE file will then attempt to read the image from
memory. Since most image loaders support reading from memory, this
shouldn't be a problem. To use this new feature the user must specify
the option "includeImageFileInIVEFile" when converting to IVE.

I tested this out on the "skydome.osg" model that comes with OSG.
Using the old method, the IVE file size would be 785 KB, with the new
method it is only 42 KB.

Also, I've added the support for TextureRectangle's to the IVE reader/writer."
2006-02-26 17:45:52 +00:00
applications From Gordon Tomlinson, spelling fixes. 2006-02-21 14:34:58 +00:00
bin Added .README to prevent CVS from deleting the empty bin directory when checking 2001-12-29 20:53:08 +00:00
dist Removed old RPM spec files. This shouldn't be in the repository as they 2004-12-04 23:59:16 +00:00
doc Started experimenting with sections and table of contents. 2005-11-16 16:35:56 +00:00
examples Added debugging code to help pick out instablilities in osgParticle. Debugging 2006-02-24 13:57:47 +00:00
include From Gordon Tomlinson, spelling fixes. 2006-02-23 12:41:05 +00:00
lib Removed osgPlugins from lib, which is now built on the fly 2003-03-12 20:10:43 +00:00
Make From Markus Trenkwalder, "when building debug libs in mingw the .dll.a files are not copied to 2006-02-20 15:25:09 +00:00
src From Farshid Lashkari, "I've made some changes to the IVE loader which will add the capability 2006-02-26 17:45:52 +00:00
VisualStudio From Farshid Lashkari, "I've made some changes to the IVE loader which will add the capability 2006-02-26 17:45:52 +00:00
AUTHORS.txt Added proper catch of Paul de Repentinguy name 2005-12-15 20:56:06 +00:00
ChangeLog Updated ChangeLog for 1.0 release. 2005-12-09 20:10:22 +00:00
GNUmakefile Added tagrules for 'make tag' convenience 2004-12-02 21:49:58 +00:00
INSTALL.txt Fixed reference to install instructions 2004-11-27 17:06:44 +00:00
LICENSE.txt Update of 5/27/03 backup with 6/20/03 tarball 2003-06-24 15:36:53 +00:00
NEWS.txt Updated NEWS and AUTHORS files for the release. 2005-12-09 20:17:11 +00:00
README.txt small change to test osg-cvs.... 2005-11-09 22:09:46 +00:00
runexamples.bat Added osgshaderterrain and osgparametric to runexamples.bat 2005-11-10 15:52:02 +00:00

Welcome to the OpenSceneGraph (OSG).

For up to date information on the project, how to compile and run libraries 
and examples, and see the documentation on the OpenSceneGraph website.

    http://www.openscenegraph.org
  

Robert Osfield. 
robert@openscenegraph.com
November 2005.