Hi all!
We are working at convertion of MMO game Taern.com to Stage3D using awsome Away3D lib:). We alredy imported AWD model from 3DsMax with some animation and Map loaded on the screen. (Build with Planes 256/256)
To move Character and background we use TweenLite. The 256x256 Planes with textures are placed in ObjectContainer3D so we can move entire map and all assets on it with single tween. Unfortunately the map is not moving smoothly. U can see that here: http://www.test.taern.com/mapTest/.
I made some performance tests but i cant find any clues how to get better result. Alredy tried with lighter textures. AwayStats shows up - 46,5M RAM and ~5340 POLY. I think all should go smooth :/
Some more technical details:
50FPS;
LOW stage quality;
antiAlias = 2;
Any help would be appreciated:)
Best Regards
Radagast