diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-01 15:54:30 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-01 15:54:30 +0000 |
commit | c73a0b41bef83383e6dde4520d0f634376f361e3 (patch) | |
tree | e05112d05e35da09c3f972d55a6d18844e47c224 /graphics/Makefile | |
parent | - Update MASTER_SITES (diff) |
Add pixie 1.3.1,
Pixie is a RenderMan like photorealistic renderer. It is being
developed in the hope that it will be useful for graphics
research and for people who can not afford a commercial
renderer.
Some of supported features:
* All RenderMan 3.4 primitives
* Programmable shading (RenderMan Shading Language)
* High quality texture/shadow/environment mapping
* High dynamic range input/output
* Raytracing
* Motion blur
* Depth of field
* Reyes style rendering (very fast)
* Occlusion culling
* Area light sources
* Network parallel rendering
* DSO shaders
* Global illumination
* Photon mapping
PR: ports/62140
Submitted by: Igor Pokrovsky <tiamat@comset.net>
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 58d2fccc7d39..ece2bc146091 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -299,6 +299,7 @@ SUBDIR += picturebook SUBDIR += piddle SUBDIR += pixelize + SUBDIR += pixie SUBDIR += pixieplus SUBDIR += pixmap SUBDIR += plasma-kmod |