简体   繁体   中英

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 cube 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM