diff options
author | jtg <jtg> | 1999-08-19 00:55:39 +0000 |
---|---|---|
committer | jtg <jtg> | 1999-08-19 00:55:39 +0000 |
commit | fd624c0601f71bf8b39ccc748a8a13d01ea5f7d2 (patch) | |
tree | 85cb4d55b85164f23c13d9ff0e4fcadd0ca561fd /progs/demos/stex3d.c | |
parent | afb833d4e89c312460a4ab9ed6a7a8ca4ebbfe1c (diff) |
Imported sourcesstart
Diffstat (limited to 'progs/demos/stex3d.c')
-rw-r--r-- | progs/demos/stex3d.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/progs/demos/stex3d.c b/progs/demos/stex3d.c index 7c478c79b41..a0072536f95 100644 --- a/progs/demos/stex3d.c +++ b/progs/demos/stex3d.c @@ -1,4 +1,4 @@ -/* $Id: stex3d.c,v 1.1 1999/08/19 00:55:40 jtg Exp $ */ +/* $Id: stex3d.c,v 1.1.1.1 1999/08/19 00:55:40 jtg Exp $ */ /*----------------------------- * stex3d.c GL example of the mesa 3d-texture extention to simulate procedural @@ -17,8 +17,8 @@ /* * $Log: stex3d.c,v $ - * Revision 1.1 1999/08/19 00:55:40 jtg - * Initial revision + * Revision 1.1.1.1 1999/08/19 00:55:40 jtg + * Imported sources * * Revision 3.1 1998/06/09 01:53:49 brianp * main() should return an int |