Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. # this command makes a POV-Ray 3 script and then renders it with povray, with the following settings:
  2. # use the same aspect ratio as the screen (+W%w and +H%h)
  3. # write targa file (+FT) with filename + ".tga" (-O%s.tga)
  4. # make background transparent (+UA)
  5. # use anti-aliasing (+A)
  6. # make it so that you can kill povray during rendering (+X)
  7. render POV3 vmdscene.pov povray +W%w +H%h -I%s -O%s.tga +X +A +FT +UA
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement