Paul MARTZ
a24d91d1a9
Merge rev 8799, 8800 (cmake targets for wrappers and changelog) onto 2.6.1 branch.
2008-09-23 15:51:21 +00:00
Robert Osfield
b2db19e976
Updated wrappers
2008-08-05 10:31:05 +00:00
Robert Osfield
5cac386fa6
Renamed enums in osgWidget from ALLCAPITALS to normal OSG conventional of AllCapital
2008-07-25 20:50:42 +00:00
Robert Osfield
eed365aef4
Added PluginQuery function to wrappers
2008-07-25 20:49:17 +00:00
Robert Osfield
f4d74b66cf
Added OSGPL Copyright notices
2008-07-25 20:04:41 +00:00
Robert Osfield
65d5ef608d
Reverted back to using std::list<std::String>
2008-07-25 17:42:37 +00:00
Robert Osfield
d0890ab250
Updated wrappers, and further refined the ImageSequence API
2008-07-25 16:11:51 +00:00
Robert Osfield
c8d3e81e08
Updated wrappers
2008-07-24 12:48:25 +00:00
Robert Osfield
4fe8907748
Updated wrappers
2008-07-23 22:19:37 +00:00
Robert Osfield
820586a3d0
Added wrappers
2008-07-23 21:52:03 +00:00
Robert Osfield
ec13321bd7
Updated wrappers
2008-07-22 15:21:24 +00:00
Robert Osfield
19e3b1624d
Moved osgViewer::ScreenCaptureHandler's WindowCaptureCallback from head into .cpp
...
to clean up headers and avoid wrapper build issues.
Updated wrappers
2008-07-21 23:42:59 +00:00
Robert Osfield
041a06b89d
Further work on osg::ImageSequence/osgDB::ImagePager
2008-07-21 21:00:57 +00:00
Robert Osfield
6796b4f70d
Updated wrappers
2008-07-21 17:39:55 +00:00
Robert Osfield
acd7e65687
Added basic image sequencing
2008-07-21 17:28:22 +00:00
Robert Osfield
09e7bcdf4e
Added ImagePager first cut, and updated wrappers
2008-07-21 10:10:01 +00:00
Robert Osfield
43e2c5fadf
Updated wrappers
2008-07-17 14:13:13 +00:00
Robert Osfield
8751bdbc97
Updated wrappers
2008-07-17 12:26:42 +00:00
Robert Osfield
270a671c75
Updated wrappers
2008-07-16 13:29:35 +00:00
Robert Osfield
a8cb408213
Added osgWidget wrappers
2008-07-15 22:13:35 +00:00
Robert Osfield
0c3d119cea
Updated wrappers
2008-07-15 14:24:46 +00:00
Robert Osfield
59f6e0cdcf
Updated wrappers
2008-07-15 10:45:07 +00:00
Robert Osfield
8a6c25425e
Updated wrappers
2008-07-11 16:48:55 +00:00
Robert Osfield
29d66125e2
Updated wrappers
2008-07-09 19:43:02 +00:00
Robert Osfield
a00f94ac18
Updated wrappers
2008-07-09 12:37:59 +00:00
Robert Osfield
d05236bfb4
Implemented intial KdTree triangle intersection code, but without culling implemented
2008-07-07 13:21:37 +00:00
Robert Osfield
c4e8d6ee42
Changed the DatabasePager so that it bypasses the Registry::readNode() method and calls
...
readNodeImplementation() directly to avoid calling the KdTreeBuilder.
Updated wrappers.
2008-07-06 18:27:10 +00:00
Robert Osfield
a65b74d287
Updated wrappers
2008-07-02 10:00:09 +00:00
Robert Osfield
5e0169f664
Changed the Optimizer::StateVisitor so that it can individually decide whether
...
to optimize away duplicate state with dynamic, static and unspecified DataVarience. By default
the code now optimizes away duplicate state with either static and unspecied state, previously
it was just handling static state.
2008-06-29 12:22:50 +00:00
Robert Osfield
6d53566654
Updated wrappers
2008-06-26 19:21:54 +00:00
Robert Osfield
96a80666c9
Updated wrappers
2008-06-19 20:42:10 +00:00
Robert Osfield
4c9b3de4a1
Updated wrappers to fix OpenThreads::Atomic build issues.
2008-06-19 13:28:33 +00:00
Robert Osfield
174f9bbfe0
From Michael Platings and Robert Osfield, added support for controlling,
...
via StateSet::setNestedRenderBin(bool) whether the new RenderBin should be nested
with the existing RenderBin, or be nested with the enclosing RenderStage.
2008-06-19 11:09:20 +00:00
Robert Osfield
0abf539b60
Updated wrappers
2008-06-18 20:27:06 +00:00
Robert Osfield
0a0034aebb
Updated wrappers
2008-06-18 16:46:38 +00:00
Robert Osfield
b82e24b08d
Updated wrappers
2008-06-18 11:51:22 +00:00
Robert Osfield
7cfe00d3d9
Added overriding of CullSettings::inheritCullSettings() into osg::Camera to
...
properly inherit the clear colour.
2008-06-16 20:22:16 +00:00
Robert Osfield
fac838f791
Updated wrappers, authors and readme for 2.5.2 dev release
2008-06-06 19:57:56 +00:00
Robert Osfield
c57b288e54
Updated wrappers
2008-06-04 16:53:17 +00:00
Robert Osfield
f07d106366
Moved enum to public scope and rebuilt wrappers to fix wrapper build error
2008-05-29 13:54:59 +00:00
Robert Osfield
3ca777f31e
Updated wrappers
2008-05-28 14:37:50 +00:00
Robert Osfield
e68e474c90
Updated wrappers
2008-05-28 11:58:46 +00:00
Robert Osfield
526f8cd8dc
Updated wrappers
2008-05-27 15:42:40 +00:00
Robert Osfield
3d163c3412
Updated wrappers
2008-05-26 21:10:10 +00:00
Robert Osfield
7b003b24ea
Refactored DatabasePager and related classes to introduce support for
...
multi-threaded paging, where the Pager manages threads of reading local
and http files via seperate threads. This makes it possible to smoothly
browse large databases where parts of the data are locally cached while
others are on a remote server. Previously with this type of dataset
the pager would stall all paging while http requests were being served,
even when parts of the models are still loadable virtue of being in the
local cache.
Also as part of the refactoring the DatabaseRequest are now stored in the
ProxyNode/PagedLOD nodes to facilitate quite updating in the cull traversal,
with the new code avoiding mutex locks and searches. Previous on big
databases the overhead involved in make database requests could accumulate
to a point where it'd cause the cull traversal to break frame. The overhead
now is negligable.
Finally OSG_FILE_CACHE support has been moved from the curl plugin into
the DatabasePager. Eventually this functionality will be moved out into
osgDB for more general usage.
2008-05-21 21:09:45 +00:00
Robert Osfield
24fec21002
Updated wrappers
2008-05-14 20:22:01 +00:00
Robert Osfield
7e8e7587be
Update ChangeLog and wrappers for 2.5.0 dev release
2008-05-12 12:16:58 +00:00
Robert Osfield
0df8d414f4
Updated wrappers
2008-05-08 13:46:58 +00:00
Robert Osfield
fd6a812dd0
Updated wrappers
2008-05-07 14:32:39 +00:00
Robert Osfield
fffe558e9a
Updated wrappers
2008-04-22 11:41:03 +00:00