Robert Osfield
73cc97f0e1
From Antonoine Hue, a small modification to the osgTerrain::DataSet
...
to be able to pass an already opened GDAL Dataset to the
osgTerrain::DataSet::Source
2005-12-07 15:26:45 +00:00
Robert Osfield
a72c697622
Updated NEWS for release
2005-12-07 12:29:36 +00:00
Robert Osfield
be850746e4
From Eric Wing, fixed typo induced bug.
2005-12-07 11:38:39 +00:00
Robert Osfield
3f3c7b1df8
Added Camera::isRenderToTextureCamera() method, and improved support in PickVisitor
...
and IntersectVisitor for CameraNode, including the ignoring of render to texture cameras,
such that HUD's etc are still intersected against.
2005-12-07 11:36:56 +00:00
Robert Osfield
99be2cdb7f
Moved PickVistor into osgUtil
2005-12-07 10:25:50 +00:00
Robert Osfield
2d14519946
Enabled thread safe counting by default.
2005-12-07 09:48:28 +00:00
Robert Osfield
4d658ae1ea
Improved the PickVisitor to make it more flexible and robust.
2005-12-06 21:59:43 +00:00
Robert Osfield
a865ea7773
Removed osgdemeter example from distribution because it no longer compiles,
...
and Demeter itself nolonger compiles, osgdemeter has now been moved to the community
section of openscenegraph.org.
2005-12-06 12:07:34 +00:00
Robert Osfield
e311cf83d8
Added checks in the drawImplementation to catch when attribute bindings are set on
...
but the relevant arrays remain unset, this prevents previous crash when this
occured.
2005-12-06 11:24:24 +00:00
Robert Osfield
34953f7dec
From Gideon May, fixed typo in docs.
2005-12-06 10:26:48 +00:00
Robert Osfield
65d06b4577
From Farshid Lashkari, removed second redundent dirtyDisplayList() call.
2005-12-06 10:18:33 +00:00
Robert Osfield
22d5390784
From Louis Hamilton, fix to LightPoint's under 64 bit build, changing longs to ints in
...
colour conversion code.
2005-12-06 10:16:21 +00:00
Robert Osfield
6971588592
Changed debug message to INFO.
2005-12-05 20:11:50 +00:00
Robert Osfield
e1454d22a7
Attempt at build fixes for IRIX.
2005-12-05 10:24:02 +00:00
Robert Osfield
197b68ecb8
Removed the closeLibraries call from the registry singleton desctuction.
2005-12-05 10:23:37 +00:00
Robert Osfield
edf4598838
From Geoff Michel, Fix to prevent Producer::Trackball being set up with a negative
...
radius.
2005-12-05 10:08:52 +00:00
Robert Osfield
c45ead4c65
Fixed tabbing.
2005-12-04 20:08:41 +00:00
Robert Osfield
851972beab
Added OSG_EXPORT to PrimitiveSet.
2005-12-03 15:12:52 +00:00
Robert Osfield
b16f40e5ab
Moved the body of the getNumPrimitives() into the .cpp.
2005-12-03 00:03:31 +00:00
Robert Osfield
85f79a6639
Updated ChangeLog, AUTHTORS.txt and osgversion for next release candidate.
2005-12-02 12:30:14 +00:00
Robert Osfield
f41e136369
Fixed typos in NEWS, improved formating.
2005-12-02 12:10:02 +00:00
Robert Osfield
d52567854e
Updated NEWS with quotes.
2005-12-02 11:59:36 +00:00
Robert Osfield
fcdf5826db
Added a static_cast<std::streampos> to get round IRIX64 build problem.
2005-12-02 09:57:19 +00:00
Robert Osfield
8d8229cc05
From Marco Jez, hack/fix for VS compile/link problems related to STL containers.
2005-12-02 00:25:40 +00:00
Robert Osfield
784574670e
Updated NEWS
2005-12-02 00:21:00 +00:00
Robert Osfield
332ebef12e
Updated NEWS
2005-12-01 16:44:40 +00:00
Robert Osfield
b1f9e1dfd7
Added comments.
2005-12-01 16:43:40 +00:00
Robert Osfield
066760738b
From Ali Botorabi, fixed the setDefault() fallback to properly handle the case
...
when no scene view light is requested.
2005-12-01 14:37:15 +00:00
Robert Osfield
1c9f1b8eb1
Added TestSupportCallback to properly handle querry of OpenGL support of
...
vertex texturing in GLSL.
2005-12-01 14:09:38 +00:00
Robert Osfield
b324156ec8
From Thom DeCarlo, build fix for Cygwin.
2005-12-01 13:38:27 +00:00
Robert Osfield
65f63428e5
From Geoff Michel, fixed the handling of zfar values of 0.0.
2005-12-01 13:19:16 +00:00
Robert Osfield
8c3219151d
Updated NEWS.
2005-11-30 15:30:40 +00:00
Robert Osfield
4ac38439ab
Updated changed log for 1.0-rc7.
2005-11-29 22:29:44 +00:00
Robert Osfield
f3f86973a0
Added default opening of the file as a binary file, and once the type is
...
confirmed then close and reopen as an ascii as required. This is done to get
round problems under Windows.
Also made the running of the SmoothingVisitor optional, now use -O smooth to
make the loader run the osgUtil::SmoothingVisitor over the model.
2005-11-29 18:38:40 +00:00
Robert Osfield
e7801ccc1e
Updated ChangeLog, osgversion.cpp and AUTHORS.txt for 1.0-rc6.
2005-11-29 14:20:37 +00:00
Robert Osfield
511c84d991
Updated NEWS with second draft of press release.
2005-11-29 14:07:39 +00:00
Robert Osfield
eb51a53919
Added CameraBarrierCallback so that multi-thread multi-cameras are synconized
...
correctly when do stats collection.
2005-11-29 12:09:45 +00:00
Robert Osfield
2ce7718a66
From Eric Wing, fixes for "warning: converting of negative value '-0x00000000000000001' to 'unsigned int'"
2005-11-29 11:39:07 +00:00
Robert Osfield
caaecc9f2a
Switched off the VBO usage in osgparametric as it was tripping up ATI and 3DLabs drivers.
2005-11-29 08:59:30 +00:00
Robert Osfield
06cb8c030f
Added temporary ref_ptr<osg::Image> to prevent the _image going out of scope
...
due to another thread complete the texture::apply() while the present texture::apply()
is still running.
2005-11-28 20:08:36 +00:00
Robert Osfield
0514427c0a
Fixed warning.
2005-11-28 10:58:09 +00:00
Robert Osfield
81435a28b9
From Gideon May, port to OSX of GLUT examples.
2005-11-28 09:15:46 +00:00
Robert Osfield
3881a55564
From Geoff Michel, fix for the scaling of the random number generation.
2005-11-27 15:32:57 +00:00
Robert Osfield
7aeb1d646c
Updated ChangeLog and authors file.
2005-11-25 20:23:07 +00:00
Robert Osfield
0663c3b653
From John Donovan, typo fixes.
2005-11-25 19:18:12 +00:00
Robert Osfield
d773aee0ed
Added disable of spurious VS6.0 warning.
2005-11-25 14:58:37 +00:00
Robert Osfield
6a5a10cf47
Fixed docs of setImage.
2005-11-25 13:45:23 +00:00
Robert Osfield
daefa1cae6
Added releaseGLObjects to PrimitiveSet.
2005-11-25 12:31:04 +00:00
Robert Osfield
9b92e675d4
Fixed typo of dxf.
2005-11-25 10:32:25 +00:00
Robert Osfield
13cd57eafc
Lightened by the ambientBias term.
2005-11-24 19:53:20 +00:00