Re: [JAVA3D] Object Tansparancy

2001-05-02 Thread J. Lee Dixon
02, 2001 4:40 AM > To: [EMAIL PROTECTED] > Subject: [JAVA3D] Object Tansparancy > > > hello. > > i'm making transparent 3D objects in 3D space using texture . > what i did was - set the material transparant, and set the > texture opaque. The result was, the object i

[JAVA3D] Object Tansparancy

2001-05-02 Thread swkeum
hello. i'm making transparent 3D objects in 3D space using texture . what i did was - set the material transparant, and set the texture opaque. The result was, the object is opaque to the background, but transparent to the other objects. the background is hidden behind the object, but i can se