aboutsummaryrefslogtreecommitdiffstats
path: root/demos/MiscDemos/tessdemo.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2001-02-13 05:32:07 +0000
committerSven Gothel <[email protected]>2001-02-13 05:32:07 +0000
commit3e2b16a820bfe03f8f3837c3aaa615c8c4b7f18c (patch)
treed834a05eb37751b4c95045c3021589f2e22fcd9f /demos/MiscDemos/tessdemo.java
parent91bc9d109b2d16e6d42f1fbcc9d3dbca51c40b69 (diff)
JAWT Support JDK >=1.3
Diffstat (limited to 'demos/MiscDemos/tessdemo.java')
-rwxr-xr-xdemos/MiscDemos/tessdemo.java13
1 files changed, 10 insertions, 3 deletions
diff --git a/demos/MiscDemos/tessdemo.java b/demos/MiscDemos/tessdemo.java
index 899b27a..91d9754 100755
--- a/demos/MiscDemos/tessdemo.java
+++ b/demos/MiscDemos/tessdemo.java
@@ -14,8 +14,15 @@
/*
* $Log$
- * Revision 1.1 2000/11/18 06:53:19 sven
- * Initial revision
+ * Revision 1.2 2001/02/13 05:32:09 sven
+ * JAWT Support JDK >=1.3
+ *
+ * Revision 1.1.1.2 2000/11/18 10:41:27 sven
+ * still working for the initial check in
+ *
+ * Revision 1.1.1.1 2000/11/18 06:53:19 sven
+ * Initial import into CVS.
+ * Version 2.5.0.0 beta 1
*
* Revision 1.3f.2.1f 1999/11/16 11:09:09 gareth
* Added combine callback. Converted vertices from ints to floats.
@@ -316,7 +323,7 @@ public class tessdemo extends Applet {
public void tesse( )
{
- int tobj;
+ long tobj;
double data[] = new double[3];
int i, j, point_cnt;