Run into a problem when using dxf loader.
Always get NullPointerException error when try to load a dxf file.
ModelLoader ml = new ModelLoader();
Scene s=null;
try {
s=ml.load("tacom689.dxf");
}
Appreciate any opinion.
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".