You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Robin Deits edited this page Mar 24, 2013
·
1 revision
2011-09-29 Interpolating
Previously, I'd been unable to do proper interpolation (creating extra points along straight edges) because I didn't understand the ordering of the vertex points in the .edf file. I now understand -- each vertex has an index referring to its order in the list of vertices. The list of edges is just a list of vertex pairs using those indices.