Hello,
I wanted to ask some general question here regarding performance.
Lets say I have two objects that I use, Obj1 and Obj2.
I want to have 60 instances of Obj1 and 15 instances of Obj2 separated into 5 different ObjContainers.
Comming from 2dworld where we use the spritesheet to prevent constant upload to graphic card I am now looking for best performance solution.
Each of Obj1 need to be able to have different image present, and the image needs to be changable.
Obj2 will have static images.
Since I will use this in conjunction with Starling, can you point me in the best direction of performance regarding reusing of Textures and geometries since now I am little confused?
The main question is can I use single ATF Texture and just two geometries and reuse those ones on all objects and how?