Quoting Bob Hanson <[EMAIL PROTECTED]>: > Rolf Huehne wrote: > >> Bob Hanson wrote: >> >> >>> new feature: POV-Ray >>> -------------------- >>> >>> Just-about complete is a POV-Ray implementation for the Jmol application >>> (not applet). Thank you, Pim Schravendijk for getting us going on this! >>> I believe the only thing missing is dotted lines. >>> >>> >> >> All draw objects including their labels were missing in my tests. >> >> This might be due to another problem I observed: the last line of the >> povray output was always incomplete (at varying line positions). I had >> to edit the file and discard the last line in order to run "povray" >> without aborting. >> >> >> > yes, that seems possible. Could this be because I'm not properly closing > the file? Does one need to do a flush() of the buffer prior to closing > on some systems? > >> There was no ".ini" file generated as described in former messages. >> >> >> > That's strange -- were you using the dialog or > > write povray filename.pov > > > ? Please try both.
I used "write povray...". The dialog didn't give any result (see below). > >> "povray" ignored the image size settings in the ".pov" file. I had to >> provide the size using command-line options. >> >> >> > right -- that's in the INI file. > >>> the toolbar should bring up a dialog that works. It has been tested only >>> with POV-Ray for Windows. >>> >>> >> >> On my linux system (see below) only an empty povray window opened up >> (and stayed empty, even after several minutes). >> >> >> > we'll need more work on that, obviously. Could this be memory issues? I > doubt that, of course. It's just a simple dialog..... > I don't think there was a memory issue. Jmol itself still worked afterwards (as far as I remember). And obviously my description wasn't clear enough. The dialog box appeared normally and I could select options. The empty povray window appeared after clicking the run button (povray path was set correctly). Maybe this is also related to the truncated povray data. Although there were no error messages as when starting povray using the command-line. >> >> If it works the result looks much better than without antialiasing. >> But it worked only in the applet at a a size of 600x600. When I set the >> applet size to 973x701 I got the following error message: >> >> java.lang.ArrayIndexOutOfBoundsException: 2467087 >> at org.jmol.g3d.Graphics3D.addPixelT(Unknown Source) >> >> > hmm. out of bounds..... 973*701*4 = 2728292. So 2467087 should not at > all be out of bounds. > > ah, OK -- you can't antialias translucent objects yet. I'll bet you did > that, right? Yes, there were translucent draw objects. (the same that didn't appear in the povray output) Regards, Rolf ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Jmol-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-users

