how to see oneself edges using java3d transparency
When setting an object's transparency on in Java3D, I cant see the other objects through that object but I can't see this very object geometry through it. Is that possible ?
(example: I have a transparent cube that is lit a way that the faces have different colors, however, I can only see at most 3 faces of the cub开发者_运维知识库e at the same time)
This probably has something to do with Culling. Check out this example: http://java.sun.com/developer/onlineTraining/java3d/j3d_tutorial_ch2.pdf Go to page 2-42, section 2.6.4. I have a feeling it has to do with that.
精彩评论