Hi Silvano, 

Well, The ModelLoader is loading my file properly but for some strange
reason I cant seem to resize the object. Anyway, but yours seems to be
FileNotFoundException, so it is something to do with the way your are
specifying your file's path or maybe you are just using the filename but
it is not in the current directory.

ModelLoader ml = new ModelLoader(); 
Scene model1 = loader.load("mymodel.dxf"); // if in the current dir
Scene model1 = loader.load("c:\java3d\models\mymodel.dxf"); // if not in
                                        //current dir specify the path

Now, you are not supposed to call the Loader_DXF directly. The ModelLoader
is the only Loader that you have to use no matter if it is DXF, 3DS or any
other file. I guess internally the ModelLoader identifies the right loader
to use in this case Loader_DXF when it sees the file type (extension like
.dxf)

Hope this helps !! 

Cheers 
Tina 

> I am having problems with DXF too..
> But I donīt know how to insert the DXF files into my Universe java3D...
> did you know what loader I must user...
> because I tried with DXF_Loader, Loader_DXF, ModelLoader and didnīt
> get sucess...
> this error happend..
> Do not call this directly
> Exception loading file from path:java.io.FileNotFoundException

==========================================================================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".

Reply via email to