OpenSceneGraph/src/osgFX
Robert Osfield 39cecd2a72 From Philip Lowman, "Here's the promised cleanup of the OSG's CMakeLists.txt files for the src/ folder. I'll submit the others separately.
Also, there was also a small bug in osgDB's CMakeLists.txt that was causing an error when I tested with CMake 2.4.4.

IF(${OSG_DEFAULT_IMAGE_PLUGIN_FOR_OSX} STREQUAL "quicktime")
was changed to
IF(OSG_DEFAULT_IMAGE_PLUGIN_FOR_OSX STREQUAL "quicktime")
"
2009-03-23 16:01:02 +00:00
..
AnisotropicLighting.cpp Replaced ref_ptr<>:take with ref_ptr<>:release, and added handling of removeal 2006-06-26 20:45:51 +00:00
BumpMapping.cpp Introduce NodeVisitor::className and libraryName() 2008-12-17 12:13:15 +00:00
Cartoon.cpp Set the default setting of LineWidth to 2.0 to ensure that old default behavior 2008-07-16 16:05:43 +00:00
CMakeLists.txt From Philip Lowman, "Here's the promised cleanup of the OSG's CMakeLists.txt files for the src/ folder. I'll submit the others separately. 2009-03-23 16:01:02 +00:00
Effect.cpp Coverted tabs to space in core libraries. 2005-11-17 13:35:53 +00:00
MultiTextureControl.cpp Cleaned up the updateStateSet code 2008-07-16 15:58:51 +00:00
Registry.cpp Moved to standard OSG coding style. 2005-04-29 06:32:13 +00:00
Scribe.cpp Moved to standard OSG coding style. 2005-04-29 06:32:13 +00:00
SpecularHighlights.cpp Warning fixes for IRIX 2005-05-16 15:51:57 +00:00
Technique.cpp Coverted tabs to space in core libraries. 2005-11-17 13:35:53 +00:00
Validator.cpp Coverted tabs to space in core libraries. 2005-11-17 13:35:53 +00:00
Version.cpp From David Callu, improved consistency of Version strings and add version support 2007-09-05 17:12:24 +00:00