On 02/22/2010 04:59 PM, Vik, Steven wrote:
> Could someone decipher the "moveto" output that appears in the console? In
> particular the * and /
> 
> example:
> 
> moveto /* time, axisAngle */ 1.0 { -293 -108 950 126.83} /* zoom,
> translation */  95.43 0.0 0.18  /* center, rotationRadius */ {77.178 31.0295
> 7.012} 50.96609 /* navigation center, translation, depth */ {0.0 0.0 0.0}
> 63.11179 59.728027 0.0;
> 
The parts betwen "/*" and "*/" are just comments describing the next two
or three parameters:

  /* time, axisAngle */  1.0=time { -293 -108 950 126.83}=axisAngle

The whole command could also be written without the comments:

moveto 1.0 { -293 -108 950 126.83} 95.43 0.0 0.18 {77.178 31.0295 7.012}
50.96609 {0.0 0.0 0.0} 63.11179 59.728027 0.0;

> And how to edit the time to be 5 seconds.

Just replace the "1.0" after "axisAngle */ " by "5".

Regards,
Rolf

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to