This is a read-only mirror of pymolwiki.org

Ray

From PyMOL Wiki
Revision as of 05:01, 23 February 2005 by Tree (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

DESCRIPTION

  "ray" creates a ray-traced image of the current frame. This
  can take some time (up to several minutes, depending on image
  complexity).

USAGE

  ray [width,height [,renderer [,angle [,shift ]]]

  angle and shift can be used to generate matched stereo pairs
  

EXAMPLES

  ray
  ray 1024,768
  ray renderer=0

PYMOL API

 
   cmd.ray(int width,int height,int renderer=-1,float shift=0)

===NOTES

  renderer = -1 is default (use value in ray_default_renderer)
  renderer =  0 uses PyMOL's internal renderer
  renderer =  1 uses PovRay's renderer.  This is Unix-only
     and you must have "x-povray" in your path.  It utilizes two
     two temporary files: "tmp_pymol.pov" and "tmp_pymol.png".

SEE ALSO

  "help faster" for optimization tips with the builtin renderer.
  "help povray" for how to use PovRay instead of PyMOL's built-in
  ray-tracing engine.