Tricks in VMD
From Computational Biophysics and Materials Science Group
Revision as of 10:51, 16 May 2014 by Kevin (Talk | contribs) (Created page with "==How to make default background color to white== Add the following lines to vmd.rc under the program directory of VMD # color color Display Background 8 color Display FPS ...")
How to make default background color to white
Add the following lines to vmd.rc under the program directory of VMD
# color color Display Background 8 color Display FPS 16 color Axes Labels 16 # display display projection Orthographic; # Orthographic/Perspective
Note that the directory, with unknown reason, might be encrypted so you have to open it by typing vi vmd.rc
in the Tk console.