Page 1 of 1

list of textures

Posted: Fri Oct 27, 2006 4:49 pm
by Watcher
Hi I would like to know how can I create and how looks like list of textures for texture animator.

Posted: Fri Oct 27, 2006 5:03 pm
by JP
array<ITexture*> textureArray;
textureArray.push_back(<insert texture here>);

Posted: Sat Oct 28, 2006 7:13 pm
by Watcher
thank you