View Single Post
  #1  
Old 07-16-2012, 01:03 AM
sleiN13 sleiN13 is offline
Member
 
Join Date: Dec 2008
Posts: 83
Bulk loading avatars

Is there a way to load a large amount of avatars efficiently?

I've to load 80 avatars into memory to be used in the virual world (not all are shown at the same time) but found that loading times increase almost exponentially.

I found that loading avatars in realtime will produce a significant framedrop (same goes for loading animations on demand) so I've to load them all at startup. but this takes a lot of time and I was wondering if there was a faster way of loading them for example in 1 bulk file or something.
Reply With Quote