############################################################################ #cr #cr (C) Copyright 1995-2007 The Board of Trustees of the #cr University of Illinois #cr All Rights Reserved #cr ############################################################################ ############################################################################ # RCS INFORMATION: # # $RCSfile: .vmdrc,v $ # $Author: johns $ $Locker: $ $State: Exp $ # $Revision: 1.9 $ $Date: 2007/01/12 20:12:44 $ # ############################################################################ # DESCRIPTION: # # VMD startup script. The commands here are executed as soon as VMD starts up ############################################################################ # turn on lights 0 and 1 light 0 on light 1 on light 2 off light 3 off # position the stage and axes axes location off stage location off # start the scene a-rockin' rock y by 1 # User's default values for newly loaded molecules/reps, etc mol default color Name mol default style {NewCartoon 0.300000 15.000000 4.100000 0} mol default selection protein mol default material Opaque # change background color color Display Background white color Display FPS black color Axes Labels black # set some variables global VMDDIR set VMDDIR $env(VMDDIR) #load user scripts (by ajasja) source $env(VMDDIR)/scripts/user/init.tcl # position and turn on menus #main menu main on menu main move 24 50 #graphics menu graphics on menu graphics move 843 70 #tkcon menu tkcon off menu tkcon on menu tkcon move 1869 -67