forked from Lainports/freebsd-ports
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>
13 lines
379 B
Text
13 lines
379 B
Text
--- src/framebuffer/Makefile.am.orig Sun Jan 25 04:16:25 2004
|
|
+++ src/framebuffer/Makefile.am Fri Jan 30 18:30:57 2004
|
|
@@ -1,6 +1,6 @@
|
|
lib_LTLIBRARIES = framebuffer.la
|
|
|
|
-CFLAGS = $(CFLAGS) @X_CFLAGS@
|
|
+CFLAGS = @X_CFLAGS@
|
|
framebuffer_la_SOURCES = framebuffer.cpp fbx.cpp
|
|
framebuffer_la_LIBADD = ../common/libcommon.a @X_LIBS@
|
|
framebuffer_la_LDFLAGS = -module @X_LDFLAGS@
|
|
|
|
|
|
|