Robert Osfield
|
30cb8735d3
|
Added an osgDB::ReadWriteMutex to help manage the ability to have serialize
write to objects but allow multiple threads to read at once in a read only way.
|
2006-12-27 16:40:34 +00:00 |
|
Robert Osfield
|
401f3bcd43
|
Added mutexes to ParticleProcessor and ParticleSystemUpdater to improve the thread safety of osgParticle
|
2006-12-22 21:52:53 +00:00 |
|
Robert Osfield
|
f1c2694c17
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
|
Robert Osfield
|
3baf9f51d2
|
From Brad Anderegg, add _frameNumber and associated code to ensure that particles
only get updated once per frame.
|
2006-02-04 21:12:45 +00:00 |
|
Robert Osfield
|
b8b6ed8e34
|
Fixed doxygen comments.
|
2005-05-20 21:01:57 +00:00 |
|
Robert Osfield
|
bf4d63f6ea
|
Added new Node/Drawable::s/getInitialBound and Node/Drawable::s/getComputeBoundCallback
methods and reimplement computeBound so that it passes back a bounding volume rather
than modifying the local one.
|
2005-05-12 14:03:22 +00:00 |
|
Robert Osfield
|
6b5238c294
|
Moved osgParticle across to standard OSG coding style.
|
2005-04-29 09:47:57 +00:00 |
|
Robert Osfield
|
678b22ce83
|
Updated Copyright notices to 1998-2005.
|
2005-04-14 21:41:28 +00:00 |
|
Robert Osfield
|
3fea25a0a1
|
From Marco Jez, updates to osgParticle, with integration of changes from Tom
Jolly.
|
2004-03-17 20:31:55 +00:00 |
|
Robert Osfield
|
48bda9cc79
|
Added new Copyright/License notice to header and source files.
|
2003-01-21 16:45:36 +00:00 |
|
Robert Osfield
|
12226e4371
|
Converted the instances of const built in types being returned from methods
and passed as paramters into straight forward non const built in types,
i.e. const bool foogbar(const int) becomes bool foobar(int).
|
2002-09-02 12:31:35 +00:00 |
|
Robert Osfield
|
99580f2212
|
Addd libraryName() method to osg::Object in preperation for the osgDB support
for node kits plugins.
|
2002-06-06 13:25:36 +00:00 |
|
Robert Osfield
|
9ba7505d1e
|
Checked in osgParticle, writtten by Marco Jez.
|
2002-06-05 12:44:55 +00:00 |
|