Go to file
Robert Osfield e122b34858 From Tom Jolly. a couple of small changes to osgParticle.
"The first is with
Particle.cpp.  I made a change so that when the lifetime is 0 (lasts
forever) the sizeRange, colorRange, and alphaRange are used to create
a random size, color, and alpha."

"The second change is with range and SectorPlacer.  The distribution of
particles across the sector was not uniform.  I added get_random_sqrtf()
function where it is used in SectorPlacer::Place().  This seems to make
the distribution uniform (at least when minimum radius is 0)."
2004-08-02 07:25:28 +00:00
bin Added .README to prevent CVS from deleting the empty bin directory when checking 2001-12-29 20:53:08 +00:00
dist From Gideon May, added support for osgSim into .osg file format. 2003-07-23 14:06:32 +00:00
doc Implemented duplicate removal code into TriStripVisitor and added an 2003-12-03 21:45:32 +00:00
examples From Geoff Michel, new osgtesselate example, and new features in osgUtil::Tesselator. 2004-08-01 10:36:02 +00:00
include From Tom Jolly. a couple of small changes to osgParticle. 2004-08-02 07:25:28 +00:00
lib Removed osgPlugins from lib, which is now built on the fly 2003-03-12 20:10:43 +00:00
Make Added osgtesselate example 2004-08-02 07:23:26 +00:00
src From Tom Jolly. a couple of small changes to osgParticle. 2004-08-02 07:25:28 +00:00
VisualStudio From Geoff Michel, new osgtesselate example, and new features in osgUtil::Tesselator. 2004-08-01 10:36:02 +00:00
AUTHORS.txt From Pavel Moloshtan, add support to osg::Texture files for GL_ARB_shadow_ambinet support 2004-01-29 11:16:49 +00:00
ChangeLog Updated ChangeLog for release. 2003-10-02 14:42:48 +00:00
GNUmakefile Fixes to makedefs/makedirdefs ordering in some makefiles, and conditional 2003-07-26 01:02:39 +00:00
index.html Update of 5/27/03 backup with 6/20/03 tarball 2003-06-24 15:36:53 +00:00
INSTALL.txt Fixes to documentions to refelect the move from osgGLUT to osgProducer. 2003-04-11 10:37:31 +00:00
LICENSE.txt Update of 5/27/03 backup with 6/20/03 tarball 2003-06-24 15:36:53 +00:00
NEWS.txt Updated NEWS 2003-10-03 16:27:02 +00:00
README.txt Integrated various fixes from users. 2003-07-05 19:08:30 +00:00
runexamples.bat Build fixes for gcc 3.4.1 support 2004-08-01 08:26:44 +00:00

Welcome to the OpenSceneGraph (OSG).

For information on the project, this distribution, how to compile and
run libraries and examples, and for documention open up index.html
in your perfered html browser.

Robert Osfield. 
robert@openscenegraph.com
April 2002.