Hi! Screen of the problem in attachment (empty lines) =)
And this problem appears only on galaxyTab (Android 3.1). 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:
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
mat.alphaBlending = true;
labelGeometry = new PlaneGeometry(128, 32);
labelMesh = new Mesh(labelGeometry);
labelMesh.material = mat;
no lightPicker is applied; lens.near=10; lens.far=10000; PerspectiveLens with FOV=20.
What I’ve missed? Smooth? Quality? ..