Thread: Please Help!
View Single Post
Old 24th March 2004, 01:31 AM   #11
monster
Member
Advanced member
 
Join Date: Dec 2003
Location: Melbourne, Australia
Posts: 39
Default Re: Please Help!

Try;
Code:
Prototype ACObject *new_object(int type);
and
Code:
Prototype void object_add_vertex(ACObject *ob, Vertex *p);
or
Code:
Prototype Vertex *object_add_new_vertex(ACObject *ob, Point3 *p);
monster is offline   Reply With Quote