Questions tagged [povray]

Persistence of Vision Raytracer (or POV-Ray), is a ray-tracing program that generates bitmap images from text files. On Ubuntu it is available as a command-line tool that may be installed via the software centre or by APT.

POV-Ray is a free and open-source ray-tracing program that is licensed under AGPLv3. On Ubuntu it is usually run from the command line, for example:

povray input.ini

Where this input.ini file is a text file containing the various options for the POV-Ray program, such as the POV file (extension: .pov) it is to render, the size of the bitmap image it should generate from this file (more specifically its width and height dimensions), whether it should use an alpha channel on this image (which would render its background transparent), where it should write its output file, etc.

It may be installed on Ubuntu via the software centre or by opening up a terminal window (Ctrl+Alt+T by default) and running:

sudo apt-get install povray

POV-Ray installed this way is usually up to date, for example on the 27 May 2015 on the latest version of Ubuntu available at the time (Vivid, 15.04), the version of POV-Ray installed by APT was the most recent one (3.7.0).

External links

4 questions
6
votes
1 answer

Using POV-Ray installed via the APT

I installed POV-Ray by running sudo apt-get install povray but now whenever I run: povray Jmol.pov.ini I get the error: povray: cannot open the user configuration file /home/fusion809/.povray/3.7/povray.conf: No such file or directory Problem with…
Josh Pinto
  • 8,089
6
votes
3 answers

POV Ray installation - configure error

I am trying to install POV-Ray 3.7 stable version. I downloaded the source code from github repo. I followed the instruction for unix system which is described in the README file. Unfortunately I get error message when I run configure…
Jiho Noh
  • 271
1
vote
1 answer

Problems with running POVray in Ubuntu 16.04

I installed PoVRay 3.7 by running sudo apt-get install povray, but now when I try to run with a postscript file as the input I get the following error: povray: cannot open the user configuration file /root/.povray/3.7/povray.conf: No such file or…
1
vote
1 answer

POV-Ray - Ubuntu 12.04 file not found

I have installed POV-Ray on my Ubuntu 12.04 LTS box by following fossfreedom's post. It worked fine the first time when I ran the command ~$ povray +Ipovpawn.pov but now I get 0:00:00 Parsing Possible Scene File Parser Initialization Error:…
Phil
  • 11