diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2012-03-15 12:39:16 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2012-03-15 12:39:16 +0000 |
commit | 24e58b70b8c631f6f8949ba2ab39096b46efcade (patch) | |
tree | 19704ba11ef18d5de1fdf61b1641e559f361e742 /graphics/aqsis/files | |
parent | 7a5853f278ad34842c99df146d7b5d1ea07b22b7 (diff) |
Notes
Diffstat (limited to 'graphics/aqsis/files')
-rw-r--r-- | graphics/aqsis/files/patch-libs-core-api_ri.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/aqsis/files/patch-libs-core-api_ri.cpp b/graphics/aqsis/files/patch-libs-core-api_ri.cpp new file mode 100644 index 000000000000..88ac1a78227c --- /dev/null +++ b/graphics/aqsis/files/patch-libs-core-api_ri.cpp @@ -0,0 +1,14 @@ +--- libs/core/api/ri.cpp.orig 2012-03-02 09:03:48.000000000 +0100 ++++ libs/core/api/ri.cpp 2012-03-15 11:58:30.000000000 +0100 +@@ -4220,6 +4220,11 @@ + Aqsis::log() << warning << "RiDeformation not supported" << std::endl; + } + ++RtVoid RiDeformationV(RtToken name, RtInt n, RtToken tokens[], RtPointer parms[]) ++{ ++ Aqsis::log() << warning << "RiDeformationV not supported" << std::endl; ++} ++ + RtVoid RiMakeBump(RtString imagefile, RtString bumpfile, RtToken swrap, RtToken twrap, RtFilterFunc filterfunc, RtFloat swidth, RtFloat twidth, PARAMETERLIST) + { + Aqsis::log() << warning << "RiMakeBump not supported" << std::endl; |