|
I have a problem loading some DXFs files. I
create a Scene, and then I call scene.getSceneGroup() but this returns null. Any
help?
I am sending you :
- A zipped file that contains 2 .dxf files (one
works fine, the other have the mentioned problem)
- the program I use for loading (wich is almost
the same as the ObjLoad distributed with the java 3d api, but for loading dxf
files instead of obj files).
Try it:
java -classpath %classpath%;portfolio2.jar
DXFLoad myobject.dxf
and...
java -classpath %classpath%;portfolio2.jar
DXFLoad mech1.dxf ----------------------------- Oscar Guindzberg [EMAIL PROTECTED] |
- Re: [JAVA3D] Problem loading DXF Oscar Guindzberg
- Re: [JAVA3D] Problem loading DXF Matthew Flagg
- Re: [JAVA3D] Problem loading DXF Holger Heckelm�ller
DXFLoad.java