textureMaterial.alphaBlending = true;
textureMaterial.blendMode = BlendMode.LAYER;
for the texture I used png file and BitmapTexture
Easy way to make transparent texturesSoftware: Away3D 4.x |
||
Dimka, Newbie
Posted: 04 June 2012 10:31 AM Total Posts: 1
textureMaterial.alphaBlending = true; for the texture I used png file and BitmapTexture |
||
Richard Olsson, Administrator
Posted: 16 June 2012 12:50 PM Total Posts: 1192 [ # 1 ] I’m not sure if this is meant as a question? Anyway, you shouldn’t need to set the blendMode at all. |