Go to file
Robert Osfield baeb41a416 From Michael Henheffer, "There's a problem with OverlayNodes where the texture will not display
if continuous updating is set to false.

The problem was being caused by the camera update call never being made
if continuous updating was not set to true.  This fix adds a flag that
is set when dirtyOverlayTexture() is called and checked in the update
visitor section of the traversal to determine if the camera should be
updated.

I tested the fix by making some changes to the osgAnimate example
program so it has continuous updating off and calls dirtyOverlayTexture
for each frame.  The overlay texture now displays properly."
2006-10-30 12:19:41 +00:00
applications Updated NEWS, AUTHORS file and osgversion for the 1.2-rc1 2006-09-05 15:22:54 +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 Removed old RPM spec files. This shouldn't be in the repository as they 2004-12-04 23:59:16 +00:00
doc Started experimenting with sections and table of contents. 2005-11-16 16:35:56 +00:00
examples Added osgUtil::IntersectorGroup to handle groups of osgUtil::Intersectors 2006-10-27 15:11:17 +00:00
include From Michael Henheffer, "There's a problem with OverlayNodes where the texture will not display 2006-10-30 12:19:41 +00:00
lib Removed osgPlugins from lib, which is now built on the fly 2003-03-12 20:10:43 +00:00
Make Added beginings of new osgUtil::IntersectionVisitor and osgintersection class 2006-10-26 16:03:17 +00:00
src From Michael Henheffer, "There's a problem with OverlayNodes where the texture will not display 2006-10-30 12:19:41 +00:00
VisualStudio From Mathieu Marache, fixed osgsimpleviewerQt4 so that it uses the correction options 2006-10-30 11:55:02 +00:00
Xcode From Eric Wing, updated to Xcode projects 2006-09-21 11:26:18 +00:00
AUTHORS.txt Updated AUTHORS file for 1.2 release 2006-09-12 10:46:59 +00:00
ChangeLog Updated ChangeLog for 1.2 release 2006-09-12 19:09:59 +00:00
GNUmakefile Added tagrules for 'make tag' convenience 2004-12-02 21:49:58 +00:00
INSTALL.txt Fixed reference to install instructions 2004-11-27 17:06:44 +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 Correct HP's AIX to IBM's AIX. 2006-09-13 13:33:36 +00:00
README.txt Updated ChangedLog and READE for the 1.1 release 2006-07-19 21:11:16 +00:00
runexamples.bat Added osgprecipitation to runexamples list. 2006-07-26 15:19:42 +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
July 19th 2006.