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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user