Bugs item #2798508, was opened at 2009-05-29 18:01
Message generated for change (Tracker Item Submitted) made by nobody
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: Open
Resolution: None
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

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

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

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to