Hi! Screen of the problem in attachment =)
And this problem appears only on galaxyTab. Galaxy 1 and 2, infuse - OK.
I have Mesh with text in container3D, which is added into scene.
Tilting angle is not very big - approx. 35 degree.
For text i’m using TextureMaterial on PlaneGeometry 1x1:
var bd:BitmapData = new BitmapData(w,h,true,0x00000000);
bd.draw(textfield);
var bt:BitmapTexture = new BitmapTexture(bd);
var mat:TextureMaterial = new TextureMaterial(bt, true, false, false);//no mipmap