AllAmericanBadAzz Posted February 3, 2021 Posted February 3, 2021 (edited) I am implementing DeWall's DT algorithm. I am having a tough time determining just how some of the methods are supposed to go. My first question: how would I represent a d-simplex in my code? I am using a game engine to generate a mesh with this and it requires a set of vertices and then a set of triangle mappings to those vertices to create the polygons. Is the d-simplex different from a poly/face? Ive been reading this paper to figure it out: http://vcg.isti.cnr.it/publications/papers/dewall.pdf So my questions are: How are Extract(), MakeFirstSimplex(), MakeSimplex() supposed to work? A general (and specific) description of the methods would be fantastic! Also how to represent said data. I am using Vectors for my points, int[ ]'s for my triangle mappings, and Lists of either for various uses. Please no code though. I am aiming to do this myself. Edited February 3, 2021 by AllAmericanBadAzz
AllAmericanBadAzz Posted February 3, 2021 Author Posted February 3, 2021 *BUMP* Cross posted this here and another board and *nothing* in terms of help...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now