vrml97 to J3D : parsing error : pixel texture

Hello,
I’ve recently used a vrml97 loader for j3d and it is working fine, with the demo files. But when I load another file coming from another application
(in the same version : 97) I have a parsing error :

Exception: com.sun.j3d.loaders.vrml97.impl.ParseException: Unknown node type: PixelTexture
Last token was “PixelTexture” at line 5187
com.sun.j3d.loaders.vrml97.impl.ParseException: Unknown node type: PixelTexture

Does somedy already met the problem ?
I’m trying to find a parser on the net but that is not easy.
Is it better to create my own parser ?
Somebody can help me ?

Thanks
Gwenaël

The PixelTexture node is not yet fully implemented in SUNs VRML97 loader.

You can see the issue here:

https://j3d-vrml97.dev.java.net/issues/show_bug.cgi?id=9

If this is important to you, register yourself as observer on the project and vote for it.