Kevin Kim wrote: > Does any one know how to invoke Xj3D browser from Java?
Yes :) > I have JAVA code to load binary image and did some color manipulation. > I also have VRML scene that I had produced separately from external > authoring tool, X3D-Edit. Now, I want to project my manipulated scene > data to Xj3D browser. One particular issue you need to be careful with is that the Xj3D XML support is not directly tracking the XML encoding of the X3D spec. You may have some troubles loading the XML-encoded files. If you can, please export to the UTF8 encoding. > I have had difficulty so far how to install and actually invoke in my > code. I wonder whether there is any reference tutorial for Xj3D. There are none really for the basic example applications. If you are not loading really large worlds, the standard java command will be sufficient. Point your classpath at the appropriate examples directory and then "java DIYBrowser" or whatever browser example you are using. -- Justin Couch http://www.vlc.com.au/~justin/ Java Architect & Bit Twiddler http://www.yumetech.com/ Author, Java 3D FAQ Maintainer http://www.j3d.org/ ------------------------------------------------------------------- "Humanism is dead. Animals think, feel; so do machines now. Neither man nor woman is the measure of all things. Every organism processes data according to its domain, its environment; you, with all your brains, would be useless in a mouse's universe..." - Greg Bear, Slant ------------------------------------------------------------------- =========================================================================== 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".