Results 1 to 7 of 7

Thread: PolyToTri

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    I have a polygon triangulation implementation.
    But it seems much more simple than the one from link.

  2. #2
    PGDCE Developer Carver413's Avatar
    Join Date
    Jun 2010
    Location
    Spokane,WA,Usa
    Posts
    206
    I would be interested in anything that works, I plan to try a convertion as it will help further my understanding of c++

  3. #3

  4. #4
    My implementation can be found here:
    https://github.com/casteng/base/blob/dev/Geometry.pas
    Method T2DPointList.Triangulate()

  5. #5
    PGDCE Developer Carver413's Avatar
    Join Date
    Jun 2010
    Location
    Spokane,WA,Usa
    Posts
    206
    Thanks I'll check it out.

  6. #6
    or ZenGL have working triangulation function
    Attached Images Attached Images

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •