Commit Graph

57 Commits (OpenSceneGraph-3.6)

Author SHA1 Message Date
Robert Osfield 658fd4d19d Added support for reading and writing images
6 years ago
mp3butcher 385cfa0cbf fix examples context creation for X11
6 years ago
Jordi Torres 82f0a2d849 same values in || so one of them not needed
7 years ago
Robert Osfield b0285b0022 Added handling of return value
8 years ago
Robert Osfield e044fa0d70 Added handling of return value
8 years ago
Robert Osfield ae3ba28fee Fixes shadows warnings
8 years ago
Robert Osfield dd996a3289 Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods,
9 years ago
Robert Osfield 8b37ff25e7 From Laurens Voerman, "I crashed osgconv while compressing textures:
9 years ago
Robert Osfield 0a1db3d6fc From Jannik Heller, typo fixes
10 years ago
Robert Osfield abdb23e367 From Janik Heller, clean up of drawable/node usage
10 years ago
Robert Osfield 1674692840 From Laurens Voerman, "a minor patch for osgconv to make sure the helptext is printed if you run "osgconv -h" with OSG_NOTIFY_LEVEL set too low.
10 years ago
Robert Osfield 87add5f508 Replaced deprecated osg::Geometry::set*Binding() usage
11 years ago
Robert Osfield 9c7234ac2a From Ryan Pavlik, "Existing osgconv behavior is to transform the model bounding sphere center to the world origin before performing transformations specified on the command line, and translating back after rotation and scaling unless an alternate translation is specified. This patch adds a setting to the OrientationConverter class in osgconv to disable this extra transformation, which has the effect of applying specified transforms with respect to the input world coordinate system, rather than to the center of the bounding sphere. It also adds a command line argument "--use-world-frame" to enable this behavior. When this command line argument is not passed, behavior is unchanged from before the patch. The usage text has been updated to reflect this additional option, and the comments in OrientationConverter are also updated."
14 years ago
Robert Osfield 6bc1c27fe9 Fixed indentation
14 years ago
Robert Osfield 9ea9ac728f Fixed typo
14 years ago
Robert Osfield c8350e0428 From Magnus Kessler, "The standard width for the windows cmd and terminals on many Unix systems is
14 years ago
Robert Osfield 509980d515 From Magnus Kessler, "applications/osgconv: fix typo in tool options
14 years ago
Robert Osfield d17d7159a1 Ported osgUtil, osgDB, osgGA, NodeKits and plugins to compile against OpenGL ES 1.1 and OpenGL ES 2.0.
15 years ago
Robert Osfield 3171be0ff7 From Gustav Haapalahti and Robert Osfield,
16 years ago
Robert Osfield de8089653b From Philip Lowman, "Mainly removing comments like "This file is automatically generated" (glad that never happened!)"
16 years ago
Robert Osfield 9e4cbe9308 From Maciej Krol, "Small improvement in --compressed option of osgconv. For non IVE output files compressed images are written into directory of output file as DDS.
16 years ago
Robert Osfield 0d5194bfd4 From Paul Martz, "Typing "osgconv" alone displays the --help family of options, as it should, but it also displays info about --formats and --plugins, which seems out of place because no other options are mentioned here.
16 years ago
Robert Osfield 0d1656055c Moved PluginQuery from osgconv into osgDB
16 years ago
Robert Osfield 7cb4c46908 Added missing returns
16 years ago
Robert Osfield 53aad98d09 Improved the feedback for when a plugin isn't available.
16 years ago
Robert Osfield efd20ea643 Added --format extname and --plugin pluginname extensions, and improved formating
16 years ago
Robert Osfield f22c06acbe Added --plugins and --formats query support into osgconv to help with querying the
16 years ago
Robert Osfield 042c823278 Added initial cut at plugin query code
16 years ago
Robert Osfield 66ed3a919a From Bob Kuehne, "1) add simplifier command "--simplifier .5" to reduce complexity
17 years ago
Robert Osfield f4afa427a7 From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)."
17 years ago
Robert Osfield a59790ed6e Added osgViewerGetVersion() usage to force Windows to link osgViewer.
17 years ago
Robert Osfield 38d33c7685 From Paul Martz, "here's the osgDB::Registry changes to add Options to the read*File() interface. As we discussed, this preserves the old interface for backwards compatibility.
17 years ago
Robert Osfield 48f1291c7f Added dynamic_cast<GraphicsWindow> and extra doc commented just to force the
17 years ago
Robert Osfield dd628a9829 From Roger James, added GL_NORMALIZE mode to scaled models
17 years ago
Robert Osfield 69b778c2ad Corrected graphics context creation message
18 years ago
Robert Osfield 9e659c50f1 Added debug timing code
18 years ago
Robert Osfield 2e6ee4bb39 Removed old gmake and VisualStudio build files
18 years ago
Robert Osfield 6d7b5e7ebd From Eric Wing, pedantic warning fixes
18 years ago
Robert Osfield d9a94f7890 Moved the TARGET_NAME setting into the SETUP_APPLICATION/EXAMPLE macro
18 years ago
Robert Osfield da64127539 Ran dos2unix on CMakeLists.txt files.
18 years ago
Robert Osfield be3f61c49f From Luigi Calori, move to using local CMakeLists.txt files and explicit file lists.
18 years ago
Robert Osfield 8d918d951f Ported osgconv and osgdem across to osgViewer
18 years ago
Robert Osfield 530e9e08d4 Added better handling of writeNode operations that arn't successful.
18 years ago
Robert Osfield c1e047d549 Removed the usage of setenv to avoid portability issues.
18 years ago
Robert Osfield 72fc19d01f From Brede Johansen, patch to make osgconv.cpp compile on VC 2005.
18 years ago
Robert Osfield 8762f9a31e Added optional compilation of setenv code
18 years ago
Robert Osfield dd32e6425e Added StatsVisitor to include/osg/Statistics, and usage of it in osgUtil::Optimizer.
18 years ago
Robert Osfield fdd5831b83 Fixed crash on osgconv --compressed cow.osg cow.ive
19 years ago
Robert Osfield 4eb5b0d715 Added proper descriptions of examples in place of the copy and paste description.
19 years ago
Robert Osfield bd68294ed6 Added --help-env option.
19 years ago