On Monday 4 April 2005 14:29, Bharath Reddy wrote: > i am in requirement of Jmol API specification/documentation and i would > also like to ask Mr.Miguel if you could please provide me the script that > the applet runs on JMol homepage?
Our Jmol is with a lower case 'm'... another rendering applet is with a upper case M... > as i would like to know how the text display is possible The source can be found in CVS, in the Jmol-web module in the source/doc/script subdirectory. A snippet of the script: load model/jmol.mol.gz; set frank off; spacefill off; wireframe off; set echo top center; font echo 22 serif; color echo white echo "The future ..." delay 3 set echo middle center; font echo 22 serif; color echo white echo "of molecular visualization" delay 3 set echo bottom center; font echo 22 serif; color echo white echo "... has arrived ..." delay 5 # set echo off; set echo middle center; font echo 60 serif bold; color echo yellow echo "Jmol" delay 2 set echo off; color atoms gold; color bonds yellow zoom 10; wireframe .25; spacefill .3; moveto 1 0 0 0 0 140; delay 2; moveTo 1 5 345 939 79.5 24 51 57 script script/smallMolecules.en.txt set echo off; restrict none; set echo off; set echo top center; font echo 22; color echo cyan echo "This is *not* a movie ..." delay 2; set echo middle center; font echo 30; color echo tomato echo "... this is reality ..." delay 2; set echo bottom center; font echo 22; color echo lime echo "virtual reality for molecules" delay 3; # set echo off; set echo middle center; font echo 60 serif bold; color echo yellow echo "Jmol" delay 4 Egon -- [EMAIL PROTECTED] GPG: 1024D/D6336BA6 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
