Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::ImageCompositor Class Reference

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
 

Member Function Documentation

◆ composite() [1/2]

void inviwo::ImageCompositor::composite ( const Image & source0,
const Image & source1,
Image & destination,
ImageType type )

Blend source0 and source1 using depth into the destination

◆ composite() [2/2]

void inviwo::ImageCompositor::composite ( const ImageInport & source0,
const ImageInport & source1,
ImageOutport & destination,
ImageType type )

Blend source0 and source1 using depth into the destination


The documentation for this class was generated from the following file: