Ignore:
Timestamp:
Dec 16, 2009, 11:53:06 AM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
20a828
Parents:
59b70a
Message:

Fix attempts of the Tesselation.

One problem still remains:

  • degenerated triangles are created more than two times.

The following has been changed:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/boundary.cpp

    r59b70a r65f1dba  
    10411041//  TesselStruct->RemoveDegeneratedTriangles();
    10421042
     1043  // check envelope for consistency
     1044  status = CheckListOfBaselines(TesselStruct);
     1045
     1046  // store before correction
     1047  StoreTrianglesinFile(mol, (const Tesselation *&)TesselStruct, filename, "");
     1048
    10431049  // correct degenerated polygons
    10441050  TesselStruct->CorrectAllDegeneratedPolygons();
Note: See TracChangeset for help on using the changeset viewer.