Bob Hanson wrote:
> I believe Rolf's problems were due to bugs in the combinations 
> 
>    antialiasDisplay + translucent
>    antialiasDisplay + POV-Ray
>    antialiasDisplay + image writing
> 
> and possibly my improperly closing a buffered file writer (but I don't 
> know about that).
> 
> Rolf, if you could take a look at what I've just checked in for Jmol 
> 11.3.37, that would be great.
> 
I checked out revision 8510 from SVN and tested it:

1) Povray export with draw objects (translucent or opaque) showed the
same problem as before. But since I have found the Jmol Java Console
(unexpectedly) in the Help menu of the application (starting with a size
of 10x28 pixel!?) I can provide now the error message:

java.lang.NullPointerException
        at org.jmol.export.Export3D.drawStringNoSlab(Unknown Source)
        at org.jmol.export.Export3D.drawString(Unknown Source)
        at org.jmol.shapespecial.DrawRenderer.renderInfo(Unknown Source)
        at org.jmol.shapespecial.DrawRenderer.render(Unknown Source)
        at org.jmol.shape.ShapeRenderer.render(Unknown Source)
        at org.jmol.viewer.FrameRenderer.generateOutput(Unknown Source)
        at org.jmol.viewer.RepaintManager.generateOutput(Unknown Source)
        at org.jmol.viewer.Viewer.generateOutput(Unknown Source)
        at org.jmol.viewer.Eval.write(Unknown Source)
        at org.jmol.viewer.Eval.instructionDispatchLoop(Unknown Source)
        at org.jmol.viewer.Eval.runEval(Unknown Source)
        at org.jmol.viewer.Viewer.evalStringWaitStatus(Unknown Source)
        at org.jmol.viewer.ScriptManager.runScript(Unknown Source)
        at org.jmol.viewer.ScriptManager.runNextScript(Unknown Source)
        at org.jmol.viewer.ScriptManager$ScriptQueueRunnable.run(Unknown Source)
        at java.lang.Thread.run(Thread.java:534)

2) Povray export without draw objects worked well. I got the ".pov" and
".ini" file and after starting povray with ".ini" file as parameter I
got a PNG file of the expected size.

3) Povray export using the dialog didn't start povray any more (option
is checked). There was written a ".pov" file but no ".ini" file.

4) Antialiasing worked now in the application, although I didn't notice
any quality difference with the (translucent) draw objects. But the
(translucent) draw objects are all drawn in front of the other objects
with antialiasing. You can see an example at
"http://www.fli-leibniz.de/~rhuehne/1DEH-no_antialiasing.jpg"; and
"http://www.fli-leibniz.de/~rhuehne/1DEH-antialiasing.jpg";.

5) Image export with the applet still ignores the "antialiasImages" setting.

Regards,
Rolf

-------------------------------------------------------------------------
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

Reply via email to