LiveWire
9th December 2004, 10:54 PM
how do i get a List of ACEdges from a single surface?
List *edgelist_get_by_surface(List *someList, Surface *theSurface);
(im not on my comp with ac3d so i cant look up the exact spelling of the command.)
im not sure how to use it, cause theres two List*.
List *MyEdgeList = edgelist_get_by_surface(NULL, MySurface); //???
doesnt work...
List *MyEdgeList = NULL;
edgelist_get_by_surface(MyEdgeList, MySurface); //???
doesnt work either.
List *edgelist_get_by_surface(List *someList, Surface *theSurface);
(im not on my comp with ac3d so i cant look up the exact spelling of the command.)
im not sure how to use it, cause theres two List*.
List *MyEdgeList = edgelist_get_by_surface(NULL, MySurface); //???
doesnt work...
List *MyEdgeList = NULL;
edgelist_get_by_surface(MyEdgeList, MySurface); //???
doesnt work either.