From: John Stone (johns_at_ks.uiuc.edu)
Date: Mon Feb 25 2002 - 13:25:22 CST

Hi,
  One correction to my pseudo-Tcl:

> # (loop over all surface points)
> for {set i} {$i < numpoints} {incr i} {
> # map potential values to colors here...
> # see "tricolor_scale" and other routines in user's guide examples...
> # http://www.ks.uiuc.edu/Research/vmd/vmd-1.7.1/ug/node186.html
> draw color $c
>
> # extract surface points from files or lists here
> # see Tcl guides for reading files in Tcl scripts..
> # set x, y and z
>
> # draw geometry here...
> # http://www.ks.uiuc.edu/Research/vmd/vmd-1.7.1/ug/node167.html

      draw point [list $x $y $z]

> }

-- 
NIH Resource for Macromolecular Modeling and Bioinformatics
Beckman Institute for Advanced Science and Technology
University of Illinois, 405 N. Mathews Ave, Urbana, IL 61801
Email: johns_at_ks.uiuc.edu                 Phone: 217-244-3349              
  WWW: http://www.ks.uiuc.edu/~johns/      Fax: 217-244-6078