]> git.mxchange.org Git - flightgear.git/commit
Added a mechanism to dump out the triangle structures for viewing.
authorcurt <curt>
Sun, 21 Mar 1999 14:02:05 +0000 (14:02 +0000)
committercurt <curt>
Sun, 21 Mar 1999 14:02:05 +0000 (14:02 +0000)
commit033af0d05c2f8ebd7f85db12c8e7d78b53412ec2
treec3adfa761d96cf1129306ff44a1f325fa93d41ac
parentb4a9bde0e9d5a8c578d9002d555d2b933f58117c
Added a mechanism to dump out the triangle structures for viewing.
Fixed a couple bugs in first pass at triangulation.
- needed to explicitely initialize the polygon accumulator in triangle.cxx
  before each polygon rather than depending on the default behavior.
- Fixed a problem with region attribute propagation where I wasn't generating
  the hole points correctly.
Main/construct.cxx
Triangulate/triangle.cxx
Triangulate/tripoly.hxx