Robert Osfield
49455959ec
Merged from OSG-2.8 branch the suppression of the wrapping of the ScopeLock<Mutext>
2009-02-09 22:12:30 +00:00
Robert Osfield
0adcfda07a
Merged from OSG-2.8 branch changes to the use of ReadWriteMutex to Mutex in osgParticle::ParticleSystem.
...
svn command:
svn merge -r 9725:9726 http://www.openscenegraph.org/svn/osg/OpenSceneGraph/branches/OpenSceneGraph-2.8
2009-02-09 21:38:06 +00:00
Robert Osfield
3153c30930
Updated wrappers
2009-02-09 10:00:06 +00:00
Robert Osfield
c1fa3e0f6c
Form Paul Melis, spelling fixes
2009-02-04 13:51:12 +00:00
Robert Osfield
3c6b26c970
Fixed the constness of osg::Image* pointer
2009-02-04 11:35:24 +00:00
Robert Osfield
5aeca01828
Updated wrappers
2009-02-02 20:42:33 +00:00
Robert Osfield
2d55740b3e
Refactored osg::TransferFunction1D to use an std::map internally which is kept in sync with the actual osg::Image that is passed to the GPU.
...
Added .osg support for osg::TransferFunction1D.
Updated wrappers
2009-02-02 14:43:27 +00:00
Robert Osfield
1dd7f10e19
Updated wrappers
2009-01-30 11:40:19 +00:00
Robert Osfield
4004b37ee8
Updated wrappers
2009-01-28 15:23:18 +00:00
Robert Osfield
29157f24d9
Refactored the view stats.
2009-01-27 13:23:20 +00:00
Robert Osfield
69f9377093
Fixed effective leak in Program::PerContextProgram caused by previously osg::State keeping a set of std::ref_ptr<Program::PerContextProgram> without ever pruning this list.
...
The fix was to convert the osg::State to use C pointers for the set of applied PerContexProgram objects, and use the osg::Oberver mechanism to avoid dangling pointers for being maintained in osg::State.
2009-01-26 15:16:24 +00:00
Robert Osfield
f623f6e83f
Updated wrappers
2009-01-26 10:52:16 +00:00
Robert Osfield
2e7ef9ed62
Updated wrappers
2009-01-21 19:28:46 +00:00
Robert Osfield
a6284b0e03
Renamed ShaderTechnique to RayTracedTechnique
2009-01-21 14:27:58 +00:00
Robert Osfield
1c88753551
Introduced the ability to switch between different visual properties in osgVolume
2009-01-21 11:46:03 +00:00
Robert Osfield
f23f2c351f
Updated wrappers
2009-01-20 17:53:06 +00:00
Robert Osfield
069d86ae8b
Updated wrappers
2009-01-17 16:00:39 +00:00
Robert Osfield
3be239bdb2
Removal of rendundant characters from Camera and Camera.cpp.
...
Updated wrappers
2009-01-15 10:44:52 +00:00
Robert Osfield
d87ec7cb18
Introduced osgVolume::Property, CompositePropery and TransferFunctionPropety classes
2009-01-14 15:16:29 +00:00
Robert Osfield
458993fa88
Moved osgVolume::ImageUtils to osg::ImageUtils, updated wrappers, and started moving osgvolume example across to create osgVolume subgraphs
2009-01-09 15:19:25 +00:00
Robert Osfield
8418e3cb40
Removed inappropriate file
2009-01-08 11:18:54 +00:00
Robert Osfield
536384457a
Updated wrappers
2009-01-07 13:16:38 +00:00
Robert Osfield
5a6a3f1edd
Updated wrappers
2009-01-06 15:41:29 +00:00
Robert Osfield
1a600c1178
Updated wrappers
2009-01-05 12:21:58 +00:00
Robert Osfield
f4c26f9cc8
Changed VolumeTile::setImage(Image*) to setImage(uint i, Image*) to allow multiple images to be attached to single tile
2008-12-21 20:42:29 +00:00
Robert Osfield
adb7a49c10
Renamed osgVolume::Brick to osgVolume::VolumeTile
2008-12-20 20:55:21 +00:00
Robert Osfield
2cc53e2256
Moved main setSceneData methods in osgViewer::View::setSceneData()
2008-12-19 17:50:58 +00:00
Robert Osfield
de53ed75f4
Updated wrappers
2008-12-19 17:15:56 +00:00
Robert Osfield
0ea6cdeb96
Added ClipNode::set/getReferenceFrame();
2008-12-19 15:29:59 +00:00
Robert Osfield
75bd8e9a1e
Updated wrappers
2008-12-19 11:36:26 +00:00
Robert Osfield
4c6511fd50
Updated wrappers
2008-12-19 10:20:23 +00:00
Robert Osfield
e7d8a2cfe6
Updated wrappers
2008-12-16 21:16:06 +00:00
Robert Osfield
6458db7765
Updated wrappers
2008-12-16 15:58:42 +00:00
Robert Osfield
4c32c577d5
From Mathias Helsing, "Cpack support submission with:
...
Better package naming. example
openscenegraph-core-2.7.7-Linux-i386.tar.gz on my ubuntu laptop and
openscenegraph-core.2.7.7-win32-x86-vc80.tar.gz on winxp.
CMakers will not get options for selecting compression format. TGZ
goes for all platforms (on win32 I use 7zip)
The wrappers is now given the COMPONENT name
libopenscenegraph-wrappers. Feel free to change the name.
On windows with visual studio the OsgCPack script make some efforts to
discover the compiler used but support is a bit poor so I've given
CMake acces to OSG_CPACK_COMPILER to provide some mean to name the
compiler.
stop
The platform part is taken from CMAKE_SYSTEM_NAME and for windows I
change this to win32 or win64 based on CMAKE_CL_64. This might not be
necessary if the arch part has that information. This information is
taken from CMAKE_SYSTEM_PROCESSOR. I only have 32bit here so if some
of you could uncomment line 15,16 in OsgCPack.cmake and report what
cmake report it would be nice. I'm especially interested anything but
win32 and linux32"
2008-12-15 14:07:29 +00:00
Robert Osfield
7d719d998e
Removed buildMipmaps method that had no implementation.
2008-12-15 12:16:31 +00:00
Robert Osfield
6b5a1ac2da
Updated wrappers
2008-12-12 14:16:11 +00:00
Robert Osfield
388531e834
Updated wrappers
2008-12-12 10:20:05 +00:00
Robert Osfield
4896fe6e05
From Mattias Helsing, "When building osg static on Windows the _declspec's wasn't escaped for
...
applications, examples or wrappers. Attached are the CMakeLists I had
to change to make these compile.
"
2008-12-11 17:00:40 +00:00
Robert Osfield
1ff5d3c53d
Fixed wrappers
2008-12-01 15:46:50 +00:00
Robert Osfield
d6845c4c7d
Updated wrappers
2008-12-01 13:47:48 +00:00
Robert Osfield
16bae8830e
Updated wrappers
2008-11-28 14:35:47 +00:00
Robert Osfield
c470752182
Updated wrappers
2008-11-26 16:40:01 +00:00
Robert Osfield
98c197edad
added workaround of compile issues with templated version of BoundingBox
2008-11-26 16:00:27 +00:00
Robert Osfield
b813d1b31b
Updated wrappers
2008-11-26 13:18:54 +00:00
Robert Osfield
b147a22af1
From BjornHein, "attached a proposal for an extension for the the stl-File ReaderWriter. It allows saving of an osg node tree as stl file in ASCII-Format.
...
Standard is to generate one stl file.
With an additional option it is possible to write one file per Geode. This option is not very "useful" for typical application, I use it for separating and conversion of geometric data. So it could be removed if considered to special."
2008-11-26 11:45:33 +00:00
Robert Osfield
8ea639f564
Updated wrappers
2008-11-25 14:40:02 +00:00
Robert Osfield
d7ba995370
Updated wrappers
2008-11-24 10:13:27 +00:00
Robert Osfield
2c4bb15bb6
Updated wrappers
2008-11-21 12:31:28 +00:00
Robert Osfield
f1faa4aa90
Updated wrappers
2008-11-21 11:27:11 +00:00
Robert Osfield
d4c1634571
Updated wrappers
2008-11-20 11:47:38 +00:00
Robert Osfield
297dd32011
Changed osgbrowser example to use a local CMakeModules/FindXUL.cmake script,
...
and specialization of GTK dependencies to only non Windows/OSX platforms.
2008-11-18 23:38:18 +00:00
Robert Osfield
453e595636
Updated wrappers
2008-11-12 14:20:15 +00:00
Robert Osfield
fd4dc1b9c6
Removed fstream for wrapper due to problems with wrapping.
2008-11-07 16:14:49 +00:00
Robert Osfield
b18840d438
Removed due to problems with build
2008-11-07 16:03:37 +00:00
Robert Osfield
0790bf18ec
Updated wrappers
2008-11-07 15:38:40 +00:00
Robert Osfield
566b4cd999
Updated wrappers
2008-11-06 14:56:31 +00:00
Robert Osfield
ae61033a32
Removed renduent osgDB::Registry DatabasePager methods
2008-10-30 13:05:08 +00:00
Robert Osfield
73e4e55328
Updated wrappers
2008-10-29 10:38:55 +00:00
Robert Osfield
e062524cb4
Updated wrappers
2008-10-27 11:49:31 +00:00
Robert Osfield
0ff3f48693
Improved the support for no pre compile, and configuring the number of threads in the DatabasePager.
2008-10-26 22:22:38 +00:00
Robert Osfield
c1fd14fb2c
Introduced new method of management the number of PagedLOD active, by using
...
a capping the number of PagedLOD to a sepcified maximum, with pruning of inactive
PagedLOD when the total number of inactive and active PagedLOD goes above the maximum.
To enable the mode set the env var OSG_MAX_PAGEDLOD to a value something like 1000.
2008-10-23 16:33:14 +00:00
Robert Osfield
f058fc299e
Updated wrappers
2008-10-21 09:50:07 +00:00
Robert Osfield
9cd739d45c
Updated wrappers
2008-10-08 12:54:45 +00:00
Robert Osfield
0daf1f007a
Updated wrappers
2008-10-07 14:25:09 +00:00
Robert Osfield
8c98220878
Added the ability to release OpenGL objects in PagedLOD subgrphs that are no longer being rendered.
2008-10-07 11:35:41 +00:00
Robert Osfield
6ec4c64914
Updated wrappers
2008-10-06 17:15:16 +00:00
Robert Osfield
3c52c2578f
Updated wrappers
2008-10-03 15:15:33 +00:00
Robert Osfield
57150bb86a
Updated wrappers
2008-09-25 15:04:05 +00:00
Robert Osfield
3ec2c22ad4
Added Volume wrappers, and updated terrain wrappers
2008-09-21 11:12:31 +00:00
Robert Osfield
0b5852948d
Added wrapper support for new osgShadow classes
2008-09-19 19:51:57 +00:00
Robert Osfield
44113cfa14
Added Serializer wrappers
2008-09-18 16:03:34 +00:00
Robert Osfield
7615c7073c
Updated wrappers
2008-09-18 15:44:21 +00:00
Robert Osfield
47e07244b9
Updated wrappers
2008-09-18 13:54:22 +00:00
Robert Osfield
0969a5384b
Improved the constness of parameters the Node::getWorldMatrices(..) method.
...
Added Drawable::getWorldMatrices(const Node*) method.
2008-09-18 10:38:18 +00:00
Robert Osfield
5052432cc7
Updated wrappers
2008-09-17 17:07:52 +00:00
Robert Osfield
fbeabc23e0
Updated wrappers of osgWidget
2008-09-17 14:23:05 +00:00
Robert Osfield
d57ad27fcc
Added osgVolume to docs and wrappers
2008-09-16 18:41:13 +00:00
Robert Osfield
995ead176a
Introduced TransferFunction1D::assign(ValueMap&).
2008-09-13 09:09:51 +00:00
Robert Osfield
f494bc5b8a
Updated wrappers
2008-09-11 16:01:17 +00:00
Robert Osfield
d10d0137b9
Updated wrappers
2008-09-01 14:05:40 +00:00
Robert Osfield
58f4290310
Updated wrappers
2008-09-01 10:49:22 +00:00
Robert Osfield
c8ef144532
Converted AutoTransform to use doubles.
2008-08-28 09:43:00 +00:00
Robert Osfield
6af69a3615
Added wrapper build target for generating the osgWrappers
2008-08-26 12:05:24 +00:00
Robert Osfield
9bc5d7f000
Updated wrappers
2008-08-18 11:48:07 +00:00
Robert Osfield
9c8e44659f
From Erik van Dekker,
...
"I made several modifications:
* The cause of my errors was that my OSG source directory path contains spaces. To fix this issue I wrapped all paths with quotes, as stated in doxygen documentation.
* I also received some warning messages about deprecated doxygen settings, which I fixed by updating the doxygen file, i.e. running \u2018doxygen \u2013u doxygen.cmake\u2018. By running this command deprecated doxygen options are removed, some option comments have changed and quite some options have been added (I kept their default settings unless mentioned).
* I was surprised to find that the doxygen OUTPUT_DIRECTORY was set to \u201c${OpenSceneGraph_SOURCE_DIR}/doc\u201d, which does not seem appropriate for out of source builds; I changed this to \u201c${OpenSceneGraph_BINARY_DIR}/doc\u201d. (On the other hand, maybe a cmake selectable option should be given to the user?)
* Fixed two warnings I received about unexpected end-of-list-markers in \u2018osg\AnimationPath and \u2018osgUtil\CullVisitor due to excess trailing points in comments.
* Fixed a warning in osgWidget\StyleInterface due to an #include directive (strangely) placed inside a namespace.
* Fixed a warning in osg\Camera due to the META_Object macro that confused doxygen. Adding a semi-colon fixed this.
* Removed auto_Mainpage from the INCLUDE option, because I am positive that this file does not belong there; It never generated useful documentation anyway.
* I added the OSG version number environment variable to the PROJECT_NUMBER option so that the version number is now shown on the main page of generated documentation (e.g. index.html).
* Changed option FULL_PATH_NAMES to YES, but made sure STRIP_FROM_PATH stripped the absolute path until the include dir. This fixed an issue that created mangled names for identical filenames in different directories. E.g. osg/Export and osgDB/Export are now correctly named.
* Changed option SHOW_DIRECTORIES to yes, which is a case of preference I guess.
"
2008-08-18 11:00:40 +00:00
Robert Osfield
38f6cddc2c
Changed osg::ImageSequence::set/getDuration to set/getLength() to be in keeping with the
...
osg::ImageStream's getLength().
2008-08-15 16:21:44 +00:00
Robert Osfield
c6c5cdaf89
Updated wrappers
2008-08-15 13:06:18 +00:00
Robert Osfield
7f8183f64c
Merged changes to OpenSceneGraph-2.6 into trunk using :
...
svn merge -r 8729:8734 http://www.openscenegraph.org/svn/osg/OpenSceneGraph/branches/OpenSceneGraph-2.6 .
2008-08-05 11:17:48 +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
Robert Osfield
495dca0b61
Updated wrappers
2008-04-18 15:01:49 +00:00
Robert Osfield
922dcb0423
Added new computation of time to allocate to flushing deleted and compiling OpenGL objects per frame.
2008-04-16 18:13:41 +00:00
Robert Osfield
9724303f38
From Art Trevs, moved multile render targets support from RenderStage into FrameBufferObject.
...
From Robert Osfield, refactored the FrameBufferObejcts::_drawBuffers set up so that its done
within the setAttachment method to avoid potential threading/execution order issues.
2008-04-15 19:36:40 +00:00
Robert Osfield
e1c6a6ea43
Updated wrappers
2008-04-15 12:52:47 +00:00
Robert Osfield
e0a780b404
Updated wrappers, and version numbers in prep for next release
2008-04-11 14:43:22 +00:00
Robert Osfield
9cec69981d
Updated wrappers
2008-04-11 11:19:58 +00:00
Robert Osfield
64f8631d9d
Added Camera::s/getClearAccum, s/getClearStencil and s/getClearDepth.
2008-03-31 11:44:31 +00:00
Robert Osfield
225e1957b3
Updated wrappers
2008-03-31 09:43:14 +00:00
Robert Osfield
2567b810cf
Removed TileSystem class, and added support for TerrainTile's automatically
...
registering and unregistering themseles with the enclosing Terrain node.
2008-03-27 13:21:36 +00:00
Robert Osfield
31bc0dd9e3
Added wrapper for TerrainTile
2008-03-27 11:56:35 +00:00
Robert Osfield
6396a156a2
Renamed osgTerrain::TerrainSystem to osgTerrain::Terrain
2008-03-27 11:55:03 +00:00
Robert Osfield
a51342d81e
Updated wrappers
2008-03-19 12:30:50 +00:00
Robert Osfield
5746c4ce89
Updated wrappers
2008-03-19 11:41:37 +00:00
Robert Osfield
450d5e5615
Updated wrappers
2008-03-18 15:48:48 +00:00
Robert Osfield
42e3cb6bf2
Updated wrappers
2008-03-17 12:13:20 +00:00
Robert Osfield
45ac890f37
Updated wrappers
2008-03-14 15:33:59 +00:00
Robert Osfield
8be3123cbf
Converted static const unsigned int definitio to enum.
2008-03-14 12:03:11 +00:00
Robert Osfield
721944194c
Updated wrappers
2008-03-14 11:07:03 +00:00
Robert Osfield
292be66ecc
Removed gl and glu prefixes from SceneGraphBuilder methods to avoid problems under Solaris
2008-03-13 19:44:10 +00:00
Robert Osfield
51f872c279
Updated wrappers
2008-03-13 16:05:20 +00:00
Robert Osfield
e9b3f06c1b
Updated wrappers
2008-03-12 20:20:55 +00:00
Robert Osfield
5deac2ce3a
Updated wrappers
2008-03-05 12:05:55 +00:00
Robert Osfield
c4d07194a2
From Art Trevs, add support for saving external shader files.
...
From Robert Osfield, adding missing member variable initializes and Output::getShaderFileNameForOutput() implementation
2008-03-04 14:04:48 +00:00
Robert Osfield
f7c33bb2e8
Change the setViewAsLookAt method to use Vec3d rather than Vec3 for better precision
2008-03-04 11:53:09 +00:00
Robert Osfield
9dcab11267
Updated wrappers
2008-03-01 13:42:07 +00:00
Robert Osfield
aa43b3c8a6
Added Camera::g/setIntialDrawCallback and g/setFinalDrawCallback(), and added
...
screen snapshot example code to osghud.
2008-02-29 15:25:57 +00:00
Robert Osfield
3b4af26136
From Paul Martz, fixed get/set methods API
2008-02-27 11:43:58 +00:00
Robert Osfield
359f056c73
Updated wrappers
2008-02-25 15:08:45 +00:00
Robert Osfield
847a384101
Updated wrappers
2008-02-25 13:16:36 +00:00
Robert Osfield
67f1503c7d
Refactored osgTerrain so that the interface for setting up layer is more straight forward, and added support into GeometryTechnique for handling multiple layers
2008-02-22 11:52:23 +00:00
Robert Osfield
6516bf4910
Added TextureUnit entry to osg::TransferFunction and osgTerrain::Layer
2008-02-20 12:34:13 +00:00
Robert Osfield
e0e862e31a
From Rene Molenaar, "Using commandline build system nmake on windows does not work.
...
This is caused by the OSG_MSVC_VERSIONED_DLL hack.
there are hard-coded paths to place the dll's in the bin /dir that normally would go
in the lib/config (release/debug) dirs. Nmake has different locations for the files (no config dir).
fix: change the macro's in OsgMacroUtils.cmake for the IF(NOT MSVC_IDE) situation.
Libs go in lib/, and DLLs and executables go in bin/
To accopmplish this for MSVC_IDE the targets get a "../../bin" prefix,
for nmake this should be "../bin" (because there are no config folders).
This fix mimics the behaviour of the MSCV_IDE (visual studio) build system when building with nmake.
Note:
A change in the main CMakeLists.txt creates the needed plugin directory in the binary dir.
see included files for the changes:
r7885fix-v2/CMakeModules/OsgMacroUtils.cmake
r7885fix-v2/osgWrappers/CMakeLists.txt
r7885fix-v2/CMakeLists.txt
The behaviour of visual studio projects (and other build systems) remain unchanged.
Tested building and installing with nmake and visual studio 8 debug and release.
"
2008-02-18 15:26:46 +00:00
Robert Osfield
4cf9b9a947
Updated wrappers
2008-02-18 15:02:01 +00:00
Robert Osfield
45c6bbb577
Changed constructors to take const pointers
2008-02-15 14:09:44 +00:00
Robert Osfield
cb47e92c26
Updated wrappers
2008-01-29 20:45:51 +00:00
Robert Osfield
ff090f59b9
Updated wrappers
2008-01-21 11:39:00 +00:00
Robert Osfield
f1bd6a55af
Updated wrappers
2008-01-18 21:29:00 +00:00
Robert Osfield
efdc026114
Fixed the computation of terrain bounding volume so that it properly accounts for
...
elevation layers
2008-01-17 15:37:35 +00:00
Robert Osfield
61a4eb94b9
Updated wrappers
2008-01-14 14:53:57 +00:00
Robert Osfield
fc149940f7
Updated wrappers
2008-01-14 11:07:30 +00:00
Robert Osfield
27714dd538
Updated wrappers
2008-01-08 14:37:09 +00:00
Robert Osfield
ff565128af
Introduced new osg::discardDeletedOpenGLObjects() methods, and usage of it in
...
GrpahicsContext::close() to handle cases where deletingOpenGLObjects is no possible,
such as when GraphicsWindowEmbedded is used.
2008-01-08 13:24:29 +00:00
Robert Osfield
ad5fcbccf6
Updated wrappers
2008-01-04 15:15:48 +00:00
Robert Osfield
b222d4201c
From Paul Martz, "The osgocclusionquery example contained some duplicate code that was also in the core OSG occlusion query code. This change removes the need for that."
2007-12-26 22:00:28 +00:00
Robert Osfield
532d573a06
Updated wrappers
2007-12-26 21:43:10 +00:00
Robert Osfield
2aca19a4e6
From David Callu, further work in support of shapefile support in VirtualPlanetBuilder
2007-12-26 21:39:29 +00:00
Robert Osfield
9d29cc53dc
Suppressed reflection of problem templates/typedefs
2007-12-26 21:38:11 +00:00
Robert Osfield
17b7f57814
Updated wrappers
2007-12-24 15:37:15 +00:00
Robert Osfield
41b52b3d1f
Updated wrappers
2007-12-21 17:26:19 +00:00
Robert Osfield
39f4419183
Removed OperationArrayFunctor for wrappers to avoid compile errors assocaited with them
2007-12-21 15:54:14 +00:00
Robert Osfield
6b59b1739f
Updated wrappers
2007-12-21 15:04:56 +00:00
Robert Osfield
815121b0e8
Updated wrappers
2007-12-20 17:30:31 +00:00
Robert Osfield
e883663072
Updated wrappers
2007-12-17 10:22:41 +00:00
Robert Osfield
6cca3b8f49
Added a osgViewer::setSceneData(ref_ptr<Node>) method.
2007-12-12 17:59:06 +00:00
Robert Osfield
213a370c25
Added new setFont(ref_ptr<>) variants to Text and Text3D
2007-12-12 17:48:20 +00:00
Robert Osfield
33e3054fca
From Serge Lages, "Here is a new modification to CMake adding an option (OSG_MSVC_GENERATE_PLUGINS_AND_WRAPPERS_MANIFESTS) to specify if we want to generate or not the manifest files under VS8 for the plugins and the wrappers. It seems that the manifests are needed if we try to load dynamically a core OSG dll."
2007-12-12 09:48:39 +00:00
Robert Osfield
4ab22a405b
Updated wrappers
2007-12-11 17:01:53 +00:00
Robert Osfield
3341c42873
Updated wrappers
2007-12-11 12:35:10 +00:00
Robert Osfield
aa24c273c7
Updated wrappers
2007-12-10 20:35:50 +00:00
Robert Osfield
1dcb6cc4fd
Updated wrappers
2007-12-10 16:21:13 +00:00
Robert Osfield
457d3fd7e4
Removed redundent OpenFlightOptimizer
2007-12-09 16:23:19 +00:00
Robert Osfield
2be3992a2f
Updated wrappers
2007-12-09 16:01:29 +00:00
Robert Osfield
5e6bab7de1
Updated wrappers
2007-12-09 14:54:02 +00:00
Robert Osfield
fb65fc5e0a
From Serge Lages, "Hi Robert,
...
You were right about the CMAKE_MODULE_LINKER_FLAGS option for CMake, so here is a modification allowing to not generate the manifest files for the plugins making them a lot more easy to redistribute. I have also made the same modification to the wrappers as they are also put into the osgPlugin folder when generated.
"
2007-12-08 17:04:52 +00:00