I tried to create an object of TransparencyAttributes, but gets this
error:
stuf/test3d/test3d2.java [40:1] cannot resolve symbol
symbol : constructor TransparencyAttributes (int,double,int,int)
location: class javax.media.j3d.TransparencyAttributes
TransparencyAttributes attr = new TransparencyAttributes
(TransparencyAttributes.BLENDED, 0.5,
TransparencyAttributes.BLEND_SRC_ALPHA,
TransparencyAttributes.BLEND_ONE);
Is it a bug?