Go to file
Robert Osfield 4c5eb02ec5 From Yefei He, " I wrote a class derived from CopyOp that preserves the multi-parent
structure of scene graphs. I only considered the case of DEEP_COPY_NODES,
but it is sufficient for me. It is not the most elegant way -- I used
a map to list all the already cloned nodes with multiple parents, to be
looked up whenever such a node is revisited. The good part is, it works."

From Robert Osfield, fixed build problems under Linux 64 due to use of int's to store Node*
in internal maps used in above custom CopyOp.  Added ref_ptr<> usage to main to
prevent memory leaks
2007-02-09 14:54:54 +00:00
applications Added threading model option to command line parameters 2007-02-08 12:24:33 +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 From Yefei He, " I wrote a class derived from CopyOp that preserves the multi-parent 2007-02-09 14:54:54 +00:00
include Changed GraphicsWindowX11 so that it creates two Display* connextions to the Xserver, 2007-02-09 13:51:28 +00:00
lib Removed osgPlugins from lib, which is now built on the fly 2003-03-12 20:10:43 +00:00
Make From Stefan Eileman, fixes for OSX gmake build to allow AGL or X11 implementation of osgViewer 2007-02-06 17:01:20 +00:00
src From Paul Martz, "Make DelaunayTriangulator less verbose - It was outputting a non-warning with notify level set to WARN; changed it to INFO to make it less verbose." 2007-02-09 14:21:03 +00:00
VisualStudio From Joakim Simmonsson, fixed inconsistent newlines 2007-02-09 14:35:43 +00:00
Xcode From Stephan Huber, "New features: 2007-01-12 21:33:19 +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
genwrapper.conf Tweak API and updated wrappers to get wrappers to build 2007-02-05 14:56:41 +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 Added missing LGPL section to LICENSE.txt 2006-11-20 10:12:57 +00:00
NEWS.txt From Paul Martz, speeling fixes for Tessellator/Tessellation. 2007-01-08 21:29:49 +00:00
README.txt Updated ChangedLog and READE for the 1.1 release 2006-07-19 21:11:16 +00:00
runexamples.bat Removed examples: 2007-01-11 15:48:44 +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.