But doesn't it use the same data structure as Quesa which is a real
array in memory where you can't resize (since the memory next to it
is not likely to be free).
I'm just looking at it at a lower level. If it's doing that behind
the scenes, then it would be a huge bottleneck to resize so I have to
design it to resize sparingly--only when characters increases
significantly.
On Mar 30, 2006, at 3:20 PM, Asher Dunn wrote:
On Mar 30, 2006, at 6:08 PM, Lo Saeteurn wrote:
So if I change the vertex count and the triangle count, it
automatically copies the original VertexList and TriangleList to
new arrays? If so, does it do this when I'm downsizing it?
It doesn't copy them into new arrays, it resizes the existing
arrays. At least, I presume it does. When downsizing, it preserves
as much data as possible (like redim).
-- Asher
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|