1
0
Fork 0
Commit graph

90 commits

Author SHA1 Message Date
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
curt
73a1b3e6d2 Changes to process 30 arcsec binary DEM files. 1998-03-03 21:54:43 +00:00
curt
d6ba1a7188 More c++ compile tweaks. 1998-03-03 16:00:52 +00:00
curt
9125f72449 Tweaks for compiling with g++ 1998-03-03 15:36:11 +00:00
curt
4b577c8bab Close to a working version. 1998-03-03 13:10:28 +00:00