Update of /cvsroot/gcblue/gcb_wx/src/graphics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4666/src/graphics
Modified Files:
tcTerrainTextureFactory.cpp
Log Message:
Index: tcTerrainTextureFactory.cpp
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tcTerrainTextureFactory.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** tcTerrainTextureFactory.cpp 15 Dec 2003 04:19:59 -0000 1.5
--- tcTerrainTextureFactory.cpp 5 Apr 2004 02:24:29 -0000 1.6
***************
*** 1,3 ****
! /*
* This is a very simple demonstration of how to provide procedural textures to Demeter.
* This sample texture factory simply creates texels based on the terrain elevation at each texel.
--- 1,21 ----
! /**
! * Copyright (C) 2003 Dewitt "Cole" Colclough (de...@tw...)
! * All rights reserved.
! *
! * This file is part of the Global Conflict Blue (GCB) program.
! * GCB is free software; you can redistribute it and/or modify
! * it under the terms of version 2 of the GNU General Public License as
! * published by the Free Software Foundation.
! *
! * GCB 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 General Public License for more details.
! *
! * You should have received a copy of the GNU General Public License
! * along with GCB; if not, write to the Free Software
! * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
! */
! /** @file tcTerrainTextureFactory.cpp
* This is a very simple demonstration of how to provide procedural textures to Demeter.
* This sample texture factory simply creates texels based on the terrain elevation at each texel.
|