A. Murat Tanyer wrote: >Hi; > >Can I export a Java3D scene to VRML? The reason I want to do this is the >GUI that is available in VRML software. >Or do I have to write my own interface for basic interaction functions >like zoom in/out, move etc? > A general exporter from Java3D to VRML is rather difficult. There are a few exporters that can covert a subset of Java3D to VRML but I don't remember their names.
Setting up some basic nagivation is not hard. There are several examples in the Java3D demos, specifiy take a look at the demo/java3d/ObjLoad code. the j3d.org codebase has some more advanced navigation code that included terrain following. Look at the examples/navigation for some sample code. -- Alan Hudson President: Yumetech, Inc. http://www.yumetech.com/ Web3D Open Source Chair http://www.web3d.org/TaskGroups/source/ =========================================================================== 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".
