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