Robert Osfield
00e00f4e00
From Guillaume Millet, "Please find in attachment a small improvement to the pfb plugin
...
CmakeLists.txt and to the FindPerformer.cmake module.
Under Windows libs are: libpf.lib (we need to add the lib prefix) and
libpfdu-util.lib (libpfdu and libpfutil are compiled into one lib)
We need to add PFROOT to the search path for libs and includes (default
environment variable for Performer path)
And at last we need to put PFROOT/include and PFROOT/include/Performer
as include dir for compiling."
2007-09-07 10:15:39 +00:00
Robert Osfield
9704ded891
From Maria Ten, fix lat/long usage.
2007-09-07 09:53:40 +00:00
Robert Osfield
b13a1957b0
From Mattias Linde, "Have made the updates now. Added a std::map for easy lookup if a visual node
...
is targeted by a rigid body which is the reason why the .h-file was changed too.
So now there'll be Group as often as possible, otherwise PostitionAttitudeTransform."
2007-09-07 09:49:31 +00:00
Robert Osfield
14b0ef597b
Added osg lib
2007-09-06 08:23:21 +00:00
Robert Osfield
b20d542317
From David Callu, improved consistency of Version strings and add version support
...
for osgIntrospection and osgManipulator.
2007-09-05 17:12:24 +00:00
Robert Osfield
92b1e7d53f
Changed tabs to four spaces to make merges more straight forward
2007-09-05 17:03:43 +00:00
Robert Osfield
4b84acbec6
Added automatic removal of .qt extension that allows one to automatically select
...
the quicktime plugin.
2007-09-05 16:47:43 +00:00
Robert Osfield
0372825d9b
Added setting of locator source
2007-09-05 16:36:36 +00:00
Robert Osfield
a2447d493c
Added option to Locator to help specify here the locator value was defined from.
...
Update wrappers and Gdal plugin to use this new parameter
2007-09-05 14:15:55 +00:00
Robert Osfield
9e7a944639
Improved Terrain IO
2007-09-04 14:00:27 +00:00
Robert Osfield
c2156f12ff
Added mutex to DefaultFont::instance().
2007-09-04 12:38:42 +00:00
Robert Osfield
c9f6a3f7ca
Added mutex into osgText::Font::GlphTexture to marshel adding to and reading
...
from glyph list
2007-09-04 12:32:47 +00:00
Robert Osfield
4330993f1f
Updated wrappers
2007-09-03 15:47:28 +00:00
Robert Osfield
8414a16e52
From Sherman Wilcox, added extension checking support for compressed texture subloading.
2007-09-03 15:43:58 +00:00
Robert Osfield
be11672769
From Jan Peciva, build fix
2007-09-03 15:22:23 +00:00
Robert Osfield
39d0788d5b
From Jan Peciva, improvement to the FindInventor.
2007-09-03 13:59:25 +00:00
Robert Osfield
bd845a7b23
From Jan Peciva, Added write support into Inventor plugin.
...
Note from Robert Osfield. A couple of lines of code in ConvertToInventor.cpp
would not compile under g++ 4.1.2, so rather than hold back the dev release till
this is resolved I've optional compiled out the problem section.
The #define DISABLE_PROBLEM_COMPILE_SECTIONS is used to compile out the problem
section, this define is add via the CMakeLists.txt file.
2007-09-03 13:52:19 +00:00
Robert Osfield
de19fb3737
From Ralf Kern, "the attached color mapped TIFF file klink1_l.tif is incorrectly read as
...
GL_LUMINANCE data instead of GL_RGB data. You can easily check with
"osgViewer --image klink1_l.tif".
The bug is in ReaderWriterTIFF.cpp function simage_tiff_load, where
numComponents_ret is incorrectly set to 1 instead of 3 for color mapped
data."
2007-09-03 10:12:26 +00:00
Robert Osfield
027158b441
From Laurens Voerman, "I hit a bug when making a copy of a PagedLOD node, the copy has lost
...
it's _databasePath and can no longer load it's childen. "
Added _databasePath(plod._databasePath), in the copy copy construcutor.
2007-09-03 09:56:30 +00:00
Robert Osfield
d730559ade
Fixed spacing.
2007-09-03 09:54:24 +00:00
Robert Osfield
c83bc830cd
From Sherman Wilcox, "I modified texturerectangle.cpp to address this issue. I used a DXT5 DDS
...
file to test the change."
2007-09-03 09:50:50 +00:00
Robert Osfield
408eceac24
Updated wrapper
2007-09-03 09:47:43 +00:00
Robert Osfield
a97afbb009
Added convinience methods for setting up 3d spherical displays.
2007-09-01 16:56:53 +00:00
Robert Osfield
3304646c4c
Changed Font's mutex to become a static mutex shared between all instances of Font.
...
This ensures single threaded access of the freetype plugin.
2007-09-01 15:24:22 +00:00
Robert Osfield
13faad13e8
Changed mutex reference to a mutex pointer to avoid problems with wrappers
2007-08-31 20:30:45 +00:00
Robert Osfield
76063a94bd
Updated wrappers
2007-08-31 20:21:45 +00:00
Robert Osfield
5ae1eb711a
To solve creations with multi-threaded creation of text, added mutex to Font, and use of this mutex in Text, and added mutex to the reading
...
of fonts.
2007-08-31 20:16:02 +00:00
Robert Osfield
86e998f64c
Added mutex locking add addParents/removeParents in Drawable, Node and StateSet.
2007-08-31 20:14:36 +00:00
Robert Osfield
1bc6d0bae4
Added mutex to protect the readFontFile calls
2007-08-31 18:56:22 +00:00
Robert Osfield
4ba3f3c1a1
Changed RenderLeaf and StateGraph so that they use ref_ptr<> by default for Drawable and StateSet.
2007-08-31 16:05:24 +00:00
Robert Osfield
99f6865d4d
From Luigi Calori, fixed Windows install of wrappers
2007-08-31 15:49:17 +00:00
Robert Osfield
817f316e2a
From Luigi Calori, added support for Win32 versioning/new buid placement.
2007-08-31 11:04:06 +00:00
Robert Osfield
f4d2d1241d
Further work on osgTerrain::Locator and GDAL plugin
2007-08-30 19:26:52 +00:00
Robert Osfield
b0f21e9a39
From Luigi Calori, add osgText to geo plugin build
2007-08-30 12:18:45 +00:00
Robert Osfield
4328bdacc2
From Luigi Calori, introduction of versioning of dll's and placement of dll and plugins into bin directory during build.
2007-08-30 10:41:15 +00:00
Robert Osfield
712dbacda3
Updated wrappers
2007-08-30 10:17:34 +00:00
Robert Osfield
667be8bb57
Further refinement of ProxyLayer API
2007-08-30 10:15:35 +00:00
Robert Osfield
9a9ffbe229
Further work on new ProxyLayer
2007-08-29 16:29:05 +00:00
Robert Osfield
2f895b839e
Added ProxyLayer support into osgTerrain plugin
2007-08-29 12:18:41 +00:00
Robert Osfield
63c283ad03
Added support for post fixing filenames with .gdal to force use of gdal plugin.
2007-08-29 11:51:22 +00:00
Robert Osfield
71e7a65cca
Added preliminary ProxLayer and DataSetLayer in GDAL plugin to aid integration
...
of GDAL reading into osgTerrain.
2007-08-29 10:52:03 +00:00
Robert Osfield
f6650dd3bf
Changed the error code reporting to use hex to match up with freetype headers
2007-08-28 16:12:10 +00:00
Robert Osfield
a98daccd03
Improved formatting.
2007-08-28 15:35:24 +00:00
Robert Osfield
bf8f2eec85
Removed the OSG_INCLUDE
2007-08-28 15:35:09 +00:00
Robert Osfield
5b1b648ef5
Replaced CartesianLocator and EllipsoidLocator by a single general purpose
...
Locator class
2007-08-27 16:59:51 +00:00
Robert Osfield
020d7a5651
Added support for controlling the draw order on Cameras on each GraphcisContext
...
via the Camera::setRenderOrder parameters
2007-08-27 13:29:09 +00:00
Robert Osfield
5ce34fd7f3
Cleaned up the getRotate implementation selection using #defines, and made the
...
COMPILE_getRotate_David_Spillings_Mk1 the default.
2007-08-27 10:00:09 +00:00
Robert Osfield
cb5fb828d0
From Jan Ciger, warning fixes
2007-08-26 10:27:31 +00:00
Robert Osfield
06a0ca8d06
From Jean-Sebastien Guay, fixed comment
2007-08-26 10:24:18 +00:00
Robert Osfield
8a4db98e2b
Change char* to const char* to fix warnings
2007-08-26 09:59:39 +00:00