Java 3D OpenGL driver for 3DFX video cards

Hi all,

Does anybody know of some Java 3D OpenGL driver designed for 3DFX video cards (Voodoo Cards)?

These video cards have hardware 3D acceleration and I think that such a driver could boost the design and development of 3D Games and Complex Graphic Applications.

So, if anyone has heard something about it, please let me know.

Thank you all in advance

Regards,

Filipe Fedalto

[428 byte] By [filcobra] at [2007-9-26 13:25:28]
# 1
I believe 3dfx uses a different type of opengl called miniGL or soemthing like that, not sure where you can find it though (company gone and all)
JDunlop at 2007-7-2 13:48:23 > top of Java-index,Security,Cryptography...
# 2
3dfx cards don't support 'proper' OpenGL like newer cards do, and the miniGL is a cut-down version. However they do work pretty well with DirectX, so you should be able to get Java3D accelerated via your voodoo card if you use the DirectX version.
OrangyTang at 2007-7-2 13:48:23 > top of Java-index,Security,Cryptography...