Changes between Version 2 and Version 3 of MolGraphics


Ignore:
Timestamp:
Jan 6, 2015, 6:39:11 PM (11 years ago)
Author:
Tom Goddard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MolGraphics

    v2 v3  
    2727 *vdwColor (drop this)
    2828
    29  *Thermal ellipsoids for atoms -- in Python in Chimera 1
     29 *Thermal ellipsoids for atoms -- in Python in Chimera 1, maybe should be Molecule attributes
    3030 scaleFactor (float, scales size)
    3131 probabilityLevelForScaling (percentage)
     
    192192}}}
    193193
    194 == Other changes ==
    195 
    196 1. Make color objects immutable.  Chimera 1 allows redefining a color and having all graphics objects using that color automatically update.  Complexity of that is not worth it.
    197 
    198 2. Integrating Nucleotides, Thermal ellipsoid, and Pipes and Plank styles into core is a lot of work.
     194== Global attributes ==
     195{{{
     196
     197 labelFontSize (integer points)
     198 labelFont (e.g. helvetica)
     199 labelStyle (normal, bold, italic)
     200 labelsOnTop (true/false, labels drawn on top of molecules)
     201}}}
     202
     203== Changes ==
     204
     2051. Should molecular surface attributes (color, per-atom visibility, category) be removed from Atom objects?
     206
     2072. Should nucleotide display style be in the Residue class (currently in Python / VRML in Chimera 1)?
     208
     2093. Should pipes and planks display style be part of Chain class?
     210
     2114. Should thermal ellipsoid display style be part of Atom class?
     212
     2135. Should wire bond and dot atom display styles be supported?
     214
     2156. Should vdw dot surfaces be removed from molecule classes?
     216
     2177. Should color objects be immutable?  Chimera 1 allows redefining a color and having all graphics objects using that color automatically update.  Complex code.
     218