Rendu
A lightweight rendering engine for experimentations
|
Apply a variety of image space filters and processings to an image.
See the description of FilteringRenderer for the available filters.
Classes | |
class | FilteringApp |
Apply multiple image filters on an interactive rendering of a scene. More... | |
class | PaintingTool |
Utility presenting a canvas to the user, along with a brush tool to paint on it using different shapes. More... | |
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
The main loop of the filtering app.
argc | the number of input arguments. |
argv | a pointer to the raw input arguments. |