View Single Post
  #1  
Old 01-11-2011, 08:39 AM
kovitch kovitch is offline
Member
 
Join Date: Sep 2010
Posts: 30
Loading objects faster

Hello,

I'm using the following code to load some objects:

Code:
for i in range(0,tables_number):
	tables.append(viz.add('src/obj/table.flt'))
However, it takes too long to load 50 tables (about 30 seconds).

Is there any trick to accomplish this task faster?

Regards.

Last edited by kovitch; 01-11-2011 at 08:46 AM.
Reply With Quote