Next: rock
Up: Tcl Text Commands
Previous: quit
  Contents
  Index
Output the currently displayed image (scene) to a file.
- list: List the available rendering methods.
- method filename: Render the global
scene to filename using method and execute the
default command, where method can be one of the following:
- Raster3D
- Tachyon
- snapshot
- POV3
- POV
- RayShade
- Radiance
- ART
- PostScript
- STL
- VRML-1
- Token
- method filename command: Render the global scene to
filename, then execute `command'. Any %s in `command'
are replaced by the filename (up to 5).
- options method: Get the default command string.
- options method command: Set new default command.
- default method: Get the original default command.
vmd@ks.uiuc.edu