Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
ImageCompositor (std::string programFileName="composite.frag") | |
void | composite (const Image &source0, const Image &source1, Image &destination, ImageType type) |
void | composite (const ImageInport &source0, const ImageInport &source1, ImageOutport &destination, ImageType type) |
Public Attributes | |
Shader | shader |
void inviwo::ImageCompositor::composite | ( | const Image & | source0, |
const Image & | source1, | ||
Image & | destination, | ||
ImageType | type ) |
Blend source0
and source1
using depth into the destination
void inviwo::ImageCompositor::composite | ( | const ImageInport & | source0, |
const ImageInport & | source1, | ||
ImageOutport & | destination, | ||
ImageType | type ) |
Blend source0
and source1
using depth into the destination