add Anti-Aliasing (very rough draft algorithm, NOT FINAL version) to raskter lib. Code is still quite messy but will be replaced when final algo comes in anyway.

This commit is contained in:
2012-06-13 19:57:23 +00:00
parent 96099688c6
commit ceffc2cd50
12 changed files with 638 additions and 46 deletions

View File

@@ -54,6 +54,7 @@ void MaskNode::convertToOperations(ExecutionSystem *graph, CompositorContext * c
operation->setMask(mask);
operation->setFramenumber(context->getFramenumber());
operation->setSmooth((bool)editorNode->custom1);
graph->addOperation(operation);
}