You must be use a ModelLoader.
Example:
Scene scene = new Scene();
ModelLoader loader = new ModelLoader();
BranchGroup bg = new BranchGroup();
scene = loader.load("file.dxf");
bg = scene.getSceneGraph();
so..now add the BranchGraph in your universe..
SILVANO MALFATTI
COMPUTER SCIENCE - URI University
---------------------------------
===========================================================================
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".