Easy question: Bitmap Texture broken

Software: Away3D 4.x

marronnier, Newbie
Posted: 12 April 2012 08:39 PM   Total Posts: 17

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(bttruefalsefalse);//no mipmap
mat.alphaBlending true;
labelGeometry = new PlaneGeometry(12832);
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? ..

 

   
   

X

Away3D Forum

Member Login

Username

Password

Remember_me



X