OpenSceneGraph/applications
Robert Osfield 8b37ff25e7 From Laurens Voerman, "I crashed osgconv while compressing textures:
osgconv --compressed-dxt1 cow.osg cow.ive

due to different handling of the extentions in osg 3.4 and up.

attached is a zip with the files:

OpenSceneGraph\applications\osgconv\osgconv.cpp



This file is valid for svn branch and stable3.4."



git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@15124 16af8721-9629-0410-8352-f15c8da7e697
2015-09-04 14:50:39 +00:00
..
osgarchive Added explict handling of osg::Image, osg::HeightField, osg::Shader and osg::Node when doing writes to the archive. 2012-11-22 09:49:24 +00:00
osgconv From Laurens Voerman, "I crashed osgconv while compressing textures: 2015-09-04 14:50:39 +00:00
osgfilecache Clean up up osg::Geometry, removing long deprecated support for array indices and BIND_PER_PRIMITIVE binding that forced OpenGL slow paths. osg::Geometry is now smaller and only supports OpenGL fasts paths. 2013-06-18 11:18:28 +00:00
osgversion Fixed AUTHORS file 2015-07-22 17:01:03 +00:00
osgviewer Removed --sync related code as it's now integrated into osg::DisplaySettings and osgViewer 2014-10-21 14:47:43 +00:00
present3D From Jannik Heller, typo fixes 2015-06-01 13:11:49 +00:00
CMakeLists.txt