View Single Post
  #3  
Old 01-23-2007, 12:43 PM
vizmaster vizmaster is offline
Member
 
Join Date: Aug 2006
Posts: 27
Hi,
Since I am loading over 1GB of texture, I load 2048x2048 of texture onto a each tile of a tiled billboard. If I load the texture dynamically it takes upto 20 seconds to load. To slow.
The second method is loading both textures into memory.
The thing is I don't want to only load two textures. While I am displaying one texture I would like to load the next texture to be displayed.
In both approachs are the textures loaded into memory?
Thanks,
__________________
VizMaster
Reply With Quote