
    README.txt: vtkFlRenderWindowInteractor


    NOTE TO USERS 
 
    The code in this directory is not officially part of ShapeWorks.
 
    This code is covered by the LGPL (different from the ShapeWorks license). A
    more complete license text can be found below.  In short, you may use
    this code in commercial products, but if you make changes directly to
    the vtkFlRenderWindowInteractor source, these changes must also be made
    available to the public as LGPL code.  Please read the COPYING.LGPL file
    for more details.
 
    For details please refer to the original author's web site:
 
    Charl P. Botha <cpbotha@ieee.org> http://cpbotha.net/
 
  *****************************************************************
  *
  * LICENSE:
  *
  *
  *
  * vtkFlRenderWindowInteractor - class to enable VTK to render to and interact
  * with a FLTK window.
  * 
  * Copyright (c) 2002 Charl P. Botha <cpbotha@ieee.org> http://cpbotha.net/
  * Based on original code and concept copyright (c) 2000,2001 David Pont
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
  * version 2 of the License, or (at your option) any later version.
  * 
  * 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 GNU
  * Lesser General Public License for more details.
  * 
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
  * 
  *
  *****************************************************************
