[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r4579] by migueljmol

bonds do not use java.awt.Color

2006-03-13 00:58:39 Tree
[r4578] by migueljmol

labels no longer use java.awt.Color

2006-03-13 00:49:19 Tree
[r4577] by migueljmol

eliminated java.awt.Color from selection halo

2006-03-12 23:25:24 Tree
[r4576] by nicove

Dealing with viewer.getDisplayModelIndex() returning -1

2006-03-12 23:13:39 Tree
[r4575] by migueljmol

next step in eliminating java.awt.Color

2006-03-12 22:46:14 Tree
[r4574] by migueljmol

Minor step in eliminating use of java.awt.Color object

2006-03-12 22:24:06 Tree
[r4573] by nicove

Fah

2006-03-12 21:41:46 Tree
[r4572] by nicove

Fah

2006-03-12 11:32:46 Tree
[r4571] by nicove

Fah

2006-03-12 09:08:59 Tree
[r4570] by hansonr

draw support for animation:

(1) absolute [x,y,z] coordinates are "fixed" in space
in all frames.

(2) (atom sets) are calculated freshly for EACH frame
unless the FIXED keyword is present. In that case,
what is displayed is an average value for all frames.

(3) [objectID] references are fixed or free to move, as
defined in the initial "draw objectID" specification.

(4) fixed coordinates and free (atom sets) can be mixed.

Examples:

load cyclohexane_movie.xyz
draw axis1 250 (atomno=2) (atomno=5)
#between two atoms

draw axis2 200 (atomno=4 or atomno=3) (atomno=1 or atomno=6)
#between two bonds

draw axis2 200 FIXED (atomno=4 or atomno=3) (atomno=1 or atomno=6)
#average position shown throughout animation

draw axis2 200 [0.,0.,0.] (atomno=4 or atomno=3) (atomno=1 or atomno=6)
# one fixed point and two moving points forming a triangle.

animation on



see http://www.stolaf.edu/people/hansonr/jmol/test/json/pmesh.htm

2006-03-12 03:18:39 Tree
Older >