Posted: Wed Sep 14, 2011 1:18 pm Post subject: Java3d and Blender
I'm trying to make a import fom a .obj (generated by blender) using j3d, but i always get this same error:
code:
Exception in thread "main" com.sun.j3d.loaders.ParsingErrorException: Unrecognized token, line 4
at com.sun.j3d.loaders.objectfile.ObjectFile.readFile(ObjectFile.java:608)
at com.sun.j3d.loaders.objectfile.ObjectFile.load(ObjectFile.java:1285)
at com.sun.j3d.loaders.objectfile.ObjectFile.load(ObjectFile.java:696)
at reteste1.ReTeste1.createSceneGraph(ReTeste1.java:56)
at reteste1.ReTeste1.<init>(ReTeste1.java:40)
at reteste1.ReTeste1.main(ReTeste1.java:77)
BUILD SUCCESSFUL (total time: 7 seconds)
somebody help me, please.
(and sorry for the english, i'm brasilian, and my english is sux!)