-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Andreas Jerke wrote:
| Hi,
|
| I have a SceneGraph with objects positioning before others having
| transparency set to 0.5 .
|
| When I change the Scenegraph (Moving objects, changing Switch etc.) the
| transparency does not work anymore. Some objects BEHIND other transparent
| objects are shown, others NOT.
|
| Any suggestions ?
|
| Best regards,
| Andreas
|
| ===========================================================================
| To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
| of the message "signoff JAVA3D-INTEREST".  For general help, send email to
| [EMAIL PROTECTED] and include in the body of the message "help".

Hi
       If i remember rightly, by default transparent objects are not depth sorted, to
turn this on on your View object, call
setTransparencySortingPolicy(View.TRANSPARENCY_SORT_GEOMETRY);

Hope that helps

Jeremy
- --
________________________________________________________

PGP key is here -> http://www.computerbooth.com/pgp.html

* If debugging is the process of removing bugs, then programming must be
the process of putting them in.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE9tTVfkkWXI7JvucARAqliAKCN0lNDed620MQTv4b3UhHbNPkBawCg7OSp
p/fHuB/TaAviXXXdP6SetfI=
=/ESX
-----END PGP SIGNATURE-----

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to