Hi,
Can anyone please tell me the issues that we face when using JCanvas3D instead of Canvas3D?
How to achieve transparency using JCanvas3D?
Regards, hariprasad
|
|
|||
|
|
|
The only reference to JCanvas3D I can find right now is in a com.sun.j3d.exp.swing package. The API for that package actually has an EXPERIMENTAL warning on it. That being said, the forums still have quite a bit of activity in them and it sounds as though people are still actively working on the code. The distinguishing feature between these two seems to be that Canvas3D is the standard "AWT"-like heavyweight component and JCanvas3D is meant to be its Swing counterpart. After searching around a bit more: I found this tidbit quoted from an answer by interactive mesh which sounds like it will answer your more specific question.
|
||
|
|