curt
|
96de3b06e8
|
Added a slight border overlap to try to minimize pixel wide gaps between
tiles due to round off error. This is not a perfect solution, but helps.
|
1998-06-01 17:58:19 +00:00 |
|
curt
|
17dbfaeee0
|
Commented out a couple of debugging messages.
|
1998-05-27 02:27:22 +00:00 |
|
curt
|
e1934115dc
|
Added a flag to the first run of "triangle" to impose a maximum triangle
size. This forces really flat areas to be subdivided a certain amount
anyways. This makes for slightly more interesting scenery.
|
1998-05-27 02:25:26 +00:00 |
|
curt
|
7f250ecb90
|
For each strip, specify a default material property and calculate a center
and bounding sphere.
|
1998-05-24 02:47:47 +00:00 |
|
curt
|
e49deb790e
|
Output more digits after the decimal place.
|
1998-05-23 15:19:49 +00:00 |
|
curt
|
f0a9195cec
|
Removed derived files "Makefile.in" from version control.
|
1998-05-23 14:31:49 +00:00 |
|
curt
|
8da60b798d
|
Derived file "Makefile.in" removed from version control.
|
1998-05-23 14:18:25 +00:00 |
|
curt
|
de4c486c16
|
Makefile tweaks
|
1998-05-20 20:55:40 +00:00 |
|
curt
|
f00f7f02d4
|
Fixed arbitrary polygon winding problem here so all tristrips are passed
to runtime simulator with a consistant counter clockwise winding.
|
1998-05-20 20:55:18 +00:00 |
|
curt
|
e30c10841c
|
Fixed an off by one error in node, normal, and face counters.
|
1998-05-16 13:11:25 +00:00 |
|
curt
|
9ddf836a79
|
Updated ...
|
1998-05-13 18:30:14 +00:00 |
|
curt
|
a565fb559f
|
...
|
1998-05-07 23:16:05 +00:00 |
|
curt
|
4b4aef9d3a
|
Converting to polar3d.h routines.
|
1998-05-02 01:54:24 +00:00 |
|
curt
|
af753f2679
|
Fixed a bug where the wrong variable was being initialized.
|
1998-05-02 01:49:21 +00:00 |
|
curt
|
7989d27bf8
|
Updates ...
|
1998-04-28 01:24:01 +00:00 |
|
curt
|
1d3e840fef
|
Added a work around so that we can get past the "triangle" program
hanging, by aborting and rerunning with that tile marked to use the "-i"
option.
|
1998-04-28 01:23:25 +00:00 |
|
curt
|
de8f726b62
|
Fixed an off by one error.
|
1998-04-27 15:59:24 +00:00 |
|
curt
|
9cc98181fa
|
Code now calculates a center reference points and outputs everything
relative to that. This is useful in the rendering engine to keep everything
close to (0, 0, 0) where we can avoid many GLfloat precision problems.
|
1998-04-27 03:33:11 +00:00 |
|
curt
|
41515d1bae
|
Wrapped rint()'s in #ifdef HAVE_RINT
|
1998-04-27 03:32:03 +00:00 |
|
curt
|
5c90891d01
|
Removed DemInfo for now.
|
1998-04-26 13:37:11 +00:00 |
|
curt
|
05efe17b92
|
Removed DemInfo for now.
|
1998-04-26 13:29:12 +00:00 |
|
curt
|
821c04f55b
|
Tweaks
|
1998-04-26 05:02:12 +00:00 |
|
curt
|
5834ac2582
|
Added #ifdef HAVE_STDLIB_H
|
1998-04-26 05:02:06 +00:00 |
|
curt
|
8ec9cfff66
|
Tweaks.
|
1998-04-26 05:01:28 +00:00 |
|
curt
|
901d45860a
|
Edited cvs log messages in source files ... bad bad bad!
|
1998-04-25 22:06:35 +00:00 |
|
curt
|
87db7184ea
|
Misc. tweaks.
|
1998-04-25 15:12:08 +00:00 |
|
curt
|
b2567ad1cc
|
Changed "r" to "rb" in gzopen() options. This fixes bad behavior in win32.
|
1998-04-25 15:00:32 +00:00 |
|
curt
|
fe33bf171e
|
Added zlib support.
|
1998-04-24 00:43:59 +00:00 |
|
curt
|
18ae70b3b1
|
Fixed a bug in zlib usage.
|
1998-04-22 13:14:46 +00:00 |
|
curt
|
d365ac9aff
|
Prepairing for C++ integration.
|
1998-04-21 17:03:41 +00:00 |
|
curt
|
efcd77da4a
|
Added zlib support in placed and other misc. tweaks.
|
1998-04-18 04:02:48 +00:00 |
|
curt
|
db45671ad3
|
Now use libMath rather than having local copies of math routines.
|
1998-04-18 04:01:01 +00:00 |
|
curt
|
2c866a0b5c
|
Incorporated into gnu automake/autoconf system.
|
1998-04-18 03:59:44 +00:00 |
|
curt
|
58dc64b85e
|
Added DemRaw2ascii/ to process 30 arcsec Ascii DEM file formats.
|
1998-04-18 03:58:32 +00:00 |
|
curt
|
e9faab034f
|
Added zlib library support.
|
1998-04-18 03:57:53 +00:00 |
|
curt
|
7bc397dd65
|
Added zlib support.
|
1998-04-18 03:53:05 +00:00 |
|
curt
|
e4a1a341cc
|
Code reorganizations. Added a Lib/ directory for more general libraries.
|
1998-04-14 02:43:57 +00:00 |
|
curt
|
1f7da4f54e
|
Used "new" to auto-allocate large DEM parsing arrays in class constructor.
|
1998-04-14 02:43:27 +00:00 |
|
curt
|
cd7233754f
|
Code reorganizations. Added a Lib/ directory for more general libraries.
|
1998-04-14 02:25:54 +00:00 |
|
curt
|
8deb5c5804
|
Initial revision.
|
1998-04-09 01:58:04 +00:00 |
|
curt
|
784960bd8f
|
Adopted Gnu automake/autoconf system.
|
1998-04-08 23:19:34 +00:00 |
|
curt
|
104ea85dfe
|
Adopted Gnu automake/autoconf system.
|
1998-04-08 23:05:54 +00:00 |
|
curt
|
079b3ad13d
|
Adopted Gnu automake/autoconf system.
|
1998-04-08 22:54:56 +00:00 |
|
curt
|
e9ffabdc8e
|
Additional win32 support.
Fixed a bad bug in dem file parsing that was causing the output to be
flipped about x = y.
|
1998-04-06 21:09:37 +00:00 |
|
curt
|
f3fed05fc9
|
Updated to use FG_EPSILON
|
1998-03-23 20:35:41 +00:00 |
|
curt
|
bc4e92b887
|
Reorganized into a class lib called fgDEM.
|
1998-03-19 02:54:46 +00:00 |
|
curt
|
21a2616ab4
|
Updated to reflect some minor tool reorganization and the creation of class
to handle DEM processing needs.
|
1998-03-19 02:52:51 +00:00 |
|
curt
|
138c3ebe05
|
Added special case handling to compensate for bugs in our beloved tri striper
|
1998-03-19 02:51:41 +00:00 |
|
curt
|
31c774d723
|
Updated to support -lDEM class.
|
1998-03-19 02:50:19 +00:00 |
|
curt
|
c98579b6de
|
Added gpc-2.01 (generic polygon clipping library)
|
1998-03-19 01:48:34 +00:00 |
|