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