Go to file
Robert Osfield e42daa775f From Eric Wing,
"
Changes include:

A internal cache flag that can be used to detect if this is the first
time running the CMake configuration. This is needed to work around
stupid CMake UI shortcomings about the UI not reflecting anything you
SET unless you use FORCE. But if you use FORCE, you override anything
the user may try to set/override unless you have an exception check.
It turns out the exception check you need is often the first-run
check. This flag is potentially useful for other things too.

An optional switch that turns on more aggressive warnings based on
your compiler.

Some Apple specific stuff for detecting the OS version and enabling
Universal Binaries (and some additional compiler flags that are good
but gcc version dependent). The version check code is unfortunately
really fragile. I need to lobby CMake to return the OS X version
number for us. FYI, building Universal will fail with the current
CMake release due to a bug, but is now fixed in CVS.
"
2007-04-11 08:35:39 +00:00
applications Removed old gmake and VisualStudio build files 2007-04-10 13:10:25 +00:00
CMakeModules From Eric Wing, adding message w.r.t debug OpenThreads library for when its not available. 2007-04-03 11:04:09 +00:00
doc Moved osgProducer and osgproducerviewer out into their own repository. 2007-02-27 13:16:18 +00:00
examples Removed old GNUmakefile.inst files 2007-04-10 13:58:18 +00:00
include Create new incliude/osgViewer/api directory to hold platform specific classes such as GraphicsWindow implementations. 2007-04-10 11:03:37 +00:00
src Removed old gmake and VisualStudio build files 2007-04-10 13:10:25 +00:00
VisualStudio Removed more of the old VisualStudio build system 2007-04-10 13:12:58 +00:00
Xcode Renamed HeightFieldNode and HeightFieldRenderer to TerrainNode and TerrainTechnique respectively 2007-03-14 11:24:04 +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
CMakeLists.txt From Eric Wing, 2007-04-11 08:35:39 +00:00
genwrapper.conf Updated wrapper to honour move of GraphicsWindow* include/osgViewer/api/ 2007-04-10 11:09:38 +00:00
INSTALL.txt Updated INSTALL and README to refect new Cmake build 2007-04-10 13:23:32 +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 INSTALL and README to refect new Cmake build 2007-04-10 13:23:32 +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
  
Or for the impatient read the READEME.txt in the OpenSceneGraph root directory.

Robert Osfield.
Project Lead.
April 10th 2007.