|
计算机应用研究 2004
Ordered Adjacency Vertex List Structure for Subdivision Surfaces
|
Abstract:
Generally,the data structure for implementation of subdivision surfaces is based on edge structure,which Provides a general method of traversing the mesh.However,for subdivision,it is more natural to consider data structures with representations for faces and vertices,not for edges.In this paper,OAVL structure is proposed for convenient implementation of subdivision.Through this structure,the connectivity of mesh can be found more easily.In addition,OAVL structure has a more efficient storage.Finally,the storage of mesh based on OAVL is analyzed .