View Single Post
Old 20th January 2004, 03:23 PM   #4
Andy
Administrator
Professional user
 
Andy's Avatar
 
Join Date: Jun 2003
Posts: 4,565
Default Re: ac_object_get_triangle_surfaces vs ac_object_get_surface

The only orders that are retained and are important inside AC3D are the order of the children of an object and the order of the vertices within a surface.

The order of other lists e.g. vertices in an object, surfaces in an object may be altered during editing.

Will copying the above function and altering the list_prepend cure your problem? (note that it may slow down since adding to the start of a list is generally faster)

Andy
Andy is offline   Reply With Quote