[JAVA3D] D3DERR_DRIVERINTERNALERROR on GeForce FX 5600

2003-08-29 Thread Alan Zander
support for the card, their only suggestion was to exchange the card for a new one of the same model, and try again. I had my doubts, but did it anyhow. As I suspected, it had no effect.   Thanks in advance for any input,   alan   --- Alan Zander Research Software Engineer TomoTherapy, Inc

Re: [JAVA3D] Transparency Question (Modulation and Ordering)

2003-07-23 Thread Alan Zander
Hi, A couple of weeks ago, I sent the response below to a similar question in this group. (The subject line was: '[JAVA3D] Help with transparent textures please :)') After struggling with Transparency Attributes and blending modes, I finally did away with them and used the rendering attributes in

Re: [JAVA3D] Help with transparent textures please :)

2003-07-10 Thread Alan Zander
The appearance code listed below worked for my transparent texture purposes. The key for me was setting the alpha test function in the RenderingAttributes to NOT_EQUAL and setting the alpha test value to 0. The texture I used was a transparent GIF created with the Gimp. It may not be the most effi