Go Back   AC3D Forums > Technical > AC3D Developers
Register FAQ Members List Calendar Today's Posts

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 23rd July 2004, 04:21 AM   #2
Andy
Administrator
Professional user
 
Andy's Avatar
 
Join Date: Jun 2003
Posts: 4,565
Default

Code:
Prototype void object_add_surface_head(ACObject *ob, Surface *p);
will add it to the start of the list - very fast. (the order of the surfacelist is generally unimportant)

If you already have a list of surfaces, use this:

Code:
Prototype void object_add_surfaces(ACObject *ob, List *l);
(this simply calls object_add_surface_head for each item on the list).

the _head functions will always be faster.

Remember that vertices can't be shared across ACObjects.

Andy
Andy is offline   Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -4. The time now is 05:18 PM.


AC3D Forum
(C) Inivis Limited 2020