From 0119eec3fedf8472d7c2e0b6cb2dba9dc02e2b9e Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sat, 26 Jun 2010 09:55:18 +0000 Subject: [PATCH] Checked in missing source file. --- src/osg/ShaderComposer.cpp | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/osg/ShaderComposer.cpp diff --git a/src/osg/ShaderComposer.cpp b/src/osg/ShaderComposer.cpp new file mode 100644 index 000000000..99038ba74 --- /dev/null +++ b/src/osg/ShaderComposer.cpp @@ -0,0 +1,34 @@ +/* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield + * + * This library is open source and may be redistributed and/or modified under + * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or + * (at your option) any later version. The full license is in LICENSE file + * included with this distribution, and on the openscenegraph.org website. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * OpenSceneGraph Public License for more details. +*/ + +#include +#include + +using namespace osg; + +ShaderComposer::ShaderComposer() +{ + OSG_INFO<<"ShaderComposer::ShaderComposer() "<