Jump to content

Doubly linked face list

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Malcolma (talk | contribs) at 08:32, 3 October 2008 (cat). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A Doubly Linked Face List or DLFL is an efficient data structure for storing 2-manifold mesh data. The structure stores linked lists for a 3D mesh's faces, edges, vertices, and corners. The structure guarantees the preservation of the manifold property.

This data structure is used by the 3D Modeling software TopMod