1
0
Fork 0
Commit graph

121 commits

Author SHA1 Message Date
curt
14a58ae22b Several tweaks to start incorporating area cutouts into the pipeline. 1998-07-20 12:55:35 +00:00
curt
662648f349 Whoops, need to commit Makefile.am, not Makefile. 1998-07-20 12:54:53 +00:00
curt
8f14bf2e84 Initial revision. 1998-07-20 12:54:05 +00:00
curt
c4666a4c4a When outputing to a .node file, first check for an optional
"index.node.ex" file in case there is a .poly file to go along with this
node file.  Include these nodes first since they are referenced by position
from the .poly file.  This is my first pass at adding an area "cutout"
feature to the terrain generation pipeline.
1998-07-20 12:46:11 +00:00
curt
0294f8da00 . 1998-07-13 20:58:02 +00:00
curt
0e952432f1 Added #ifdef HAVE_CONFIG_H 1998-07-13 15:29:49 +00:00
curt
00276b769b *.[ch] renamed to *.[ch]xx 1998-07-08 14:59:13 +00:00
curt
4267b78a4d renamed *.[ch] to *.[ch]xx 1998-07-08 14:54:52 +00:00
curt
14ed0c8fa8 tweaks. 1998-07-08 14:49:13 +00:00
curt
2c3d44198c typedef'd struct fgBUCKET. 1998-07-04 00:55:39 +00:00
curt
f019a93757 Added initial start at an Area generator. 1998-07-04 00:55:11 +00:00
curt
4e4fbc2190 typedef'd struct fgBUCKET. 1998-07-04 00:47:18 +00:00
curt
57ce8bc912 Changed include order for <sys/types.h> 1998-06-27 16:55:24 +00:00
curt
0cda53d7ed Mods to test new Stripe fixes from Wilbur Streett. 1998-06-08 17:18:37 +00:00
curt
f7a80a9de3 Renamed *.[ch] to *.[ch]xx 1998-06-08 17:11:44 +00:00
curt
35295a4535 Added DemInfo to dump out "A" record DEM info.
Modified process-dem.pl to work in a temp directory and compress/copy the
result to the final destination.
1998-06-05 18:20:23 +00:00
curt
317854534f Abort out early when reading the "A" record if it doesn't look like
a proper DEM file.
1998-06-05 18:14:39 +00:00
curt
5880cd9ec0 Initial revision. 1998-06-04 19:18:04 +00:00
curt
dcd80906b9 initial checkin of notify 1998-06-02 21:59:51 +00:00
curt
b6ecbc2fa3 initial checkin of modules 1998-06-02 21:59:51 +00:00
curt
fec6317b27 initial checkin of cvswrappers 1998-06-02 21:59:51 +00:00
curt
701f49f4f9 initial checkin of taginfo 1998-06-02 21:59:50 +00:00
curt
515cef272c initial checkin of rcsinfo 1998-06-02 21:59:50 +00:00
curt
df88f8f097 initial checkin of loginfo 1998-06-02 21:59:50 +00:00
curt
754a00b1f3 initial checkin of editinfo 1998-06-02 21:59:50 +00:00
curt
725048d010 initial checkin of commitinfo 1998-06-02 21:59:50 +00:00
curt
51f153543d initial checkin of checkoutlist 1998-06-02 21:59:50 +00:00
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