Difference between revisions of "POV-Ray"

From CBLFS
Jump to navigationJump to search
(New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://www.povray.org/redirect/www.povray.org/ftp/pub/povray/Official/Unix/povray-3.6.tar.bz2 |} ---- == ...)
 
(Optional)
Line 17: Line 17:
 
* [[X Window System]]
 
* [[X Window System]]
 
* [[libpng]]
 
* [[libpng]]
* [[jpeg]]
+
* [[Libjpeg]]
* [[libtiff]]
+
* [[Libtiff]]
  
 
== Non-Multilib ==
 
== Non-Multilib ==

Revision as of 02:47, 15 February 2007

Download Source: http://www.povray.org/redirect/www.povray.org/ftp/pub/povray/Official/Unix/povray-3.6.tar.bz2

Introduction to POV-Ray

The Persistence of Vision Ray-Tracer creates three-dimensional, photo-realistic images using a rendering technique called ray-tracing. It reads in a text file containing information describing the objects and lighting in a scene and generates an image of that scene from the view point of a camera also described in the text file. Ray-tracing is not a fast process by any means, but it produces very high quality images with realistic reflections, shading, perspective and other effects.

Dependencies

Optional

Non-Multilib

Configure and compile the package:

./configure COMPILED_BY="your name <e@mail>" --prefix=/usr --sysconfdir=/etc

make

Install the package:

make install

Multilib

32Bit

TO DO...

N32

TO DO...

64Bit

TO DO...