Skip to content

2011 09 29 Interpolating

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.

Clone this wiki locally