132001f49Smrg/* 232001f49Smrg * For the software in this directory 332001f49Smrg * (c) Copyright 1993, Silicon Graphics, Inc. 432001f49Smrg * ALL RIGHTS RESERVED 532001f49Smrg * Permission to use, copy, modify, and distribute this software for 632001f49Smrg * any purpose and without fee is hereby granted, provided that the above 732001f49Smrg * copyright notice appear in all copies and that both the copyright notice 832001f49Smrg * and this permission notice appear in supporting documentation, and that 932001f49Smrg * the name of Silicon Graphics, Inc. not be used in advertising 1032001f49Smrg * or publicity pertaining to distribution of the software without specific, 1132001f49Smrg * written prior permission. 1232001f49Smrg * 1332001f49Smrg * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS" 1432001f49Smrg * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE, 1532001f49Smrg * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR 1632001f49Smrg * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON 1732001f49Smrg * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT, 1832001f49Smrg * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY 1932001f49Smrg * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION, 2032001f49Smrg * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF 2132001f49Smrg * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN 2232001f49Smrg * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON 2332001f49Smrg * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE 2432001f49Smrg * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE. 2532001f49Smrg * 2632001f49Smrg * US Government Users Restricted Rights 2732001f49Smrg * Use, duplication, or disclosure by the Government is subject to 2832001f49Smrg * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph 2932001f49Smrg * (c)(1)(ii) of the Rights in Technical Data and Computer Software 3032001f49Smrg * clause at DFARS 252.227-7013 and/or in similar or successor 3132001f49Smrg * clauses in the FAR or the DOD or NASA FAR Supplement. 3232001f49Smrg * Unpublished-- rights reserved under the copyright laws of the 3332001f49Smrg * United States. Contractor/manufacturer is Silicon Graphics, 3432001f49Smrg * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311. 3532001f49Smrg * 3632001f49Smrg * OpenGL(TM) is a trademark of Silicon Graphics, Inc. 3732001f49Smrg */ 3832001f49Smrg 3932001f49SmrgThe source code examples in this directory accompany the examples 4032001f49Smrgprinted in the _OpenGL Programming Guide_, published by Addison-Wesley; 4132001f49SmrgISBN 0-201-63274-8. 42