Why enabling transparency can lead to cliping problems ?
Posted
by Amokrane
on Stack Overflow
See other posts from Stack Overflow
or by Amokrane
Published on 2010-03-12T03:34:44Z
Indexed on
2010/03/12
3:37 UTC
Read the original article
Hit count: 223
Hi,
I'm working on a 3D graphical application in Java using the Java 3D API. I noticed that every time I was dealing with transparency, all I got in return were some clipping problems. Some parts of the scene weren't displayed properly. It might seem obvious that this would happen in a certain way but I'm looking for a logical explanation, why is this happening?
Thank you
© Stack Overflow or respective owner