Robert Osfield
1efe363137
Updated AUTHORS file for 2.7.0 release
2008-08-18 12:39:18 +00:00
Robert Osfield
c49bd6e4eb
Merged from OpenSceneGraph-2.6 branch
2008-08-05 15:27:37 +00:00
Robert Osfield
abed295566
Updated ChangeLog and AUTHORS.txt file for relese candidate
2008-07-25 21:09:37 +00:00
Robert Osfield
0d1656055c
Moved PluginQuery from osgconv into osgDB
2008-07-25 10:18:36 +00:00
Robert Osfield
7cb4c46908
Added missing returns
2008-07-24 17:38:50 +00:00
Robert Osfield
53aad98d09
Improved the feedback for when a plugin isn't available.
2008-07-24 12:06:05 +00:00
Robert Osfield
efd20ea643
Added --format extname and --plugin pluginname extensions, and improved formating
2008-07-24 12:01:23 +00:00
Robert Osfield
cad2f6d4fc
From Jean-Sebastien Guay, "Changes attached so that the CaptureOperation is passed in the constructor of the ScreenCaptureHandler (default 0 = default CaptureOperation). This way, you can do:
...
viewer.addEventHandler(new osgViewer::ScreenCaptureHandler(
new osgViewer::WriteToFileCaptureOperation("filename", "jpg")));
and the filename will be what you want. The WriteToFileCaptureOperation will add the context ID and the file number (if in SEQUENTIAL_NUMBER mode) to the file name.
(The attached also clarifies some notify messages, and corrects the comment when adding the handler in osgviewer.cpp)
I also remembered, the current architecture could allow a different CaptureOperation for each context, but currently the API only allows setting one CaptureOperation for all contexts. This could be improved if need be.
"
2008-07-21 21:28:48 +00:00
Robert Osfield
7ec7b8d9cb
Added --login url username password http authentication option
2008-07-21 15:04:19 +00:00
Robert Osfield
46796978fd
From Jean-Sebastien Guay and Robert Osfiled, osgViewer::ScreenCaptureHandler for
...
taking screenshots
2008-07-17 16:12:39 +00:00
Robert Osfield
198ae2ba56
Updated version and AUTHORS.txt for 2.5.5 release
2008-07-17 14:25:04 +00:00
Robert Osfield
f22c06acbe
Added --plugins and --formats query support into osgconv to help with querying the
...
available plugins and the file formats/protocols they support
2008-07-14 20:22:38 +00:00
Robert Osfield
042c823278
Added initial cut at plugin query code
2008-07-14 08:48:49 +00:00
Robert Osfield
bbc98be4f9
Updated Authors for dev release
2008-07-12 16:11:14 +00:00
Robert Osfield
1a8017fecf
Updated authors and osgversion
2008-06-26 19:51:24 +00:00
Robert Osfield
840eab0109
Updated authors and version file for 2.5.1 dev release
2008-05-30 21:23:49 +00:00
Robert Osfield
5f443e75a9
Fixed lat/long ordering
2008-05-13 18:28:26 +00:00
Robert Osfield
e28ae8c7f3
Added support for -e level minX minY maxX maxY extents controls
2008-05-13 17:27:29 +00:00
Robert Osfield
0ed71961d4
Further work on computing of lat/long range of PagedLOD subgraphs
2008-05-13 12:36:39 +00:00
Robert Osfield
c81b02bca4
Added signal handling code, and prelimary lat/long computation
2008-05-12 16:59:04 +00:00
Robert Osfield
d2c5142ecc
Updated AUTHORS for 2.5.0 release
2008-05-12 12:16:14 +00:00
Robert Osfield
965c72f5bd
From Eric Sokolowski and Robert Osfield, moved command line option usage setup
...
from osgviewer example into osg::ArgumentParser and osgViewer::Viewer to make
them more universally available.
2008-05-12 10:55:55 +00:00
Robert Osfield
0dfba5dbe5
Added --file-cache command line option to compliment -c
2008-05-09 17:22:49 +00:00
Robert Osfield
b12069e14c
Initial cut of file cache population app
2008-05-09 17:08:31 +00:00
Robert Osfield
dc0355fc84
Updated ChangeLog and osgversion to catch Raymond de Vries name correctly
2008-05-08 15:14:13 +00:00
Robert Osfield
0f9431c8c6
Update AUTHORS file for 2.4 release
2008-04-25 13:10:05 +00:00
Robert Osfield
a802c4c40a
Updated AUTHORS file
2008-04-22 13:00:52 +00:00
Robert Osfield
37bea2727b
Updated authors
2008-04-22 10:10:24 +00:00
Robert Osfield
684920c46c
Fixed name
2008-04-22 09:43:55 +00:00
Robert Osfield
505a360f2c
Fixed J.P. Delports name
2008-04-11 14:33:24 +00:00
Robert Osfield
66ed3a919a
From Bob Kuehne, "1) add simplifier command "--simplifier .5" to reduce complexity
...
2) complementarily add a "--overallNormal" to replace
per-vert/per-facet normals with an overall. simplifier doesn't work
in certain cases without less complex normals. this gets that done.
3) add env var output with full verbose output so people realize it's
active when the app is run - i see this all the time in training where
people run osgconv, with unintended data transformations due to
osgUtil:;Optimzer, for example"
2008-04-11 10:16:38 +00:00
Robert Osfield
2a54ff3e4a
Introduced CMake build option for compiling double or float versions of osg::BoundingSphere and osg::BoundingBox.
...
Introduced code in BoundgingSphere, BoundingBox, ProxyNode and LOD to utilise the above settings.
Added Matrix::value_type, Plane::value_type, BoundingSphere::value_type and BoundingBox::value_type command line
options that report where the types of floats or doubles.
2008-04-03 18:36:50 +00:00
Robert Osfield
ad56c42208
Updated ChangeLog, osgversion and AUTHOR.txt for 2.3.7 dev release
2008-04-01 17:22:08 +00:00
Robert Osfield
6e8606416f
Updated version/author type fixes, authors, readme and changelog for 2.3.5 dev release
2008-03-14 11:53:44 +00:00
Robert Osfield
5f4e8d54af
Added commandline help options
2008-03-10 20:30:56 +00:00
Robert Osfield
ca513efc1d
Added LODScaleHandler
2008-02-28 20:02:43 +00:00
Robert Osfield
3e77fec6c9
Update AUTHORS list for release
2008-01-29 22:14:26 +00:00
Robert Osfield
5b9a04997d
From Rainer Oder, removed duplicate conditional
2008-01-28 20:27:33 +00:00
Robert Osfield
60f35e925f
Updated ChangeLog, Authors and readme for 2.3.3 release
2008-01-22 11:13:07 +00:00
Robert Osfield
c6f3183c6f
Updated AUTHORS file and osgversion for 2.3.2 release
2008-01-14 12:14:38 +00:00
Robert Osfield
e72f5c0996
Updated AUTHORS file for 2.3.1 release
2008-01-04 12:03:24 +00:00
Robert Osfield
8abeaa1272
Added return
2007-12-21 13:31:25 +00:00
Robert Osfield
da872bb279
Updated AUTHORS files
2007-12-17 21:52:29 +00:00
Robert Osfield
f4afa427a7
From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)."
2007-12-10 17:30:18 +00:00
Robert Osfield
a59790ed6e
Added osgViewerGetVersion() usage to force Windows to link osgViewer.
2007-12-10 16:14:21 +00:00
Robert Osfield
ce24d0c76f
Updated ChangeLog, NEWS and AUTHORS file for 2.1.15 release
2007-10-03 23:44:24 +00:00
Robert Osfield
8ae27117d3
From Andy Skinner, changes the library linkage to just include osg and OpenThreads
2007-10-02 20:45:44 +00:00
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.
...
osgconv also changed to use the new Registry::writeNode() interface. No other applications or examples were affected."
2007-09-30 19:53:02 +00:00
Robert Osfield
3a94dd7b25
Added --major/minor/path-number support
2007-09-25 12:34:01 +00:00
Robert Osfield
e091d65c91
Updated ChangeLog, AUTHORS and README for 2.1.11 release
2007-09-17 09:33:00 +00:00