Advertisement
grecomoran

Instructions for POV22

Mar 27th, 2022
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. POV-Ray 2.2
  2. ***********
  3.  
  4. Compiled by G. Moran on 10 Jan 2022
  5. https://grecomoran.neocities.org
  6.  
  7. Disclaimer: I do not own the rights to POV-Ray,
  8. see the `povlegal.doc` file under the `docs` directory.
  9.  
  10.  
  11. Warning
  12. =======
  13.  
  14. This folder must have a simple path without spaces or
  15. special characters, for example on Windows:
  16.  
  17. C:\Graphics\POV22
  18.  
  19. Or on Linux:
  20.  
  21. ~/Graphics/POV22
  22.  
  23. All POV and INC files you write must also have simple paths,
  24. otherwise POV-Ray will not render anything.
  25.  
  26.  
  27. Using POV-Ray on Windows
  28. ========================
  29.  
  30. Rename the appropriate EXE file for your machine to `povray.exe`
  31. You can delete the other `povray-*` files if you want.
  32.  
  33. To render a POV file simply drag and drop it on `render.bat`
  34. while in the Explorer window, and you'll see a command window
  35. open where the rendering progress is shown. When rendering
  36. is done the window will display a message indicating the
  37. time for trace.
  38.  
  39. Alternatively, you can open a new command window inside this
  40. folder and type:
  41.  
  42. render.bat C:\your\file.pov
  43.  
  44. then press [Enter].
  45.  
  46.  
  47. Using POV-Ray on Linux
  48. ======================
  49.  
  50. Rename the appropriate binary file for your machine to `povray`
  51. You can delete the other `povray-*` files if you want.
  52. You may need to set the binary as executable, by either running:
  53.  
  54. chmod +x ./povray
  55.  
  56. inside this folder or going to the binary's file properties
  57. and enabling the "execute" option.
  58.  
  59. To render a POV file simply launch `render.sh` and a terminal
  60. window will open, drag and drop your POV file into that window
  61. then press [Enter], and the rendering progress will be shown.
  62. When rendering is done the window will display a message
  63. indicating the time for trace.
  64.  
  65. Alternatively, you can open a new terminal window inside this
  66. folder and type:
  67.  
  68. render.sh /your/file.pov
  69.  
  70. then press [Enter].
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement