Hi!

I have problems with objects transparency with textures. Already 5 days. Below Uma Sabada has written working (like) program. But, again, I have failled. Here is piece of code, can somebody will prompt in than problem.

app = new Appearance();
Texture tex = new TextureLoader(texImage, this).getTexture();
app.setTexture(tex);
TextureAttributes texAttr = new TextureAttributes();
texAttr.setTextureMode(TextureAttributes.MODULATE);
app.setTextureAttributes(texAttr);

transparency = new TransparencyAttributes(

TransparencyAttributes.NICEST, .3f);

May be somebody post a working code, please

Thank you for attention.

 
 
--------------------------------------------------------------------------------------------
[EMAIL PROTECTED]
 
ICQ: #75190013

Reply via email to