View Single Post
Old 19th March 2004, 06:00 AM   #3
monster
Member
Advanced member
 
Join Date: Dec 2003
Location: Melbourne, Australia
Posts: 39
Default Re: Adding lots of surfaces quickly - Importer plugin

Ah, yes. Thanks for the reply.
It was;
Code:
ac_object_get_vertex_at_index
That was taking the time.
If I run through and cache them all, it's much quicker.
But still, is there a quicker way to get a list of all the Vertex pointers?
I've created them with;
Code:
ac_object_add_vertices_from_float_array
monster is offline   Reply With Quote