|
Hi,
To have a translucent shape you mus at least have
TransparencyAttributes
(TransparencyAttributes.NICEST, 0.0f);
note there is 0.0f of transparency, but the shape
will accept the texture alphas as transparency levels.
But, as show in MultiTexture Java3D demo,
there is no need to set TransparencyAttributes to your shape to have a texture
with levels of transparency (ARGB) which is applied over a plain texture (RGB).
But note in this case we have Multitexture.
I can not tell you about material/ appearance
effects.
Alessandro.
|
Title: Message
- Re: [JAVA3D] transparency Allan Andersen
- [JAVA3D] transparency Jo�o Paulo Menegatti
- Re: [JAVA3D] Transparency Yazel, David J.
- Re: [JAVA3D] Transparency RWGRAY
- [JAVA3D] Transparency Dean Keeler
- Re: [JAVA3D] Transparency Justin Couch
- Re: [JAVA3D] Transparency Justin Couch
- Re: [JAVA3D] Transparency Justin Couch
- Re: [JAVA3D] Transparency Dean Keeler
- [JAVA3D] Transparency Jack Bowie
- Alessandro Borges
