Go to file
Robert Osfield 5de633f71b From Farshid Lashkari : "I reported earlier about a problem with a custom emitter I was using.
I spent some more time debugging and it turns out there was a bug in
the ParticleSystem::update_bounds function. When the bound is being
reset, both the min and max are being set to the same postion without
the radius being subtracted/added to it. When there is only one
particle alive in the system this causes it to be culled by small
feature culling. I've modifed the function so that when the bound is
reset, the radius is subtracted/added to the position. This fixes my
problem."
2005-11-14 09:31:06 +00:00
applications Added some docs on command line options. 2005-11-09 17:20:15 +00:00
bin
dist Removed old RPM spec files. This shouldn't be in the repository as they 2004-12-04 23:59:16 +00:00
doc Added beginnings of Programming Guide, and NodeTrackerCallback. 2005-10-24 10:51:50 +00:00
examples Fixes for VS6.0 build. 2005-11-11 12:45:59 +00:00
include From Farshid Lashkari : "I reported earlier about a problem with a custom emitter I was using. 2005-11-14 09:31:06 +00:00
lib
Make From Markus Trenkwalder, fix for Mingw build 2005-11-11 08:45:18 +00:00
src From Geoff Michel, geo plugin updated to for latest updates in .geo format. 2005-11-12 21:29:59 +00:00
VisualStudio From Geoff Michel, geo plugin updated to for latest updates in .geo format. 2005-11-12 21:29:59 +00:00
AUTHORS.txt From Pavel Moloshtan, Byte2,3,4 and Short2,3,4 classes and their Array counterparts. 2005-07-05 15:57:53 +00:00
ChangeLog Updated ChangeLog 2005-11-11 19:29:53 +00:00
GNUmakefile Added tagrules for 'make tag' convenience 2004-12-02 21:49:58 +00:00
INSTALL.txt
LICENSE.txt
NEWS.txt Quick updates to NEWS. 2005-11-09 15:27:30 +00:00
README.txt small change to test osg-cvs.... 2005-11-09 22:09:46 +00:00
runexamples.bat Added osgshaderterrain and osgparametric to runexamples.bat 2005-11-10 15:52:02 +00:00

Welcome to the OpenSceneGraph (OSG).

For up to date information on the project, how to compile and run libraries 
and examples, and see the documentation on the OpenSceneGraph website.

    http://www.openscenegraph.org
  

Robert Osfield. 
robert@openscenegraph.com
November 2005.