 
 
 
 
 
 
 
 
 
 
 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:
	
- ART
- Tachyon 
- TachyonInternal 
- snapshot
- POV3
- PostScript
- Radiance
- Raster3D
- Rayshade
- Renderman
- STL
- VRML-1
- VRML-2
	
 
- 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