Bugs item #2798508, was opened at 2009-05-29 13:01
Message generated for change (Comment added) made by hansonr
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379133&aid=2798508&group_id=23629

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Application
Group: v11
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Incorrect export to Pov-Ray at hi resolution.

Initial Comment:
When I export any molecule to Povray with image width 2 thousands  or more, 
some bonds (or all bonds) not saved to .POV file.
I think that bond visibility checking use display (screen) coordinates, but 
must use povray coordinates.

If in file "jmol-11.7.38\src\org\jmol\shape\SticksRenderer.java" in function 
renderBond() comment following lines, then povray
export work fine at any image resolution (width and height).

//    if (!atomA.isModelVisible() || !atomB.isModelVisible()
//        || !g3d.isInDisplayRange(atomA.screenX, atomA.screenY)
//        || !g3d.isInDisplayRange(atomB.screenX, atomB.screenY)
//        || modelSet.isAtomHidden(atomA.getAtomIndex())
//        || modelSet.isAtomHidden(atomB.getAtomIndex()))
//      return;

BW, Vladimir

----------------------------------------------------------------------

>Comment By: Bob Hanson (hansonr)
Date: 2010-03-22 16:59

Message:
I believe this was fixed recently.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379133&aid=2798508&group_id=23629

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Jmol-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to